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.
Hi team,
I using the SDK \examples\drivers\boot\sbl_sd project generated tiboot3.bin file and copy to SD card BOOT part,set boot switch 01000000 11000010 SD card mode, power on, but the UART not output anything, is it related to the HS-FS type? do you know how to fix this?
Borad: AM62A-LP HS-FS EVM
MCU SDK :mcu_plus_sdk_am62ax_09_00_00_19
Project: mcu_plus_sdk_am62ax_09_00_00_19\examples\drivers\boot\sbl_sd
请看一下是否按照GSG文档里步骤操作的?默认是HS FS。
https://dev.ti.com/tirex/explore/node?node=A__AQniYj7pI2aoPAFMxWtKDQ__am62ax-devtools__FUz-xrs__LATEST
Hi Shine,
我使用SDK中 create_sdcard.sh脚本制卡后SDboot模式是可以正常启动的,但是使用MCU SDK例程中sbl_sd编译出来的tiboot3.bin文件就无法启动,这样做的原因是我想通过SD卡启动方式调试和运行mcu固件
导入examples\drivers\boot\sbl_sd样例
使用文件夹里预编译的tiboot3.bin可以吗?请帖一下您执行的命令以及log打印信息。
操作步骤如下:
EVM 设置为SD启动模式,使用linux sdk pre-build tiboot3.bin文件可以正常启动
使用CCS工具,导入examples\drivers\boot\sbl_sd样例,build project,在debug目录生成了tiboot3.bin文件,将tiboot3.bin文件放入SD BOOT分区中,启动EVM,UART没有任何输出,使用examples\drivers\boot\sbl_sd文件夹里预编译的tiboot3.bin文件也无法启动无log输出
SD卡是正确的,我使用SDK中预编译的tiboot3.bin可以正常启动。
你那边也可以尝试使用examples\drivers\boot\sbl_sd样例中预编译的tiboot3.bin文件测试启动,我认为该文件和工程是有问题的
已咨询e2e产品线工程师看是不是bug,由于国外圣诞节和新年假期,回复可能会延迟到 1 月 2 日,感谢您的耐心等待。
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1307739/sk-am62a-lp-sbl_sd-boot-failure
使用hs_fs.tiimage文件后串口有输出了,但是又出现了新的问题,下面是串口log:
DMSC Firmware Version 9.1.8--v09.01.08 (Kool Koala)
DMSC Firmware revision 0x9
DMSC ABI revision 3.1
Some tests have failed!!
我看到您在e2e帖子里和工程师交流了,请回复一下工程师的问题。
May I know what all images have been copied to the SD card? Please note the SBL SD expects the following three files:
1) app => MCU R5F example HSFS appimage
2) dm => WKUP R5F example HSFS appimage
3) app_a53 => A53 example HSFS appimage