eurorack-blocks
eurorack-blocks copied to clipboard
Simplify erbb install usage
Currently, the erbb install command is not great:
- As soon as
openocdis installed, it is used instead ofdfu-utilwhich might be unsetting, if the user doesn't have a stlink programmer, erbb installshould probably usedfu-utilby default,openocdis probably a bad command option, since it mentions the tooling rather than was system is used. Maybejtagorstlinkwould be bettererbb install bootloaderwould feel more natural thanerbb bootloader
Additionally, the DFU util error is a bit misleading, so something should be done about that, to report success.