Browse Source

Linux_HAL_Essentials: Add missing make command in README.md for aiopru

mission-4.1.18
mirkix 9 years ago committed by Lucas De Marchi
parent
commit
106f26d204
  1. 3
      Tools/Linux_HAL_Essentials/pru/aiopru/README.md

3
Tools/Linux_HAL_Essentials/pru/aiopru/README.md

@ -9,7 +9,8 @@ RC AllInOnePRU can be used with BeagleBone Black @@ -9,7 +9,8 @@ RC AllInOnePRU can be used with BeagleBone Black
## Build and install pasm (PRU Assembler)
1. `git clone https://github.com/beagleboard/am335x_pru_package.git`
2. `cd am335x_pru_package`
3. `sudo make install`
3. `make`
4. `sudo make install`
## Rebuild RCAioPRU.p
1. `cd ardupilot/Tools/Linux_HAL_Essentials/pru/aiopru`

Loading…
Cancel
Save