OTA micropython firmware update possible ? #14187
Unanswered
ondrej1024
asked this question in
RP2040 / Pico
Replies: 1 comment 1 reply
-
@ondrej1024 You'd need a second-stage bootloader to achieve this (as the built-in bootloader doesn't support this). For example on the stm32 port, MicroPython provides an optional second-stage bootloader ( Unfortunately I don't know of any existing projects that provide this functionality for rp2040 (although I haven't looked closely). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to find out if it is possible to update the MP firmware on the Pico-W (or Pico with Ethernet) via network connection.
I found some tools which can update files in the filesystem via network. But I am looking for a way to replace the whole MP firmware including the frozen modules baked into the firmware. It's what you would do with
mpremote
when you load auf2
file vie USB connection to the Pico, but via network connection.Is this something that can be done or has even already been implemented?
Beta Was this translation helpful? Give feedback.
All reactions