@@ -39,14 +39,28 @@ Choose your distro to install from package manager or [build from sources](http:
3939
4040## Flashing firmware  
4141
42- ### Preparations  
42+ ### Download latest firmware build  
4343
44- 1 .   Click the image to download latest build of full firmware:
44+ Click the image to download latest build of full firmware:
4545[ ![ ] ( https://update.flipperzero.one/latest-firmware-banner.png ) {: width="400"}] ( https://update.flipperzero.one/full_firmware_latest.bin ) 
46- 2 .  Connect your Flipper Zero to the PC over USB
47- 3 .  [ Enter DFU Mode] ( switching-modes.md#dfu-mode )  and check that the LED is blue
4846
49- ### Uploading firmware  
47+ ### Enter DFU Mode  
48+ 
49+ DFU means Device Firmware Update.
50+ 
51+ {{ gif("/assets/how-to-dfu.mp4") }}
52+ 
53+ To enter DFU Mode:
54+ 
55+ 1 .  Press and hold :flp-btn-left: + :flp-btn-back:, just like for reboot, then wait a second
56+ 2 .  Release :flp-btn-back:, but keep holding :flp-btn-left: for one more second
57+ 3 .  Release :flp-btn-left:
58+ 
59+ The display should turn off and the LED lights up in blue color, meaning you are in DFU Mode.
60+ 
61+ Connect your Flipper Zero to the PC over USB.
62+ 
63+ ### Upload firmware  
5064
5165Run this command in the terminal to upload new firmware:
5266```  sh 
@@ -58,8 +72,8 @@ dfu-util -a 0 -s 0x08000000 -D full_firmware_latest.bin
5872
5973    However, if you're trying to flash the firmware **without bootloader**, you must use `0x08008000` in `-s` parameter of `dfu-util`. 
6074
61- ### Booting  back 
75+ ### Boot  back 
6276
63- After flashing the firmware, [ reboot] ( switching-modes .md#reboot )  to exit DFU mode.
77+ After flashing the firmware, [ reboot] ( rebooting .md)  to exit DFU mode.
6478
6579USB cable can be unplugged before or after rebooting.
0 commit comments