Go to file
2021-05-05 17:53:07 +03:00
.github Update code owners and remove obsolete code (#446) 2021-05-05 17:53:07 +03:00
applications Update code owners and remove obsolete code (#446) 2021-05-05 17:53:07 +03:00
assets [FL-1178] Idle screen improvements (#444) 2021-05-05 12:50:03 +03:00
bootloader [FL-1167] Rework GPIO and EXTI with LL lib (#424) 2021-04-29 11:51:48 +03:00
core [FL-1147] System logging (#434) 2021-04-30 14:20:33 +03:00
debug Remove empty comments from FreeRTOSgdb/EventGroup.py (#428) 2021-04-26 14:58:06 +03:00
docker fixes after hadolint check (#442) 2021-04-30 13:36:17 +03:00
firmware Low frequency RFID app [Read stage] (#385) 2021-05-04 16:21:16 +03:00
lib Update code owners and remove obsolete code (#446) 2021-05-05 17:53:07 +03:00
make
.clang-format
.gitattributes
.gitignore
.gitmodules
docker-compose.yml
flash_core1_main.sh Recator application build system: cleaner flags naming, set release flag to yes by default, include unit test and debug apps (#443) 2021-04-30 14:07:13 +03:00
flash_core2_ble.sh
flash_otp_version.sh
flash_wipe.sh
flipper-zero-cla.md
ReadMe.md Recator application build system: cleaner flags naming, set release flag to yes by default, include unit test and debug apps (#443) 2021-04-30 14:07:13 +03:00
syntax_check.sh

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 three components:

  • Core2 firmware - proprietary componenets by ST: FUS + radio stack.
  • Core1 Bootloader - controls basic hardware initialization and loads firmware
  • Core1 Firmware - HAL + OS + Drivers + Applications

All 3 of them must be flashed in order described.

Core2 flashing procedures

Prerequisites:

  • Linux / MacOs
  • Terminal
  • STM32_Programmer_CLI added to $PATH

One liner: ./flash_core2_ble.sh

Core1 Bootloader + Firmware

Prerequisites:

  • Linux / MacOs
  • Terminal
  • Arm gcc noneabi
  • openocd

One liner: ./flash_core1_main.sh

With USB DFU

  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 full.dfu -a 0

Build from source

docker-compose exec dev make -C firmware flash for build and flash dev board (see applications/applications.mk for list of applications/examples)

Links