I have installed ti-processor-sdk-linux-k2e-evm and ti-processor-sdk-rtos-k2e-evm and rebuilt the IPC library successfully. Then I build the ex02_messageq example and get two files named app_host and server_core0.xe66. I download these files into the k2e evm below "/lib/firmware" folder. But when I run the app_host and get the info. as follows.
root@k2e-evm:/lib/firmware# ./app_host -l --> main: Processor List ^CIpc: Caught SIGINT, calling Ipc_stop...
It just hold on the status like searching the processor and I break it after waiting several minutes. It seems I need to do something before I run the app_host. IPC_compilerRun.pdf says that I need to change the name of server_core0.xe66 or link it to another name. But I don't know what name should I make for it. 66AK2E05 or K2E? DSP0 or CORE0? And what does lad.txt do?