mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 05:48:08 +03:00
update docs
This commit is contained in:
parent
e0e93202c9
commit
ab72f69af4
@ -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`.
|
||||
|
||||
# Build on macOS
|
||||
# Build on Linux/macOS
|
||||
|
||||
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
|
||||
|
||||
```sh
|
||||
@ -65,3 +56,24 @@ Install Python packages required by assets build scripts: `pip3 install -r scrip
|
||||
Check `dist/` for build outputs.
|
||||
|
||||
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>
|
||||
|
||||
### **Update to the latest official firmware before proceeding**
|
||||
### **If installng for first time - Update to the latest official firmware before proceeding**
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user