Tool/software: Linux
Hi there, I have installed SDK 4.0.0.4 for OMAP L138 device and am able to load and run some default rproc-dsp-fw application but would like to load and run LED flashing non OS application on DSP core.
Is this possible?
After booting Linux, I did the following steps;
* echo 'stop' > /sys/class/remoteproc/remoteproc0/state
* echo 'start' > /sys/class/remoteproc/remoteproc0/state
Got following error:
unable to find resource table
remoteproc: boot failed -22
Please, let me know if using remoteproc it's possible to boot any custom DSP application from Linux. Thanks.