Hi,
I'm working on a IPCF_Example_S32G274_M7_0. I am following the description.txt file (attached below) provided by NXP.
getting error : ERROR: could not insert module /lib/modules/5.10.109-rt65+g0bace7fde5f5/extra/ipc-shm-sample.ko: Address already in use
s32g274ardb2 login: root
(XEN) grant_table.c:1839:d1v1 Expanding d1 grant table from 7 to 8 frames
(XEN) grant_table.c:1839:d1v1 Expanding d1 grant table from 8 to 9 frames
root@s32g274ardb2:~# insmod /lib/modules/`uname -r`/extra/ipc-shm-dev.ko
insmod: ERROR: could not insert module /lib/modules/5.10.109-rt65+g0bace7fde5f5/extra/ipc-shm-dev.ko: File exists
root@s32g274ardb2:~# insmod /lib/modules/`uname -r`/extra/ipc-shm-sample.ko
[ 58.320851] ipc-shm-dev: ipc_os_init(): Unable to reserve local shm region
insmod: ERROR: could not insert module /lib/modules/5.10.109-rt65+g0bace7fde5f5/extra/ipc-shm-sample.ko: Address already in use
root@s32g274ardb2:~# echo 10 > /sys/kernel/ipc-shm-sample/ping
-sh: /sys/kernel/ipc-shm-sample/ping: No such file or directory
