Skip to content

Commit 2efc477

Browse files
authored
Добавил инструкцию по прошивке в Windows ru/eng (flipperdevices#3)
* Add files via upload * Добавил инструкцию по прошивке в Windows * Add images to eng section of Firm Flash * Update flashing-firmware.md
1 parent 35b912e commit 2efc477

18 files changed

+72
-4
lines changed

en/content/assets/1-win-en.png

13 KB
Loading

en/content/assets/2-win-en.png

23.6 KB
Loading

en/content/assets/3-win-en.png

17 KB
Loading

en/content/assets/4-win-en.png

14.8 KB
Loading

en/content/assets/5-win-en.png

18.1 KB
Loading

en/content/assets/6-win-en.png

19.4 KB
Loading

en/content/assets/7-win-en.png

19.5 KB
Loading

en/content/usage/general/flashing-firmware.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

77111
After 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.
45.8 KB
Loading
38.6 KB
Loading

0 commit comments

Comments
 (0)