fix for changed VID/PID

VID/PID have been changed, see 883dc28dca
This commit is contained in:
Erich Styger
2017-06-24 19:04:59 +02:00
committed by GitHub
parent a59a25129c
commit 322888b129

View File

@@ -41,9 +41,9 @@ Ultimately, you will want to upload the actual [application firmware](https://gi
You can use the [blhost utility](/bin/Tools/blhost) to upload the application firmware via the bootloader. Unfortunately, the Linux version of this tool does not seem to work due to a bug, but the Windows version does work. You may have to execute the following as root/administrator:
```
blhost --usb 0x15a2,0x0073 flash-erase-all 0
blhost --usb 0x15a2,0x0073 flash-image uhk-right_binary_blink.srec
blhost --usb 0x15a2,0x0073 reset
blhost --usb 0x1D50,0x6120 flash-erase-all 0
blhost --usb 0x1D50,0x6120 flash-image uhk-right_binary_blink.srec
blhost --usb 0x1D50,0x6120 reset
```
Alternatively, you can use the Windows-only [KinetisFlashTool](/bin/Tools/KinetisFlashTool/win) GUI application.