Difference between revisions of "Flashing firmware on the Pi Pico"

From Open Mower Wiki
Jump to navigation Jump to search
(Created page with "Very rudimentary for now - check https://www.youtube.com/watch?v=_bImqD-pQSA")
 
Line 1: Line 1:
Very rudimentary for now - check https://www.youtube.com/watch?v=_bImqD-pQSA
Very rudimentary for now - check https://www.youtube.com/watch?v=_bImqD-pQSA
== How to flash the pi pico from the raspberry pi using openocd ==
'''''Directly copied from a discord conversation'''''
use the .elf file if flashing via openocd or the uf2 file for flashing via usb mass storage
[[File:Pico update jumper.jpg|thumb|J22 jumpers to update pi pico by the raspberry pi]]
bridge the jumpers like on the right picture (you can leave them like this during normal operation, the idea is that instead of the jumpers you can use an external debugger on those pins as well)
on your raspi do<syntaxhighlight lang="shell">
cd open_mower_ros/utils/scripts/
sudo ./upload_firmware.sh /path/to/your/firmware.elf</syntaxhighlight>
{| class="wikitable"
|+Neopixel color
|red
|during boot
|-
|orange - red flashing
|emergency mode and ros is disconnected
|-
|green - red flashing
|emergency mode and ros is connected
|-
|steady green
|ros is connected and no emergency mode is detected
(all voltages are OK, wheels aren't lifted, emergency button is not pressed)
|}

Revision as of 21:05, 22 July 2022

Very rudimentary for now - check https://www.youtube.com/watch?v=_bImqD-pQSA



How to flash the pi pico from the raspberry pi using openocd

Directly copied from a discord conversation

use the .elf file if flashing via openocd or the uf2 file for flashing via usb mass storage

Error creating thumbnail: File with dimensions greater than 12.5 MP
J22 jumpers to update pi pico by the raspberry pi


bridge the jumpers like on the right picture (you can leave them like this during normal operation, the idea is that instead of the jumpers you can use an external debugger on those pins as well)

on your raspi do

cd open_mower_ros/utils/scripts/
sudo ./upload_firmware.sh /path/to/your/firmware.elf
Neopixel color
red during boot
orange - red flashing emergency mode and ros is disconnected
green - red flashing emergency mode and ros is connected
steady green ros is connected and no emergency mode is detected

(all voltages are OK, wheels aren't lifted, emergency button is not pressed)