ardupilot/Tools/Linux_HAL_Essentials/pru/aiopru
dorovl 3644939246 BeagleBone : comments corrected in RcAioPRU.p 2020-07-01 10:27:33 -07:00
..
Makefile Bone : Faulty PWM output after few flight controller restarts due to wrong IEP Timer configuration 2020-05-11 18:57:55 +10:00
README.md Linux_HAL_Essentials: Add missing make command in README.md for aiopru 2016-04-29 11:59:21 -03:00
RcAioPRU.p BeagleBone : comments corrected in RcAioPRU.p 2020-07-01 10:27:33 -07:00
RcAioPRUTest.c Bone : Faulty PWM output after few flight controller restarts due to wrong IEP Timer configuration 2020-05-11 18:57:55 +10:00
RcAioPRU_BBBLUE_bin.h Bone : Faulty PWM output after few flight controller restarts due to wrong IEP Timer configuration 2020-05-11 18:57:55 +10:00
RcAioPRU_BBBMINI_bin.h Bone : Faulty PWM output after few flight controller restarts due to wrong IEP Timer configuration 2020-05-11 18:57:55 +10:00
RcAioPRU_POCKET_bin.h Bone : Faulty PWM output after few flight controller restarts due to wrong IEP Timer configuration 2020-05-11 18:57:55 +10:00
start_test Bone : Faulty PWM output after few flight controller restarts due to wrong IEP Timer configuration 2020-05-11 18:57:55 +10:00

README.md

PRU firmware for 12 x PWM output and RC input

RC AllInOnePRU can be used with BeagleBone Black

  • Written in PRU Assembly
  • 1 channel RCInput with 5ns accuracy
  • 12 channel RCOutput with 1us accuracy

Build and install pasm (PRU Assembler)

  1. git clone https://github.com/beagleboard/am335x_pru_package.git
  2. cd am335x_pru_package
  3. make
  4. sudo make install

Rebuild RCAioPRU.p

  1. cd ardupilot/Tools/Linux_HAL_Essentials/pru/aiopru
  2. make