Created
April 29, 2018 13:08
-
-
Save sidprice/462e1136244a77eed4c4ec0004fc12fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Updating the firmware on Windows requires a driver installation and the use of a tool called DF-Util. | |
| The driver (on Windows 10) is installed using a utility from http://zadig.akeo.ie/. Black Magic Probe uses a driver called libusbK, a selection offered by the Zadig tool. | |
| In a command window then execute the following command: | |
| dfu-util.exe -d 1d50:6018,:6017 -E 20 -s 0x08002000:leave -D blackmagic.bin | |
| Notes: | |
| 1. BMP will enter DFU mode but may not have a driver installed. If that is the case install a driver for the update device using Zadig and run the above command again. | |
| 2. The BMP with the red mark on the version label is the one that is updated from the original v1.6.1 firmware. | |
| 3. May be able to reduce the wait time (-E 20) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment