Drive not detected after flashing micropython #13740
-
Hi, I'm just got a YD-RP2040 board and plugged it in for the first time. The usb drive was soon detected and I flashed the board with the micropython downloaded from the link provided on the index.htm file on the drive (https://www.raspberrypi.com/documentation/microcontrollers/micropython.html). The version of the micropython I flashed was RPI_PICO-20240222-v1.22.2.uf2, however, I was never able to see the usb drive being detected again.
I've seen a lot of people talking about using the nuke uf2 file but since I can't see the drive detected, I can't flash the file to use it. Is there any other way to de-brick my board? ps. I've tried these on a linux and a macos system. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The RPI drive is only used for uploading the firmware. During use there is no drive. You can upload python code to the device using e.g. mpremote.py. If the firmware update worked, you will get a REPL prompt using a serial terminal. mpremote suits too as serial terminal. mpremote: https://docs.micropython.org/en/latest/reference/mpremote.html |
Beta Was this translation helpful? Give feedback.
The RPI drive is only used for uploading the firmware. During use there is no drive. You can upload python code to the device using e.g. mpremote.py. If the firmware update worked, you will get a REPL prompt using a serial terminal. mpremote suits too as serial terminal.
mpremote: https://docs.micropython.org/en/latest/reference/mpremote.html