Tool/software: Linux
Hi,
Using Linux Processor SDK version 5.03
I believe that that remoteproc and rpmsg kernel modules are enabled by default from SDK v02.00.02.11 onward and that there is demo firmware loaded to serve as an out of box demo.
I get the following error when I try to run the same. Am I doing something wrong?
root@am335x-evm:~# echo 'am335x-pru0-fw' > /sys/class/remoteproc/remoteproc1/firmware
root@am335x-evm:~# echo 'start' > /sys/class/remoteproc/remoteproc1/state
[ 5194.448475] remoteproc remoteproc1: powering up 4a334000.pru
[ 5194.454738] remoteproc remoteproc1: Direct firmware load for am335x-pru0-fw f
ailed with error -2
[ 5194.468127] remoteproc remoteproc1: request_firmware failed: -2
[ 5194.478859] remoteproc remoteproc1: Boot failed: -2
-sh: echo: write error: No such file or directory