Other Parts Discussed in Thread: OMAPL138
Hi,
In the IPC install guide for Linux it is stated that the Linux kernel needs an extra argument specifying the location
of remote processors for IPC to work correctly:
Kernel Boot-up Parameters
IPC requires an argument to be passed to the Linux kernel during boot up to properly run the tests. The remote processor(s) (rproc) memory location needs to be set.
- For example,
bootargs console=ttyS2,115200n8 root=/dev/nfs nfsroot=HOST:nfs_root,nolock rw ip=dhcp rproc_mem=16M@0xC3000000
This is just an example, bootargs may vary depending on available setup
Depending on the memory map used in the final system configuration, the memory to be reserved for rproc usage may differ.
As seen above this is "just an example".
Specifically for trying to get IPC 3.36.1.11 working on a EVMK2H board rev 3.0, do I need to set rproc_mem, and if so what would it be set to?
Regards
/Anders