@@ -6,7 +6,41 @@ You can skip this part if you have `dfu-util` installed.
66
77### Windows
88
9- _ TODO_
9+ #### Preperation
10+
11+ To flash Flipper in Windows we need ` DfuSeDemo ` software and firmware in ` *.dfu ` format.
12+
13+ Download actual firmware [ here] ( https://update.flipperzero.one/master/firmware/firmware.dfu ) .
14+ You can get DfuSeDemo from official [ site] ( https://www.st.com/en/development-tools/stsw-stm32080.html ) .
15+ It’s completely free, you just need to register during downloading process.
16+
17+ #### Flashing
18+
19+ On Flipper enter in DFU mode and connect to PC.
20+ As you can see our Flipper One named as ` DFU in FS Mode ` and wee need to install compatible driver.
21+ ![ ] ( assets/1-win-en.png )
22+
23+ Go to Windows Update Centre -> View optional updates.
24+ ![ ] ( assets/2-win-en.png )
25+
26+ Find ` STMicroelectronics ` in driver updates, mark it and press “Download and install”.
27+ ![ ] ( assets/3-win-en.png )
28+
29+ Check in Device Manager that name of the device has already changed to «STM Device in DFU Mode».
30+ In some cases, reboot is required.
31+ ![ ] ( assets/4-win-en.png )
32+
33+ Now it’s time to install and run DfuSeDemo.
34+ You can select our device ` STM Device in DFU Mode ` in top section of the app.
35+ After that choose ` 00 Internal Flash 256 sectors… ` section in targets table.
36+ Next click ` Choose ` in the bottom of the window and find firmware file.
37+ ![ ] ( assets/5-win-en.png )
38+
39+ After all preperations press Upgrade and click “Yes” in pop-up window.
40+ ![ ] ( assets/6-win-en.png )
41+
42+ Reboot Flipper after successful upgrade. Done!
43+ ![ ] ( assets/6-win-en.png )
1044
1145### macOS
1246
@@ -76,4 +110,4 @@ dfu-util -a 0 -s 0x08000000 -D full_firmware_latest.bin
76110
77111After flashing the firmware, [ reboot] ( rebooting.md ) to exit DFU mode.
78112
79- The USB cable can be unplugged before or after rebooting.
113+ The USB cable can be unplugged before or after rebooting.
0 commit comments