-
Notifications
You must be signed in to change notification settings - Fork 498
Description
Hi
I've just started playing with the Pico2. I'm having problems uploading data to the LittleFS data partition. The New.UF2 file seems to get copied to the drive that appears when i trigger the command but the drive never closes and the pico2 doesn't reboot. The whole thing just seems to hang up.
I'm using Arduino ide v1.8.19 as i don't get on with v2x
My sketch uploads correctly and will run but because the data files don't get uploadded the sketch does nothing )it looks for files to use).
I've tried my code and data on an original pico which works correctly.
It doesn't seem to matter what size files i put in the data folder or the size of FS i select (provided the files are smaller than this setting) it just does not work.
My last attempt i left the file explorer open for 30 minutes and nothing changed.
If i unplug my Pico2 from the usb and plug it in again my sketch runs but the FS is empty.
Any suggestions appreciated.