-
-
Notifications
You must be signed in to change notification settings - Fork 781
Upgrading Firmware
Piotr Esden-Tempski edited this page Aug 2, 2016
·
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
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.
TODO
Same as linux, besides the fact that you have to plug in the BMP in while pressing the button. Sadly due to the way MacOS handles USB devices there is no way to reboot into bootloader using software. :(
You can use the Upgrade.exe program.
TODO???