-
Notifications
You must be signed in to change notification settings - Fork 195
Description
I'm attempting to connect the PyGamer (running the latest 3.15 bootloader) to a 9th gen iPad running iOS 16.3.1 via a Lighting to USB Camera Adapter cable. When connected in bootloader mode, the drive is recognized and I can read the files on it, however, attempting to copy a new (known good) .uf2 file (from makecode) to the PyGamer results in Error Code 100093 and the creation of a zero-byte file on the PyGamer. From this link it appears that only FAT and FAT32 are supported, however the PyGamer appears as FAT16. Is there a way to update the PyGame so it appears as one of the supported filesystems?
To isolate the issue, I have verified that the Lightning adapter works with a regular USB thumb drive, and I have verified that the pygamer bootloader works with another computer to load the same uf2 file.