This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-J784S4: PROCESSOR-SDK-J784S4

Part Number: PROCESSOR-SDK-J784S4

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