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;
