Skip to content

Commit

Permalink
Merge pull request #10279 from KY-S0ong/patch-2
Browse files Browse the repository at this point in the history
Mac-OS wiki update | How to connect to configurator
  • Loading branch information
mmosca authored Aug 9, 2024
2 parents b229636 + fc8aa0d commit d00840e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/USB Flashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,19 @@ With the board connected and in bootloader mode (reset it by sending the charact
* Choose Options > List All Devices
* Select `STM32 BOOTLOADER` in the device list
* Choose `WinUSB (v6.x.x.x)` in the right hand box

![Zadig Driver Procedure](assets/images/zadig-dfu.png)

* Click Replace Driver
* Restart the Configurator (make sure it is completely closed, logout and login if unsure)
* Now the DFU device should be seen by Configurator

## While Using USB-C cables

* If you are using a device with only USB-C ports such as a Mac-OS device, you will need a dongle.
* A USB-C to USB-C cable is identical on both ends and thus requires extra hardware to let them be auto detected as devices instead of hosts.
* Using a USB-A to C cable or dongle is usually the easiest way to get a working connection but an USB-OTG adapter also works.

## Using `dfu-util`

`dfu-util` is a command line tool to flash ARM devices via DFU. It is available via the package manager on most Linux systems or from [source forge](http://sourceforge.net/p/dfu-util).
Expand Down

0 comments on commit d00840e

Please sign in to comment.