SK-AM62A-LP: Facing error and not able to run the "ipc_notify_echo" example program on the "SK-AM62A-LP" EVK Kit (A53 and MCU-R5 IPC Communication Program)

Part Number: SK-AM62A-LP

Hello Team,


Using CCS projects to build below sample example. ("ipc_notify_echo")

Example Path: C:\TI\mcu_plus_sdk_am62ax_09_01_00_39\examples\drivers\ipc\ipc_notify_echo

Load the MCU-R5 Firmware Binary on board using "update the firmware symbolic link to point to a new firmware:"

Symbolic Reference Link :- software-dl.ti.com/.../Foundational_Components_IPC62ax.html

Command:-

i) ln -sf /home/root/IPC-ECHO/ipc_notify_echo_am62ax-sk_mcu-r5fss0-0_freertos_ti-arm-clang.out /lib/firmware/am62a-mcu-r5f0_0-fw
ii) ls -la /lib/firmware/am62a-mcu-r5f0_0-fw
iii) reboot the board
iv) Check the dmesg log during boot-up time for R5 node


v) After board-boot-up Apply below command to start R5-Firmware based on "remoteproc" node


head /sys/class/remoteproc/remoteproc*/name (to check which remoteproc used for R5F0_0 core)
Start FW: echo start > /sys/class/remoteproc/remoteproc1/state
Stop FW: echo stop > /sys/class/remoteproc/remoteproc1/state
To Check binary-log on board: cat /sys/kernel/debug/remoteproc/remoteproc1/trace0

Please share fixes /solutions to the above issue.

How do we check above IPC-Notify example project on board using A53 and R5-Core? Please help us on above mentioned issue.

Second Issue:- 

I also tried to run below "./ipc_notify_echo_am62ax-sk_a53ss0-0_nortos_gcc-aarch64.out" (A53 Core Firmware) on board but it is giving "(core dumped)."

Is it the correct method to run A53-Firmware on board for the "ipc_notify_echo" project?

Thanks,

Nisarg