2021-01-05 04:52:32 +06:00
2021-01-05 04:52:32 +06:00
2020-12-23 00:16:32 +06:00
2020-12-19 01:26:03 +06:00
2020-10-29 11:10:46 +03:00
2020-12-08 12:51:59 +03:00
2020-10-29 11:10:46 +03:00
2020-11-18 11:01:51 +03:00
2020-08-01 19:42:32 +03:00

Flipper Zero Firmware community repo

Discord

Welcome to Flipper Zero's Firmware repo! Our goal is to create nice and clean code along with good documentation, to make it a pleasure for everyone to work with. This repo will become completely public closer to the device shipping date.

Update firmware

Flipper Zero's firmware consists of two components: Bootloader and main firmware. Bootloader controls firmware update process over USB. You need working bootloader installed before update firmware over USB.

  1. Download latest Firmware

  2. Reboot Flipper to Bootloader

  • Press and hold ← Left + ↩ Back for reset
  • Release ← Left and keep holding ↩ Back until blue LED lights up
  • Release ↩ Back
  1. Run dfu-util -D firmware.bin -a 0 -s 0x08008000:leave

Build from source

You can run firmware locally (with HAL stub):

  • docker-compose exec dev make -C firmware TARGET=local APP_TEST=1 run for running tests
  • docker-compose exec dev make -C firmware TARGET=local APP_*=1 run for running examples (see applications/applications.mk for list of applications/examples)

Or on your flipper:

docker-compose exec dev make -C firmware TARGET=f4 APP_*=1 flash for build and flash dev board (see applications/applications.mk for list of applications/examples)

Links

Description
No description provided
Readme GPL-3.0 60 MiB
Languages
C 97.3%
Python 1.1%
HTML 0.9%
PHP 0.3%
C++ 0.3%