Update README.md

This commit is contained in:
László Monda
2017-03-06 22:16:46 +01:00
committed by GitHub
parent 62a3f6b3a4
commit 4efce11e96

View File

@@ -22,11 +22,7 @@ Before flashing the firmware of the *right keyboard half*, [the bootloader](http
*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. 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.
2. Alternatively, select *C/C++ Application -> uhk-right vX release kboot* to flash the firmware via the bootloader. This method will be the default one, but right now it's experimental, and not very robust.
In KDS, click on *Run -> Run Configurations*, then select *C/C++ Application -> uhk-right vX release kboot* to flash the firmware via the bootloader.
Lastly, click on the *Debug* button to build and flash the firmware.