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

This commit is contained in:
mirkix 2016-04-28 22:22:20 +02:00 committed by Lucas De Marchi
parent 731c68f273
commit 106f26d204

View File

@ -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`