| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| Config.in | H A D | 05-Jun-2025 | 375 | 10 | 8 | |
| Config.in.host | H A D | 05-Jun-2025 | 490 | 12 | 10 | |
| pru-software-support.hash | H A D | 05-Jun-2025 | 248 | 4 | 3 | |
| pru-software-support.mk | H A D | 05-Jun-2025 | 1.5 KiB | 39 | 25 | |
| readme.txt | H A D | 05-Jun-2025 | 771 | 22 | 15 |
readme.txt
1PRU Software Support 2==================== 3 4Two different packages are provided from the TI PRU software support 5code base. 6 71. The include files and rpmsg static library for the PRU are 8 installed alongside the host package for the PRU code generation 9 tools package i.e. $(TI_CGT_PRU_INSTALLDIR). 10 112. A target package for all the examples installed to 12 /usr/share/pru-software-support/. Users wanting to test a specific 13 example should copy or link it to a directory where the kernel 14 looks for firmware, e.g: 15 16 # cp /usr/share/pru-software-support/am335x/PRU_gpioToggle/gen/PRU_gpioToggle.out \ 17 /lib/firmware/am335x-pru0-fw 18 19To get started with the PRU, have a look at the labs [1]. 20 21[1] http://processors.wiki.ti.com/index.php/PRU_Training:_Hands-on_Labs 22