Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:seeedxiao [2021/09/11 02:16] – darron | boards:seeedxiao [2022/11/10 14:39] (current) – darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====Seeduino Xiao==== | ||
+ | |||
+ | <wrap right> | ||
+ | {{boards: | ||
+ | </ | ||
+ | |||
+ | This is a tiny ARM board with a very unreliable bootloader | ||
+ | which contrasts greatly with the hardware. | ||
+ | |||
TODO | TODO | ||
Line 9: | Line 18: | ||
[3585232.878811] usb 1-1.3: SerialNumber: | [3585232.878811] usb 1-1.3: SerialNumber: | ||
[3585232.881320] cdc_acm 1-1.3:1.0: ttyACM1: USB ACM device | [3585232.881320] cdc_acm 1-1.3:1.0: ttyACM1: USB ACM device | ||
+ | </ | ||
+ | |||
+ | Programming needs new version of BOSSA, however, the board can boot into MASS STORAGE mode | ||
+ | and BOSSA will not work in this case. Things are not particularly reliable with USB bus hangs | ||
+ | and even Linux kernel panics. | ||
+ | |||
+ | < | ||
+ | $ sudo stty -F/ | ||
+ | |||
+ | $ sudo / | ||
+ | Atmel SMART device 0x10010005 found | ||
+ | Device | ||
+ | Chip ID : 10010005 | ||
+ | Version | ||
+ | Address | ||
+ | Pages : 3968 | ||
+ | Page Size : 64 bytes | ||
+ | Total Size : 248KB | ||
+ | Planes | ||
+ | Lock Regions : 16 | ||
+ | Locked | ||
+ | Security | ||
+ | Boot Flash : true | ||
+ | BOD : true | ||
+ | BOR : true | ||
+ | Arduino | ||
+ | Arduino | ||
+ | Arduino | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | $ ll | ||
+ | total 513K | ||
+ | -rwxr-xr-x 1 root root 524288 Dec 25 2018 CURRENT.UF2 | ||
+ | -rwxr-xr-x 1 root root 111 Dec 25 2018 INDEX.HTM | ||
+ | -rwxr-xr-x 1 root root 101 Dec 25 2018 INFO_UF2.TXT | ||
+ | |||
+ | $ cat IN* | ||
+ | < | ||
+ | < | ||
+ | location.replace(" | ||
+ | </ | ||
+ | UF2 Bootloader v3.7.0-33-g90ff611-dirty SFHWRO | ||
+ | Model: Seeeduino XIAO | ||
+ | Board-ID: SAMD21G18A-XIAO-v0 | ||
</ | </ | ||
Line 20: | Line 74: | ||
https:// | https:// | ||
+ | |||
+ | arduino | ||
+ | |||
+ | File -> Preferences -> Additional Boards Manager URLs | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Tools-> Board -> Boards Manager -> Filter your search | ||
+ | |||
+ | Seeeduino XIAO | ||
+ | |||
+ | |||
+ | [[https:// | ||
+ |