From 96edaf7b1f89bc6e29ef785eb5435d7d59d5fcef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 19 Feb 2017 16:40:46 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae9bf59..7fedb44 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This will download the dependent submodules, which are required to build the fir ## 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), import the project by invoking *File -> Import -> General -> Existing Projects into Workspace*, select the `left` or `right` directory depending on the desired firmware, then click on the *Finish* button. +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), import the project by invoking *File -> Import -> General -> Existing Projects into Workspace*, select the *left* or *right* directory depending on the desired firmware, then click on the *Finish* button. ## Bootloader dependency @@ -20,11 +20,13 @@ Before flashing the firmware of the *right keyboard half*, [the bootloader](http ## Building and flashing the firmware +*Please make sure to substitute vX with the actual version of your prototype (v6, v7, etc.)* below. + In KDS, click on *Run -> Debug Configurations*, then you have two choices: -1. You can select *C/C++ Application -> uhk-right v7 release kboot* to flash the firmware via the bootloader. +1. You can select *C/C++ Application -> uhk-right vX release kboot* to flash the firmware via the bootloader. -2. You can select *GDB SEGGER J-Link Debugging -> uhk-right v7 release jlink* to flash the firmware via a SEGGER J-Link USB debug probe. In this case, the target device (left or right keyboard half, or add-on module) must be powered, and it must be connected to the debug probe. +2. You can select *GDB SEGGER J-Link Debugging -> uhk-right vX release jlink* to flash the firmware via a SEGGER J-Link USB debug probe. In this case, the target device (left or right keyboard half, or add-on module) must be powered, and it must be connected to the debug probe. Lastly, click on the *Debug* button to flash the firmware.