Most of the support has been added to libDaisy at this point, but we haven’t streamlined it, or added documentation yet.
The bootloader (currently v4) can load firmware via SD card, USB drive, and/or DFU, and can be flashed to the Daisy over DFU using make program-boot
, or by using the electro-smith web programmer.
Code can be compiled to target the bootloader (either to run upto 512kB from internal SRAM, or to run up to ~8MB directly from the QSPI) by manually specifying the LDSCRIPT
in the user makefile.
The recipe make program-app
has been added for DFU uploading of firmware compiled this way.
So most of the pieces are in place! We’re hoping to have some documentation, and do a more general announcement before the end of the year.