How can I flash it on rpi pico/convert to uf2? #92
Replies: 2 comments
-
The Raspberry Pi Pico is not a espressif device. It will not work with esptool. If you hold down the BOOT button while plugging in the pico, it should show up as a drive on your computer that you can simply drag and drop a .uf2 file to. Is this with a custom built firmware? |
Beta Was this translation helpful? Give feedback.
-
But you SHOULD be able to convert a .bin file to .uf2 with something like this command (replace BINFILE with the name of the file you want to convert, OUTFILE with the output file and CHIP with the chip you are using):
I learned it from here. (I might be wrong) |
Beta Was this translation helpful? Give feedback.
-
Hi,
while trying to flash with esptool error is appearing:
"esptool.py v4.3
Serial port COM4
Connecting......................................
A fatal error occurred: Failed to connect to Espressif device: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html".
No success with ubuntu too, is there any other way to flash it to pico or convert firmware.bin to firmware.uf2?
Beta Was this translation helpful? Give feedback.
All reactions