Windows instructions to build firmware

@kajsa.anderson and others:

I found the issue!

Above, Jesse showed checking out the Arduino-Boards repo to hardware/avr/keyboardio, but in his follow up, algernon shows hardware/keyboardio/avr (Note the different nesting order of the avr and the keyboardio directories.)

After…

  1. doing a fresh clone of theArduino-Boards repo with the hardware/keyboardio/avr directory structure
  2. restarting the Arudino IDE
  3. selecting the “Keyboardio Model 01” board in Tools > Board… (It had reverted to an generic arduino board)

…I no longer get the missing ‘arduino:arduino’ core error and was to able successfully run Verify/Compile. Simply renaming the directories so they are in the correct nesting order would likely work. I just did a fresh clone to have as “clean” a redo as possible when trying it.

I checked and the Model01-Firmware README does have the correct path. While I did RTFM, I did not pickup on the variance between it and what was posted above :frowning:

Hopefully, @kajsa.anderson, your issue is the same. :crossed_fingers:

4 Likes