Part Number: TDA4VM
HI!
The version of SDK I use is 7.0.
All boot programs( tiboot3.bin tispl.bin u-boot.img sysfw.itb) are stored in the OSPI, and the rootfs is stored in the EMMC.
When booting from the OSPI, the firmware of the MCU( j7-mcu-0_0-fw) cannot be loaded,
and the firmware of the MCU ( j7-mcu-0_0-fw) cannot be loaded manually through the u-boot command. Under uboot, the command is as follows:
=>
=>
=> load mmc 0:1 0x89000000 j7-mcu-r5f0_0-fw
2995040 bytes read in 69 ms (41.4 MiB/s)
=> rproc init
=> rproc load 0 0x89000000 ${filesize}
ti-sci processor set_config failed: -19
Load Remote Processor 0 with data@addr=0x89000000 2995040 bytes: Failed!
=> rproc load 1 0x89000000 ${filesize}
Invalid op: Trying to start secondary core 2 in lockstep mode
Load Remote Processor 1 with data@addr=0x89000000 2995040 bytes: Failed!
=> rproc load 2 0x89000000 ${filesize}
ti-sci processor set_config failed: -19
Load Remote Processor 2 with data@addr=0x89000000 2995040 bytes: Failed!
=>
what do I need to do to load the firmware of the MCU correctly?
Regards!
