自己编译的uboot,启动卡在,
U-Boot SPL 2018.01 (May 30 2020 - 15:35:06)
DRAM: 32 MiB
Trying to boot from MMC1
Card did not respond to voltage select!
mmc_init: -95, time 22
spl: mmc init failed with error: -95
Trying to boot from sunxi SPI
离线
换张卡,
不是用sd卡,是下载到spi-flash上的
离线
是自己做的板子吗?
看下正常的开机log: https://whycan.cn/t_2827.html
不是自己做的板子,是淘宝上买的,但是flash是自己焊接上去的
离线
是自己做的板子吗?
看下正常的开机log: https://whycan.cn/t_2827.html
用sd卡启动的话提示
U-Boot SPL 2018.01-05676-g00188782ee (Apr 08 2018 - 16:10:25)
DRAM: 32 MiB
Trying to boot from MMC1
离线
好的我试试
我把这个bin文件烧写到sd卡,启动还是一样的提示
U-Boot SPL 2018.01-00051-g75f07e9d63-dirty (Nov 13 2019 - 10:31:05)
DRAM: 32 MiB
Trying to boot from MMC1
U-Boot SPL 2018.01 (May 30 2020 - 15:35:06)
DRAM: 32 MiB
Trying to boot from MMC1
离线
可能硬件有问题,猜测。
我在另一家买了一块,等他寄过来试试
离线
tf卡,可能存在,问题,也可能,spi flash没有初始化成功。
离线
哇酷小二 说:可能硬件有问题,猜测。
我在另一家买了一块,等他寄过来试试
老哥解决了吗 我也出现这个情况了
if (boot_from_devices(&spl_image, spl_boot_list,
ARRAY_SIZE(spl_boot_list))) {
puts("SPL: failed to boot from all boot devices\n");
hang();
好像是这里挂起了
离线
我用两张不同的TF卡用相同的程序 试了一下
发现其中有一张都打印不完 "Trying to boot from MMC1" 就挂了 。感觉是TF部分硬件的问题
离线