Hello All,
We are working on Processor SDK 09_02_00_30 version. We are currently trying to load freeRTOS led application to mcu_2_1 (j784s4-main-r5f0_1) via u-boot and userspace both. We encounterd following errors
Userspace:
[2024-05-07 17:14:13] [ 213.602377] remoteproc remoteproc7: powering up 5d00000.r5f
[2024-05-07 17:14:13] [ 213.616327] remoteproc remoteproc7: Booting fw image j784s4-main-r5f0_1-fw, size 66036
[2024-05-07 17:14:13] [ 213.624546] remoteproc remoteproc7: Boot failed: -22
U-boot:
=> load mmc 0:1 0x90000000 /lib/firmware/j784s4-main-r5f0_1-fw
66036 bytes read in 22 ms (2.9 MiB/s)
=> rproc load 3 0x90000000 0x${filesize}
Load Remote Processor 3 with data@addr=0x90000000 66036 bytes: Success!
=> rproc start 3
=>
Basically, after step number 3 we loose access to uboot shell and no command can be executed
Can you please help us to load the RTOS led application successfully to mcu2_1 core.
Thanks in advance,
Srinivasan