Go to file
gornekich 5741ed2bd5
[FL-1595] Add EMV tags (#625)
* nfc: add expiration date tag to emv parser
* nfc: add expiration date save and display
* nfc: add long apdu test command
2021-08-04 21:58:11 +03:00
.github CI: Fix branch artifacts naming and submodules in the linter (#605) 2021-07-25 14:46:34 +03:00
applications [FL-1595] Add EMV tags (#625) 2021-08-04 21:58:11 +03:00
assets [FL-1613] First start screen assets update #606 2021-07-26 21:08:41 +03:00
bootloader ApiHal: initialize clock in parallel, switch LSE driving to high, enable EXTI line 18 to fix LSECSS, move some interrupts service routines to api-hal-interrupts. (#614) 2021-07-30 13:13:18 +03:00
core Applications: add stack_size to keypad_test and assert in furi thread (#620) 2021-08-02 18:32:15 +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 [FL-1619] NFC long APDU emulation (#623) 2021-08-03 20:24:20 +03:00
lib [FL-1595] Add EMV tags (#625) 2021-08-04 21:58:11 +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-1620] Cli command list crash fix. Correct name validation in scripts. (#613) 2021-07-29 18:27:06 +03:00
.clang-format Clang formatter: add indent to wrapped functions names. (#548) 2021-07-01 03:45:20 +03:00
.gitattributes
.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
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