mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
docs: Fix typo.
This commit is contained in:
parent
4ccfa87beb
commit
0adc701c73
@ -26,7 +26,7 @@ Source: https://github.com/arduino/arduino-fwuploader
|
||||
This tool can be used to upload firmware to DFU bootloaders. Example usage:
|
||||
|
||||
```
|
||||
dfu-util -w -d <vid>:<pid> -a 0 -s 0x80000000:leave -D <path_to_bin>
|
||||
dfu-util -w -d <vid>:<pid> -a 0 -s 0x08000000:leave -D <path_to_bin>
|
||||
```
|
||||
|
||||
Source: http://dfu-util.sourceforge.net/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user