This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM623:DFU - Yocto 构建-引导错误

Guru**** 2478765 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1462324/am623-dfu---yocto-build---boot-error

器件型号:AM623

工具与软件:

您好!

我有一个定制的 EMMC 版本 ,它 在板上工作良好,  

当我尝试通过 DFU 发送 tiboot3时 ,它会出现复位错误,所以我根据 SDK 参考在 k3r5.conf 中添加下面的 config。  

UBOOT_MACHINE = "am62x_evm_r5_defconfig am62x_evm_r5_usbdfu_defconfig"
 

在尝试引导后, tiboot3错误重置错误消失,并在 tispl.bin 重置,是任何 其他 A53配置我应该添加 ,下面附加的引导日志  

U-Boot SPL 2023.04-ti-g2bedcd265ca6 (Dec 07 2024 - 07:04:35 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
SPL initial stack usage: 13408 bytes
Trying to boot from DFU
#######################################################DOWNLOAD ... OK
Ctrl+C to exit ...
Authentication passed
Authentication passed
Authentication passed
Loading Environment from nowhere... OK
init_env from device 10 not supported!
Authentication passed
Authentication passed
Starting ATF on ARM64 core...
 
NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
 
U-Boot SPL 2023.04-ti-g2bedcd265ca6 (Dec 07 2024 - 07:04:35 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
SPL initial stack usage: 1856 bytes
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
Error: could not access storage.
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###

此致、

-RJ

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你好、RJ

    我对 Yocto 了解不多、但是、

       uBoot_machine ="am62x_evm_r5_defconfig am62x_evm_r5_usbdfu_defconfig"

    对于 U-Boot 2023.04、这似乎不正确、应该仅针对"am62x_evm_r5_usbdfu_defconfig"、不含"am62x_evm_r5_defconfig"。

       U-Boot SPL 2023.04-ti-g2bedcd265ca6 (2024年12月7日- 07:04:35 +0000)
       SYSFW ABI:4.0 (固件版本0x000a '10.1.8--v10.01.08 (Fiery Fox)')

    这两行消息在 Processor SDK 版本中不匹配。

    U-Boot 版本2023.04用于 Processor SDK v9.x、而 SYSFW 版本10.1.8用于 Processor SDK v10.1、它们通常并不共同出现。 我不确定您是否打算将两者混合在一起。