Part Number: TDA4VM
Hi, Experts,
I can boot vision_apps through SPL normally, but fail while use SBL, below are the steps, please help to check and help to find the root cause. Thanks.
SW: 8.0 SDK
HW: TDA4VM EVM
1. make vision_apps SD card
2. make sbl_mmcsd_image
3. make can_boot_app_mcu_rtos
4. modify k3-j721e-common-proc-board on bootargs and reserved_memory
5. generate atf_optee.appimage,tikernelimage_linux.appimage,tidtb_linux.appimage
6. make vision_apps
7. use vx_app_rtos_linux_mcu2_0.out, vx_app_rtos_linux_mcu2_1.out, vx_app_rtos_linux_c6x_1.out, vx_app_rtos_linux_c6x_2.out, vx_app_rtos_linux_c7x_1.out to generate lateapp1 and lateapp2
8. copy tiboot3.bin, tifs.bin, app, lateapp1, lateapp2, atf_optee.appimage, tikernelimage_linux.appimage, tidtb_linux.appimage to BOOT
9. copy vx_app_rtos_linux_mcu2_0.out, vx_app_rtos_linux_mcu2_1.out, vx_app_rtos_linux_c6x_1.out, vx_app_rtos_linux_c6x_2.out, vx_app_rtos_linux_c7x_1 to lib/firmware/vision_apps_evm
10. boot from SD card
Then, log output from MCU_UART and MAIN_UART. on MAIN_UART, login and run vision_apps_init.sh, it shows mcu2_0 and mcu2_1 get stuck on "IPC: Waiting for HLOS to be ready... !!!", connect to mcu2_0 with CCS and find it get stuck on "while(!Ipc_isRemoteReady(ipc_proc_list[cpu_id]))".
