ebe5d9edfe
It's time to finally switch over globally to the new spacing format that we have agreed on for the hash file, with 2 spaces as a separator between fields. This commit was mechanically generated using: find . -type f -name '*.hash' | xargs sed -i 's%^md5[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%md5 \1 \2%' find . -type f -name '*.hash' | xargs sed -i 's%^sha1[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha1 \1 \2%' find . -type f -name '*.hash' | xargs sed -i 's%^sha256[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha256 \1 \2%' find . -type f -name '*.hash' | xargs sed -i 's%^sha512[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha512 \1 \2%' This commit can easily be backported on the LTS branch by re-running the same commands, if needed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
.. | ||
Config.in | ||
Config.in.host | ||
pru-software-support.hash | ||
pru-software-support.mk | ||
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