Howdy!
Just got my
https://www.adafruit.com/product/3179 in, and on advice from a trusted pal I'm headed for CircuitPython. I got a Blink sketch running, and added an LED to D12, verifying my hardware and development environment are functional.
They are - good stuff! Last time I touched a micro was a Basic Stamp.
So I hit up
https://learn.adafruit.com/welcome-to-c ... cuitpython and run the steps. It works. Micro reboots and comes up with a Circuitpy drive, then happily immediately reboots and comes up as FEATHERBOOT again.
Ohhhhhh K.
https://learn.adafruit.com/welcome-to-c ... stallation and there's my next step. Everything completes successfully, aaaaaand reboots as Circuitpy, then immediately reboots back to FEATHERBOOT
Back to zero, went to upgrade bootloader using Arduino IDE, got the following results, but no change in behavior.
Device : ATSAMD21x18
Version : v1.1 [Arduino:XYZ] Jan 15 2022 11:54:10
Address : 0x0
Pages : 4096
Page Size : 64 bytes
Total Size : 256KB
Planes : 1
Lock Regions : 16
Locked : none
Security : false
BOD : false
BOR : false
Write 10932 bytes to flash (171 pages)
[==============================] 100% (171/171 pages)
Done in 2.097 seconds
Verify 10932 bytes of flash
[==============================] 100% (171/171 pages)
Verify successful
Done in 0.177 seconds
So the board is back to UF2, but won't let me throw Circuitpython UF2 on it..
UF2 Bootloader v3.14.0 SFHWRO
Model: Feather M0
Board-ID: SAMD21G18A-Feather-v0
Any thoughts?