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.

TDA4VEN-Q1: SBL HLOS boot failed

Part Number: TDA4VEN-Q1

Tool/software:

Hi TI experts,

We are testing sbl+hlos boot on TDA4EN evm board which sdk version is SDK9.2.But it is block because of app file verify failed(Bootloader_verifyMulticoreImage() return failed ).

There are some steps I do the test.

gennerated tiboot3.bin:

1)Execute "make sbl“ int the psdkra/mcu_plus_sdk_j722s_09_02_00_41/ path;

2)Copy psdkra/mcu_plus_sdk_j722s_09_02_00_41/examples/drivers/boot/sbl_sd_hlos/j722s-evm/wkup-r5fss0-0_nortos/ti-arm-clang/tiboot3.bin to sd BOOT partition.

 generated app file:

1)Execute ”make vx_app_rtos_linux_mcu1_0“ in the psdkra/vision_apps/ path;

2)Execute "node elf2rprc.js ../../../../vision_apps/out/J722S/R5F/FREERTOS/release/vx_app_rtos_linux_mcu1_0.out" in the psdkra/mcu_plus_sdk_j722s_09_02_00_41/tools/boot/out2rpr/ path;

3)Execute "node multicoreImageGen.js --devID 55 --out sbl_hlos.appimage ../out2rprc/vx_app_rtos_linux_mcu1_0.rprc@0" in the psdkra/mcu_plus_sdk_j722s_09_02_00_41/tools/boot/multicoreImageGen/ path.
4)Execute "cp sbl_hlos.appimage app" and cpoy app to sd BOOT partition.
After I replace all files what I generated,The uart output as shown in the following picture.Now I have some questions:
1)Did I take any wrong steps?
2)Why SBL boot failed and how to make it boot successfully?
Regards.