mirror of https://github.com/ArduPilot/ardupilot
HAL_Linux: Linux HAL Readme:change firmware name to pwmpru1
This commit is contained in:
parent
ca163c292c
commit
9c33420aab
|
@ -26,7 +26,7 @@ source ~/.bashrc
|
|||
|
||||
###Compiling and loading the code
|
||||
* just `make`
|
||||
* copy generated executable `testpru1` to `ardupilot/Tools/Linux_HAL_Essentials/`.
|
||||
* copy generated executable `pwmpru1` to `ardupilot/Tools/Linux_HAL_Essentials/`.
|
||||
* To load firmware use
|
||||
- `./startup.sh load` : only once after reboot it will copy overlays and firmware to `/lib/firmware/` and loads them.
|
||||
- `./startup.sh reload` : it only copies firmware to `/lib/firmware/` and reloads pru firmware.
|
||||
|
|
Loading…
Reference in New Issue