Comment on page
Firmware update / flashing
Put the file into the Rover home directory.
Then connect to the Rover via ssh (IP: 10.0.0.1 | Login: pi | Password: raspberry).
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!