You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ DFU Buddy is still work in progress and lacking functionality. Also, some device
34
34
- Launch the application. Depending on the platform, there may be security warnings about being from an untrusted developer or source. You have to accept these warnings or [build the application from source](BUILDING.md) yourself. This is a common issue for open source applications because they are not signed by their developers at the OS manufacturers.
35
35
- Select the device from the *Device* dropdown menu. Please note that it may show a generic name like *STM32 Bootloader* instead of its usual brand name.
36
36
- Select the DFU file containing the firmware by either clicking the *Open...* button and choosing it via the file dialog or by dropping the file onto the application window.
37
-
- After having selected both device and file, some checks are performed to prove that they match. This is done to prevent accidently flashing the device with a wrong firmware that is intended for some other unit.
37
+
- After having selected both device and file, some checks are performed to prove that they match. This is done to prevent accidentally flashing the device with a wrong firmware that is intended for some other unit.
38
38
- Check to *Confirm to proceed* checkbox in the lower left corner.
39
39
- Press the *Start update* button to initiate to update process.
40
40
- The update procedure will now start. 3 steps are executed: erasing the old firmware, writing the new one, verifying the written data. Each steps progress is shown by bar in the lower right corner.
0 commit comments