USB power is fine.
The problem was that there was some kind of stuck/corrupted DOS filesystem in flash. This cleared it:Device appears to work fairly reliably now
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, "/")
Statistics: Posted by scruss — Thu May 16, 2024 10:16 pm