|
|
4 lat temu | |
|---|---|---|
| .github | 4 lat temu | |
| applications | 4 lat temu | |
| assets | 4 lat temu | |
| bootloader | 4 lat temu | |
| core | 4 lat temu | |
| debug | 4 lat temu | |
| docker | 4 lat temu | |
| firmware | 4 lat temu | |
| flp | 5 lat temu | |
| lib | 4 lat temu | |
| make | 4 lat temu | |
| .clang-format | 5 lat temu | |
| .gitattributes | 5 lat temu | |
| .gitignore | 5 lat temu | |
| .gitmodules | 4 lat temu | |
| ReadMe.md | 4 lat temu | |
| docker-compose.yml | 5 lat temu | |
| flash_core1_main.sh | 4 lat temu | |
| flash_core2_ble.sh | 5 lat temu | |
| flash_otp_version.sh | 4 lat temu | |
| flash_wipe.sh | 5 lat temu | |
| flipper-zero-cla.md | 5 lat temu | |
| syntax_check.sh | 5 lat temu |

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.
Flipper Zero's firmware consists of three components:
All 3 of them must be flashed in order described.
Prerequisites:
One liner: ./flash_core2_ble.sh
Prerequisites:
One liner: ./flash_core1_main.sh
Download latest Firmware
Reboot Flipper to Bootloader
← Left + ↩ Back for reset← Left and keep holding ↩ Back until blue LED lights up↩ Back

Run dfu-util -D full_firmware_latest.bin -a 0 -s 0x08000000:leave
docker-compose exec dev make -C firmware TARGET=f4 APP_RELEASE=1 flash for build and flash dev board (see applications/applications.mk for list of applications/examples)