Other Parts Discussed in Thread: AM5728
您好:
请问我用CCS构建的工程,编译生成.out文件和app文件,在linux系统中如何加载运行呢?arm启动后,加载运行CCS编译生成的程序?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请看下面的user guide。
可以用IPC加载,请看下面SDK user guide。
上面发的链接里有说明。把server_dsp1.xe66替换成需要加载的c66x.out文件
These are generally a soft link to the intended executable. So for example, let’s update the DSP1 executable on the target:
root@am57xx-evm:~# cd /lib/firmware/
root@am57xx-evm:/lib/firmware# rm dra7-dsp1-fw.xe66
root@am57xx-evm:/lib/firmware# ln -s /home/root/ipc-starter/ex02_messageq/dsp1/bin/debug/server_dsp1.xe66 dra7-dsp1-fw.xe66