Part Number: TMDS64EVM
Other Parts Discussed in Thread: AM6421, AM6422, AM6442
Hi Team,
SDK version:- RT_LINUX 09.02.01.10
Refering the document like BOOTING REMOTE CORE:- https://dev.ti.com/tirex/explore/node?a=7qm9DIS__LATEST&node=A__AdAyuKWUWVV5j4wBc7C6XA__AM64-ACADEMY__WI1KRXP__LATEST
Logs for reference :-
Visibilty of all cores by this command ls -l /lib/firmware.
root@am64xx-evm:~# ls -l /lib/firmware
total 24520
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
lrwxrwxrwx 1 root root 55 Mar 9 2018 am64-main-r5f0_0-fw -> /lib/firmware/mcusdk-benchmark_demo/am64-main-r5f0_0-fw
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 55 Mar 9 2018 am64-main-r5f0_1-fw -> /lib/firmware/mcusdk-benchmark_demo/am64-main-r5f0_1-fw
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 55 Mar 9 2018 am64-main-r5f1_0-fw -> /lib/firmware/mcusdk-benchmark_demo/am64-main-r5f1_0-fw
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 55 Mar 9 2018 am64-main-r5f1_1-fw -> /lib/firmware/mcusdk-benchmark_demo/am64-main-r5f1_1-fw
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
REMOTEPROC enable for 2 cores R5F0_0 & R5F1_0 only. Remaining 2 cores R5F0_1 & R5F1_1 are not visible.
root@am64xx-evm:~# head /sys/class/remoteproc/remoteproc*/name
==> /sys/class/remoteproc/remoteproc0/name <==
78000000.r5f
==> /sys/class/remoteproc/remoteproc1/name <==
78400000.r5f
Need to have a IPC communication with A530_1 to R5F0_1. But, the cores is not visible. How to enable it?