Go to file
2021-07-29 14:19:18 +03:00
.github CI: Fix branch artifacts naming and submodules in the linter (#605) 2021-07-25 14:46:34 +03:00
applications [FL-1543] Scene manager search scene API (#611) 2021-07-28 17:52:00 +03:00
assets [FL-1613] First start screen assets update #606 2021-07-26 21:08:41 +03:00
bootloader [FL-1542], [FL-1603] Generate random name (#602) 2021-07-25 14:34:54 +03:00
core [FL-1609] Redirected malloc, calloc, realloc and free functions from newlib to freertos heap. (#604) 2021-07-25 15:37:43 +03:00
debug Debug: update PyCortexMDebug to latest and refactor (#574) 2021-07-12 05:13:01 +03:00
docker Debug: update PyCortexMDebug to latest and refactor (#574) 2021-07-12 05:13:01 +03:00
firmware ApiHal: update HSE tuning to match EVT samples (#612) 2021-07-29 14:19:18 +03:00
lib Nfc: switch to HAL ticks. ApiHal: small cleanup and refactoring. (#609) 2021-07-28 11:45:42 +03:00
make [FL-1609] Redirected malloc, calloc, realloc and free functions from newlib to freertos heap. (#604) 2021-07-25 15:37:43 +03:00
scripts [FL-1430] ApiHal: add regions and colors enums #597 2021-07-22 12:44:52 +03:00
.clang-format Clang formatter: add indent to wrapped functions names. (#548) 2021-07-01 03:45:20 +03:00
.gitattributes Refactor F2/local before F3 merge (#220) 2020-11-06 11:31:59 +03:00
.gitignore [FL-1250, FL-1252, FL-1323, FL-1324] New IRDA Application (part 1) (#497) 2021-06-02 18:16:05 +03:00
.gitmodules Removed app floopper-bloopper and font FontGlyph (#549) 2021-07-01 14:33:43 +03:00
docker-compose.yml add dfu util to container, enable usb in container (#229) 2020-11-10 19:42:18 +03:00
flipper-zero-cla.md
ReadMe.md [FL-1533] CI refactoring (#601) 2021-07-24 16:53:02 +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

Get Latest Firmware from Update Server

Flipper Zero's firmware consists of three components:

  • Core2 firmware set - 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