-
-
Notifications
You must be signed in to change notification settings - Fork 781
Upgrading Firmware
Gareth McMullin edited this page Jul 4, 2017
·
23 revisions
If you have one of the native hardware Black Magic Probes the process of upgrading the firmware is as follows:
Download or compile a Black Magic Probe (BMP) firmware.
Plug in the Black Magic Probe into your computer and run the following command:
sudo dfu-util -d 1d50:6018,:6017 -s 0x08002000:leave -D blackmagic.bin
You will need to install dfu-util
package. On MacOS you can use homebrew, macports or fink depending on your preferred package manager.
If this does not manage to switch your BMP into bootloader mode you can also plug in your BMP while holding down the button. This will force the BMP to stay in the bootloader on power up.
You can use the Upgrade.exe program.
TODO???