Raspberry Pi Pico 2 doesn't appear when flashed with micropython #18426
Replies: 2 comments
-
First and foremost that we have no idea which board exactly. |
Beta Was this translation helpful? Give feedback.
-
|
Another possible cause could be that the filesystem is corrupt and somehow stalls the boot.
That uses Phil Howard's Pico universal flash nuke , you can also use that directly |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently I bought a Pico 2 with the RP2350 from Aliexpress for my micropython project.
After flashing it with micropython, /dev/ttyACM0 simply didn't appear. I've tested it with circuitpython and the pico-examples, and the serial port appears, only with micropython I can't get to the serial port.
dmesg gives me no output, and picotool says MicroPython is flashed
Program Information name: MicroPython version: v1.26.1 features: thread support USB REPL frozen modules: neopixel, dht, ds18x20, onewire, uasyncio, asyncio/stream, asyncio/lock, asyncio/funcs, asyncio/event, asyncio/core, asyncio, _boot_fat, _boot, rp2 binary start: 0x10000000 binary end: 0x1004f4a0 target chip: RP2350 image type: ARM SecureWhat could be the issue?
Beta Was this translation helpful? Give feedback.
All reactions