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:
authorhedger <hedger@users.noreply.github.com>2022-06-30 19:06:12 +0300
committerGitHub <noreply@github.com>2022-06-30 19:06:12 +0300
commitb3767d143f47cfbb28194545ba13458c2680e301 (patch)
tree720580fbe679b30cd82ebee1554c96d44c1e94af /ReadMe.md
parent8632c77d68e4129effef60b1ad8d839995f9134b (diff)
fbt: fixes (#1352)
* fbt: added --git-tasks; fixed typos * fbt: fixed --extra-int-apps handling; scripts: moved storage.py & selfupdate.py to App() framework * fbt: changed pseudo-builders to PhonyTargets with commands; added link to latest build dir as build/latest * fbt: Restored old ep git handling * fbt: dropped git tasks & dirlink.py * fbt: removed extra quoting in fbt.cmd * docs: added flash_usb to ReadMe.md Co-authored-by: あく <alleteam@gmail.com>
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 6a3eed37..e8b4daab 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -27,9 +27,15 @@ They both must be flashed in order described.
## With offline update package
+With Flipper attached over USB:
+
+`./fbt --with-updater flash_usb`
+
+Just building the package:
+
`./fbt --with-updater updater_package`
-Copy the resulting directory to Flipper's SD card and navigate to `update.fuf` file in Archive app.
+To update, copy the resulting directory to Flipper's SD card and navigate to `update.fuf` file in Archive app.
## With STLink