It's third software approach to enter bootloader mode: run machine.bootloader() at the MicroPython REPL.
It's assumed you have already installed MicroPython firmware on your Raspberry Pi Pico.
Run in MicroPython:
>>> import machine
>>> machine.bootloader()
Your RPi Pico will appear as a USB disk drive you can drag the firmware onto.
MicroPython updated.
No comments:
Post a Comment