#currently getting this when trying to
1 messages · Page 1 of 1 (latest)
hangs here
this is when you select the FTHR... drive
I also noticed that if I drag the uf2 manually, it keeps rebooting into the boot loader rather than flashing it
What OS are you on?
macos
For UF2 copies, sounds like you may be hitting the MacOS Sonoma bug. Try unmounting & remounting (not unplugging) the drive using Disk Utility or one of the shell scripts mentioned towards the bottom of this issue: https://github.com/adafruit/circuitpython/issues/8449
ill try that, with the pi pico w I'm also getting errors when copying a specific file for some reason, well under the storage requirements as far as I'm aware:
cp: /Volumes/CIRCUITPY/wificontroller.py: Input/output error
idk if circuitpython is too much for that board storage but I've got maybe 12KB of code and packages on there
That’s definitely the Sonoma bug mentioned in that GitHub issue. Apple has started using a new driver for FAT-formatted disks and it’s buggy
gotcha, shame, thanks
But if you unmount and remount the drive, the older working driver is loaded