Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4762

Other RP2040 boards • Re: Arduino Nano RP2040 Connect: reliability?

$
0
0
USB power is fine.

The problem was that there was some kind of stuck/corrupted DOS filesystem in flash. This cleared it:

Code:

import osimport machine, rp2bdev = rp2.Flash()os.VfsFat.mkfs(bdev)vfs = os.VfsFat(bdev)os.mount(vfs, "/")
Device appears to work fairly reliably now

Statistics: Posted by scruss — Thu May 16, 2024 10:16 pm



Viewing all articles
Browse latest Browse all 4762

Trending Articles