Browse Source

HAL_Linux: Linux HAL Readme:change firmware name to pwmpru1

mission-4.1.18
Siddharth Bharat Purohit 11 years ago committed by Andrew Tridgell
parent
commit
9c33420aab
  1. 2
      Tools/Linux_HAL_Essentials/README.md

2
Tools/Linux_HAL_Essentials/README.md

@ -26,7 +26,7 @@ source ~/.bashrc @@ -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…
Cancel
Save