PRU 2.1.0 production ready.

Many of you might find this of interest.

Thanks Jason,

I recently found this PRU presentation from the Embedded Linux Conference Europe.

http://events.linuxfoundation.org/sites/events/files/slides/Enhancing%20RT%20Capabilities%20with%20the%20PRU%20final.pdf

Can’t wait to see a bit more of this rpmsg driver framework!

Regards,
Jon

This is now packaged for bb.org in both the wheezy/jessie images:

sudo apt-get update ; sudo apt-get install ti-pru-cgt-installer

Release notes are here:

http://software-dl.ti.com/codegen/non-esd/downloads/download.htm#PRU

Regards,

I keep getting:

E: Unable to locate package ti-pru-cgt-installer

Then you don't have the repo setup. What version?

cat /etc/dogtag

?

Regards,

BeagleBoard.org BeagleBone Debian Image 2014-05-14

Then till you upgrade to:

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-11-19

you get to do this manually!

wget http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.1.0/ti_cgt_pru_2.1.0_armlinuxa8hf_busybox_installer.sh
chmod +x ti_cgt_pru_2.1.0_armlinuxa8hf_busybox_installer.sh
sudo ./ti_cgt_pru_2.1.0_armlinuxa8hf_busybox_installer.sh

Regards,