#currently getting this when trying to

1 messages · Page 1 of 1 (latest)

covert acorn
#

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

inner carbon
#

What OS are you on?

covert acorn
#

macos

inner carbon
#

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

GitHub

CircuitPython version Adafruit CircuitPython 8.2.6 on 2023-09-12; Adafruit CircuitPlayground Express with samd21g18 Code/REPL # Write your code here :-) print("Hello World!") Behavior Cod...

covert acorn
#

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

inner carbon
#

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

covert acorn
#

gotcha, shame, thanks

inner carbon
#

But if you unmount and remount the drive, the older working driver is loaded