Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshevv <9393466+shevv@users.noreply.github.com>2021-04-30 13:31:48 +0300
committerGitHub <noreply@github.com>2021-04-30 13:31:48 +0300
commitbc11381016dbbcc88618bf666785d03afb19f27b (patch)
treefdedc8d40df808dcb657973b190be6ed1c10b7c0 /ReadMe.md
parentc982294d5faa9d1440826999005dd567287c5e9d (diff)
Update full.bin in command line (#439)
* Update full.bin in command line * Updated command according to the current link for full.bin * Update ReadMe.md Co-authored-by: あく <alleteam@gmail.com>
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReadMe.md b/ReadMe.md
index a6ff0e1f..a921477c 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -46,7 +46,7 @@ One liner: `./flash_core1_main.sh`
## With USB DFU
-1. Download latest [Firmware](https://update.flipperzero.one/master/full.bin)
+1. Download latest [Firmware](https://update.flipperzero.one/master/full.dfu)
2. Reboot Flipper to Bootloader
- Press and hold `← Left` + `↩ Back` for reset
@@ -54,7 +54,7 @@ One liner: `./flash_core1_main.sh`
- Release `↩ Back`
<img src="https://habrastorage.org/webt/uu/c3/g2/uuc3g2n36f2sju19rskcvjzjf6w.png" />
-1. Run `dfu-util -D full_firmware_latest.bin -a 0 -s 0x08000000:leave`
+1. Run `dfu-util -D full.dfu -a 0`
# Build from source