您尚未登录。

楼主 #1 2020-05-30 16:03:56

SkyLine
会员
注册时间: 2020-05-20
已发帖子: 12
积分: 12

Uboot启动失败提示“Trying to boot from sunxi SPI”

自己编译的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

离线

#2 2020-05-30 16:09:18

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

换张卡,





离线

楼主 #3 2020-05-30 16:10:11

SkyLine
会员
注册时间: 2020-05-20
已发帖子: 12
积分: 12

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

哇酷小二 说:

换张卡,

不是用sd卡,是下载到spi-flash上的

离线

#4 2020-05-30 16:37:01

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

是自己做的板子吗?

看下正常的开机log: https://whycan.cn/t_2827.html





离线

楼主 #5 2020-05-30 16:38:12

SkyLine
会员
注册时间: 2020-05-20
已发帖子: 12
积分: 12

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

哇酷小二 说:

是自己做的板子吗?

看下正常的开机log: https://whycan.cn/t_2827.html

不是自己做的板子,是淘宝上买的,但是flash是自己焊接上去的

离线

楼主 #6 2020-05-30 16:41:13

SkyLine
会员
注册时间: 2020-05-20
已发帖子: 12
积分: 12

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

哇酷小二 说:

是自己做的板子吗?

看下正常的开机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

离线

#7 2020-05-30 16:41:24

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

那你烧个正常的固件测试一下板子有没有问题:

https://whycan.cn/t_3206.html
https://whycan.cn/t_2689.html


7分解锁下载权限(不能灌水)。





离线

楼主 #8 2020-05-30 17:15:56

SkyLine
会员
注册时间: 2020-05-20
已发帖子: 12
积分: 12

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

SkyLine 说:

好的我试试

我把这个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

离线

#9 2020-05-30 17:19:53

哇酷小二
wechat微信:whycan_cn
所在地: 你猜
注册时间: 2020-04-22
已发帖子: 3,378
积分: 1902
个人网站

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

可能硬件有问题,猜测。





离线

楼主 #10 2020-05-30 17:43:20

SkyLine
会员
注册时间: 2020-05-20
已发帖子: 12
积分: 12

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

哇酷小二 说:

可能硬件有问题,猜测。

我在另一家买了一块,等他寄过来试试

离线

#11 2020-05-30 18:20:01

sxyyh
会员
注册时间: 2020-05-30
已发帖子: 1
积分: 1

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

tf卡,可能存在,问题,也可能,spi flash没有初始化成功。

离线

#12 2022-02-11 17:52:36

dtsayhi
会员
注册时间: 2022-02-11
已发帖子: 23
积分: 8

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

SkyLine 说:
哇酷小二 说:

可能硬件有问题,猜测。

我在另一家买了一块,等他寄过来试试


老哥解决了吗 我也出现这个情况了


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();

好像是这里挂起了

离线

#13 2022-02-11 18:02:14

dtsayhi
会员
注册时间: 2022-02-11
已发帖子: 23
积分: 8

Re: Uboot启动失败提示“Trying to boot from sunxi SPI”

我用两张不同的TF卡用相同的程序 试了一下
发现其中有一张都打印不完 "Trying to boot from MMC1" 就挂了 。感觉是TF部分硬件的问题

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn