buildroot/package/pru-software-support
Rahul Bedarkar 9f59b378a3 boot, package: use SPDX short identifier for BSD-3c
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for BSD-3c is BSD-3-Clause.

This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g'

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-01 15:26:57 +02:00
..
Config.in
Config.in.host
pru-software-support.hash pru-software-support: bump version to 5.1.0 2017-02-26 21:31:54 +01:00
pru-software-support.mk boot, package: use SPDX short identifier for BSD-3c 2017-04-01 15:26:57 +02:00
readme.txt

readme.txt

PRU Software Support
====================

Two different packages are provided from the TI PRU software support
code base.

1. The include files and rpmsg static library for the PRU are
   installed alongside the host package for the PRU code generation
   tools package i.e. $(TI_CGT_PRU_INSTALLDIR).

2. A target package for all the examples installed to
   /usr/share/pru-software-support/. Users wanting to test a specific
   example should copy or link it to a directory where the kernel
   looks for firmware, e.g:

 # cp /usr/share/pru-software-support/am335x/PRU_gpioToggle/gen/PRU_gpioToggle.out \
   /lib/firmware/am335x-pru0-fw

To get started with the PRU, have a look at the labs [1].

[1] http://processors.wiki.ti.com/index.php/PRU_Training:_Hands-on_Labs