How To Build
Last updated
Was this helpful?
Last updated
Was this helpful?
Git - for Windows, on Linux/Mac install via package manager (brew
, apt
, ...)
For development:
Git
Python3
VSCode
You should clone with
Check out documentation/fbt.md
for details on building and flashing firmware.
Check dist/
for build outputs.
Use flipper-z-{target}-full-{suffix}.dfu
to flash your device.
Check out documentation/fbt.md
for details on building and flashing firmware.
Check dist/
for build outputs.
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
.