How to verify flashing #9654
Unanswered
CroftAr
asked this question in
Hardware & Peripherals
Replies: 2 comments 4 replies
-
@CroftAr I think https://github.com/raspberrypi/picotool is the tool you're looking for. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Lastly is it possible to verify the f/w on a pyboard? dfu-util can retrieve the board's f/w presumably in .bin format, and then...? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Is there a way to check that Micropython has been flashed correctly, both generally and for RP2040 in particular? When flashing with 'esptool.py' a '--verify' flag is available and the esp module provides 'esp.check_fw()' at run time, but I haven't found these or similar for non-ESP targets.
https://docs.micropython.org/en/latest/rp2/tutorial/intro.html
https://docs.micropython.org/en/latest/esp8266/tutorial/intro.html
Beta Was this translation helpful? Give feedback.
All reactions