mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
update docs
This commit is contained in:
@@ -37,19 +37,10 @@ Use **`flipper-z-{target}-full-{suffix}.dfu`** to flash your device.
|
|||||||
|
|
||||||
If compilation fails, make sure all submodules are all initialized. Either clone with `--recursive` or use `git submodule update --init --recursive`.
|
If compilation fails, make sure all submodules are all initialized. Either clone with `--recursive` or use `git submodule update --init --recursive`.
|
||||||
|
|
||||||
# Build on macOS
|
# Build on Linux/macOS
|
||||||
|
|
||||||
Check out `documentation/fbt.md` for details on building and flashing firmware.
|
Check out `documentation/fbt.md` for details on building and flashing firmware.
|
||||||
|
|
||||||
## macOS Prerequisites
|
|
||||||
|
|
||||||
Make sure you have [brew](https://brew.sh) and install all the dependencies:
|
|
||||||
```sh
|
|
||||||
brew bundle --verbose
|
|
||||||
```
|
|
||||||
|
|
||||||
Install Python packages required by assets build scripts: `pip3 install -r scripts/requirements.txt`
|
|
||||||
|
|
||||||
### Compile everything for development
|
### Compile everything for development
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -65,3 +56,24 @@ Install Python packages required by assets build scripts: `pip3 install -r scrip
|
|||||||
Check `dist/` for build outputs.
|
Check `dist/` for build outputs.
|
||||||
|
|
||||||
Use **`flipper-z-{target}-full-{suffix}.dfu`** to flash your device.
|
Use **`flipper-z-{target}-full-{suffix}.dfu`** to flash your device.
|
||||||
|
|
||||||
|
|
||||||
|
# Build on Windows
|
||||||
|
|
||||||
|
Check out `documentation/fbt.md` for details on building and flashing firmware.
|
||||||
|
|
||||||
|
### Compile everything for development
|
||||||
|
|
||||||
|
```sh
|
||||||
|
.\fbt.cmd
|
||||||
|
```
|
||||||
|
|
||||||
|
### Compile everything for release + get updater package to update from microSD card
|
||||||
|
|
||||||
|
```sh
|
||||||
|
.\fbt.cmd --with-updater COMPACT=1 DEBUG=0 updater_package
|
||||||
|
```
|
||||||
|
|
||||||
|
Check `dist/` for build outputs.
|
||||||
|
|
||||||
|
Use **`flipper-z-{target}-full-{suffix}.dfu`** to flash your device.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### **Update to the latest official firmware before proceeding**
|
### **If installng for first time - Update to the latest official firmware before proceeding**
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user