diff options
author | Gergely Nagy <algernon@users.noreply.github.com> | 2017-08-27 12:11:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 12:11:22 +0200 |
commit | 6f5cfeb9b35cafc43f44687378982dbe27e12f0a (patch) | |
tree | 665e805c50033c0ade6624585659635bc10946bd | |
parent | 971236f64e35d73fffe93de0b9dcbafc11d4751b (diff) | |
parent | 2564d28fe37abbfb26f569f93ce1b647d5fabed4 (diff) | |
download | Model01-Firmware-6f5cfeb9b35cafc43f44687378982dbe27e12f0a.tar.gz Model01-Firmware-6f5cfeb9b35cafc43f44687378982dbe27e12f0a.zip |
Merge pull request #13 from cdisselkoen/improved-flashing-docs
Improve documentation related to flashing
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -51,7 +51,9 @@ git clone --recursive https://github.com/keyboardio/Arduino-Boards.git hardware/ git clone https://github.com/keyboardio/Model01-Firmware.git ``` -# Build and flash the firmware from the commandline +# Build and flash the firmware + +### Option 1: From the command line ```sh cd Model01-Firmware @@ -60,8 +62,13 @@ make flash When the builder tells you to hit Enter to continue, hold down "Prog" on your keyboard and hit Enter. +### Option 2: From the Arduino IDE + +Open the sketch you wish to flash (for example, `Model01-Firmware.ino`). +Click the Upload button or press `Ctrl-U`. +Hold down "Prog" on your keyboard, particularly when the compile finishes and the upload begins. # Thanks! |