diff --git a/Tools/Linux_HAL_Essentials/README.md b/Tools/Linux_HAL_Essentials/README.md index 69759129bc..32e88e1906 100644 --- a/Tools/Linux_HAL_Essentials/README.md +++ b/Tools/Linux_HAL_Essentials/README.md @@ -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.