Hi,
I have used prebuilt images from Nxp and flashed into sd card. But still /dev/ttyRPMSG has not been created
I have followed the following steps on my ubuntu 16.04 machine:
1. Opened 2 terminal one for A7(/dev/ttyUSB0) and other for M4(/dev/ttyUSB1)
2. Stopped booting in order to enter uboot prompt and followed following steps
fatload mmc 0:1 0x7F8000 rpmsg_str_echo_bm_example.bin
dcache flush
bootaux 0x7F8000
boot
3. After this in M4 console i am getting following message
RPMSG String Echo Bare Metal Demo...
RPMSG Init as Remote
4. Once booting is done in A7 console. I am able to insert following modules using insmod
imx_rpmsg_tty.ko
imx_rpmsg_tty.ko
But there is no following message on M4 terminal
"Name service handshake is done, M4 has setup a rpmsg channel [1 ---> 1024]"
5. But not able to see /dev/ttyRPMSG entry in /dev folder
6. Without this entry i cant communicate between 2 cortex i can't use the following commans
./unit_tests/mxc_mcc_tty_test.out /dev/ttyRPMSG 115200 R 100 1000 &"
Please help me with the issue.
owing message