I am trying to implement a basic LED blinking program on the PRU. Up till now what I found are guidelines for old kernel versions (old in the sense 3.8 to 4.4 kernel version).
Details of my BeagleBone Green:
cat /etc/dogtag
BeagleBoard.org Debian Image 2018-10-07
cat /etc/debian_version
9.7
uname -a
Linux beaglebone 4.14.71-ti-r80 #1 SMP PREEMPT Fri Oct 5 23:50:11 UTC 2018 armv7l GNU/Linux
I have enabled remoteproc by editing the uEnv.txt
.
I was following PRU hands-on labs by TI.
In one of the Reference by TI they have mentioned
"PRU firmware binaries exist in the filesystem in the /lib/firmware/ directory."
In /lib/firmware I am expected to see am335x-pru0-fw
but it is not there.
Does it have any other method to enable or what I am missing here?