I am trying to enable the PRU module on my BeagleBone Black, but I came across two errors. The first one, is when I am trying to activate it:
echo BB-BONE-PRU-01 >/sys/devices/bone_capemgr.9/slots
and I get this error:
-sh: echo: write error: No such file or directory
And the second one comes up when I try to run a simple example, like this:
./PRU_memAccessPRUDataRam
with this error:
./PRU_memAccessPRUDataRam: error while loading shared libraries: libprussdrv.so: cannot open shared object file: No such file or directory
Ho you have any ideea on how can I resolve this two issues? Thank you!