I’ve had a working method for building and updating the firmware for some time now. To update, I navigate to Arduino/hardware/keyboardio/avr
and run make update-submodules
.
When I ran it this time, however, I was presented with a bunch of “delete” messages for a number of plugins in libraries
, and now building my firmware with make flash
presents the following error message:
BOARD_HARDWARE_PATH="/Users/tiltowait/Programming/Arduino/hardware" /Users/tiltowait/Programming/Arduino/hardware/keyboardio/avr/libraries/Kaleidoscope/bin//kaleidoscope-builder flash Building output/Model01-Firmware/Model01-Firmware (0.0.0-gv1.22-27-g561b-dirty) ... Board model01 (platform avr, package keyboardio) is unknown make: *** [flash] Error 1
(Yes, I’m using a non-standard directory for Arduino. I have aliases set up, which has let things work perfectly in the past.)
If I try to pull everything from git again with make update-submodules
, I’m told there’s no rule to make that target.
Did something change recently?