mirror of
https://github.com/Fihdi/Eurorack.git
synced 2026-04-11 15:45:51 +00:00
Prerequistes
- Have the Toolchain installed. Instructions here.
- Update git submodules. This is done with the command
git submodule update --init --recursive - Build Daisy library: in this repository root, execute
sh build_libs.sh
Build and flash firmware to Daisy
- Move to the folder of the firware you want to compile
- Depending on your OS, the build commands may be different:
On Mac
maketo build the firmwaremake program-dfuto flash the firmware using USBmake programto flash the firmware using a debug probe (e.g. ST-link V3 mini)
On Windows
task build_and_program_dfuto build and flash the firmware using USBtask build_and_programto build and flash using a debug probe
On Linux
?