我已经构建了最新的 u-boot 版本并将图像放在 Raspberry PI 上。启动后,我收到以下错误消息:
U-Boot 2013.10(2013 年 10 月 24 日 - 09:35:44)
DRAM: 448 MiB
WARNING: Caches not enabled
MMC: bcm2835_sdhci: 0
使用默认环境
In: serial
Out: lcd
Err: lcd
Hit any key to stop autoboot: 0
mmc0 is current device
** No partition table - mmc 0 **
U-Boot>
显然,u-boot 挂载文件系统失败。这是否与某些与访问速度有关的 mmc 设置有关?
提前致谢