diff --git a/tools/README.md b/tools/README.md index 69598c4ea..49835aac7 100644 --- a/tools/README.md +++ b/tools/README.md @@ -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 : -a 0 -s 0x80000000:leave -D +dfu-util -w -d : -a 0 -s 0x08000000:leave -D ``` Source: http://dfu-util.sourceforge.net/