forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Labels
Milestone
Description
I am finding that when I flash CP 3.0 to my itsybitsy_m0 _express, my Ubuntu linux system is not recognizing the FS.
It works fine if I flash CP 2.x
dmesg output when FS fails with 3.0
[168355.572364] usb 3-3.2: New USB device found, idVendor=239a, idProduct=000f
[168355.572370] usb 3-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[168355.572373] usb 3-3.2: Product: ItsyBitsy M0 Express
[168355.572376] usb 3-3.2: Manufacturer: Adafruit Industries
[168355.573052] cdc_acm 3-3.2:1.0: ttyACM0: USB ACM device
[168355.575705] usb-storage 3-3.2:1.2: USB Mass Storage device detected
[168355.576124] scsi host8: usb-storage 3-3.2:1.2
[168355.577266] hid-generic 0003:239A:000F.0027: hiddev1,hidraw3: USB HID v1.00 Device [Adafruit Industries ItsyBitsy M0 Express] on usb-0000:00:14.0-3.2/input3
[168356.587395] scsi 8:0:0:0: Direct-Access ItsyBits y M0 Express 1.00 PQ: 0 ANSI: 2
[168356.588349] sd 8:0:0:0: Attached scsi generic sg2 type 0
[168356.589610] sd 8:0:0:0: [sdc] 8000 512-byte logical blocks: (4.10 MB/3.91 MiB)
[168356.589830] sd 8:0:0:0: [sdc] Write Protect is off
[168356.589834] sd 8:0:0:0: [sdc] Mode Sense: 0f 00 00 00
[168356.590016] sd 8:0:0:0: [sdc] No Caching mode page found
[168356.590023] sd 8:0:0:0: [sdc] Assuming drive cache: write through
[168356.598382] sdc:
[168356.599868] sd 8:0:0:0: [sdc] Attached SCSI removable disk
[168378.003723] usb 3-3.2: USB disconnect, device number 80
[168378.063064] FAT-fs (sdc): unable to read boot sector to mark fs as dirty
On failed boot the Dotstar turns BLue which should indicate "Circuit python is starting up".....