From 4a8311c8b8566cc2a9b6796fbdd974d740fc548d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 19 Feb 2017 16:16:39 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d06828c..8d362f6 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Please make sure to clone this repo with: This will download the dependent submodules which are required to build the firmware. -## Bootloader dependency - -Before flashing the firmware of the right keyboard half, [the bootloader](https://github.com/UltimateHackingKeyboard/bootloader) must be flashed to the microcontroller, otherwise the firmware will not be started. The reason is that the bootloader gets executed first, then it jumps to the firmware, which is offsetted. - ## Importing the firmware Install [Kinetis Design Studio](http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/ides-for-kinetis-mcus/kinetis-design-studio-integrated-development-environment-ide:KDS_IDE) (KDS) and import the project by invoking *File -> Import -> General -> Existing Projects* into Workspace, select the `right` or `left` directory depending on the desired firmware, then click on the Finish button. At this point, you should be able to build the firmware in KDS. +## Bootloader dependency + +Before flashing the firmware of the right keyboard half, [the bootloader](https://github.com/UltimateHackingKeyboard/bootloader) must be flashed to the microcontroller, otherwise the firmware will not be started. The reason is that the bootloader gets executed first, then it jumps to the firmware, which is offsetted. + ## Building and flashing the firmware In KDS, click on Run > Debug Configurations, then you have two choices: