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.

J7200XSOMXEVM: Unable to Load R5F MCU1_0 .elf file via SD card and U boot ( in QNX platform)

Part Number: J7200XSOMXEVM

Dear Team, 

we are working on DRA 821 QNX platform. As part of our project we have run one application in R5F core and Another on A72 (QNX based application)core. 

output file generated for R5F core (MCU1.0)is .elf format, since We are using SD card Boot mode. we copied .elf file into and created soft link.

But we observed below issue when we are trying boot using SD card:

NOTICE: BL31: v2.5(release):08.01.00.006-dirty
NOTICE: BL31: Built : 15:41:50, Dec 21 2021
ti_sci dmsc@44083000: ti_sci_get_response: Message receive failed. ret = -110
ti_sci dmsc@44083000: Mbox send fail -110
Failed to put device 262 (-110)

resetting ...
ti_sci dmsc@44083000: ti_sci_get_response: Message receive failed. ret = -110
ti_sci dmsc@44083000: Mbox send fail -110
ti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-110)
ti_sci dmsc@44083000: ti_sci_get_response: Message receive failed. ret = -110
ti_sci dmsc@44083000: Mbox send fail -110
ti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-110)
ti_sci dmsc@44083000: ti_sci_get_response: Message receive failed. ret = -110
ti_sci dmsc@44083000: Mbox send fail -110
ti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-110)
System reset not supported on this platform
### ERROR ### Please RESET the board ### 

QNX PSDK version: ti-processor-sdk-linux-j7200-evm-08_01_00_01 - we are using Uboot from this version 

steps to load the software MCU1.0:

Case1: Creating New Uboot bin and TI boot image with help of elf file

> We created New U boot and TIboot3 bin file using r5F core MCU1.0 .elf file 

> load using SD card with creating soft link

Output: ti_sci dmsc@44083000: ti_sci_get_response: Message receive failed. ret = -110

Case2: Without Creating New Uboot bin and TI boot image with help of elf file and Use default Uboot

> Copy the elf file in to SD card 

> create a soft link for elf fie

> insert SD card 

> reboot ECU 

Output: elf file is not copied into r5F core MCU1.0 

k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work

 

R5F Linker information to place Vector Table 

- we used BTCM location

- also used ATCM 

- Also used DDR RAM location 

all location we are observing this error when we create New Uboot bin and TI boot3 image 

Kindly help us here to resolve this issue

Thanks and Regards 

Satish R