With appreciation to
https://github.com/fxwiegand/terrarium-reverb/
- Install toolchain
brew install gcc-arm-embedded
brew install dfu-util
- Fetch and make depedencies
git submodule update --init --recursive
cd libDaisy && make && ..
cd DaisySP && make && ..
cd Terrarium && make && ..
cd basic_reverb && make
- Find device and upload
Hold down reset, hold down boot, let go of reset, let go of boot (while plugged into USB)
# list devices to find device address and settings
dfu-util --devices
# upload (aka download) to device
dfu-util --device 0483:df11 --alt 0 --download build/reverb.bin --dfuse-address 0x08000000