Firmware update / flashing

New firmware

Download the Rover firmware from: https://github.com/TurtleRover/firmware-shield/releases

Put the file into the Rover home directory.

pageUpload files to your Rover

Then connect to the Rover via ssh (IP: 10.0.0.1 | Login: pi | Password: raspberry).

pageConnect to the console (SSH)

Check if the file is available via console:

ls

The file should be named turtle.elf and be placed in home/pi directory. If the filename is different (e.g. firmware-shield.elf), you can rename it by typing:

mv firmware-shield.elf ~/turtle.elf

To flash it simply enter

turtle-shield-flash

And wait until it ends.

Simple as that. Done!

Last updated