Hi, TI expert,
I'm following the E2E guide in the following link: TDA4VM: How to boot MCU 1-0 (AUTOSAR) from tiboot3 - Processors forum - Processors - TI E2E support forums, trying to boot RTOS and Linux with SBL.
- my SDK version is:
- ti-processor-sdk-linux-j7-evm-08_00_01_13
- ti-processor-sdk-rtos-j721e-evm-08_00_01_10
- I combine the following binary files together with the offline combined_appimage tools:
- ipc_echo_testb_freertos_mcu1_0_release_strip.xer5f
- bl31.bin
- bl32.bin
- u-boot-spl
Linux can be booted correctly. But the MCU domain UART only print the following information:
SBL Revision: 01.00.10.01 (Aug 12 2021 - 10:48:29) TIFS ver: 21.5.0--v2021.05 (Terrific Llam
It seems like the ipc_echo_testb_freertos demo on mcu R5F does not run correctly. Did you have any suggestion?
Thanks a lot