I am using the Keystone II k2k evm running SMP 3.10 linux. I have downloaded the MCSDK and built the IPC libraries. Now I have 2 questions.
1) The IPC users guide says that I must install patches to the Linux kernel in order for the remote proc module to work. When I open the patches folder it only has patches for the 3.8 kernel. Do these patches need to be applied to the 3.10 kernel? If not then how do I get the remote proc module to work? When I try to modprobe the module, nothing happens. and lsmod shows no modules running. Is the module not installed?
2) The IPC users guide has a "make install prefix={rootfs}" command in order to install the files in a root filesystem. My rootfs is located in nand flash and thus I am unable to use the install command with IPC. Where are the files that are installed located and where should I copy them on my EVM? Can I build a new rootfs and flash it to the EVM?