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-08-02 16:46:43 +0300
committerGitHub <noreply@github.com>2022-08-02 16:46:43 +0300
commita1637e9216e98396938debd7ccb4e15cbcb41eb1 (patch)
tree8556b185c59b61abe94a2e8150edbde6b477748e /ReadMe.md
parent1e732830ec23be2a9acff42c240609d53bed275a (diff)
fbt fixes & improvements (#1490)
* fbt: minimal USB flash mode; scripts: faster storage.py with larger chunks * fbt: fixed creation of temporary file nodes confusing scons * docs: removed refs to --with-updater * fbt: removed splashscreen from minimal update package * fbt: renamed dist arguments for consistency * docs: fixed updater_debug target * fbt: separate target for generating compilation_database.json without building the code. * fbt: added `jflash` target for programming over JLink probe; refactored usb flashing targets * fbt: building updater_app in unit_tests configuration * fbt: fixed reset behavior after flashing with J-Link * fbt: generating .map file for firmware binary & external apps * fbt/core: moved library contents before apps code 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 f3a35056..36a887dc 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -29,11 +29,11 @@ They both must be flashed in the order described.
With Flipper attached over USB:
-`./fbt --with-updater flash_usb`
+`./fbt flash_usb`
Just building the package:
-`./fbt --with-updater updater_package`
+`./fbt updater_package`
To update, copy the resulting directory to Flipper's SD card and navigate to `update.fuf` file in Archive app.