Giter Site home page Giter Site logo

ddbrain / flipperzero-firmware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from darkflippers/unleashed-firmware

0.0 0.0 0.0 54.03 MB

Flipper Zero Code-Grabber Firmware

Home Page: https://t.me/flipperzero_unofficial

License: GNU General Public License v3.0

Shell 0.01% Ruby 0.01% C++ 1.01% Python 0.50% C 97.09% PHP 0.37% Assembly 0.03% Makefile 0.08% HTML 0.92% Dockerfile 0.01%

flipperzero-firmware's Introduction

Flipper Zero Unleashed Firmware

fzCUSTOM

Welcome to Flipper Zero's Custom Firmware repo! Our goal is to make any features possible in this device without any limitations!

Please help us realize emulation for all dynamic (rolling codes) protocols and brute-force app!

This software is for experimental purposes only and is not meant for any illegal activity/purposes.
We do not condone illegal activity and strongly encourage keeping transmissions to legal/valid uses allowed by law.
Also this software is made without any support from Flipper Devices and in no way related to official devs.

Please use for experimental purposes only!



Our Discord Community:
Unofficial Discord Community


Update firmware



With offline update on flipper

Replace (CURRENT VERSION) with version that you downloaded from releases

  • Unpack flipper-z-f7-update-(CURRENT VERSION).tgz (or .zip) into any free folder on your PC or smartphone

  • You should find folder named f7-update-(CURRENT VERSION) that contains files like update.fuf, resources.tar and etc..

  • Remove microSD card from flipper and insert it into PC or smartphone (you can skip this step and upload all files using qFlipper)

  • Create new folder update on the root of the microSD card and move folder that you previously extracted from archive - f7-update-(CURRENT VERSION) into update on microSD card

  • So result should look like update/f7-update-(CURRENT VERSION)/ with all files in this folder on microSD card, remember iOS default Files app doesnt show all files properly (3 instead of 5), so you need to use another app for unpacking or use PC or Android

  • Verify that all files are present on your microSD card:

    • update/f7-update-(CURRENT VERSION)/flipper-z-f7-full-(CURRENT VERSION).dfu
    • update/f7-update-(CURRENT VERSION)/flipper-z-f7-updater-(CURRENT VERSION).bin
    • update/f7-update-(CURRENT VERSION)/resources.tar
    • update/f7-update-(CURRENT VERSION)/stm32wb5x_BLE_Stack_light_fw.bin
    • update/f7-update-(CURRENT VERSION)/update.fuf
  • After all you need to insert microSD card back into flipper, navigate into filebrowser, open this file update/f7-update-(CURRENT VERSION)/update.fuf

  • Update will start, wait for all stages, and when flipper started after update, you can upload any custom IR libs, and other stuff using qFlipper or directly into microSD card



With qFlipper

Replace (CURRENT VERSION) with version that you downloaded from releases

  • Connect your device and select Update from file then select flipper-z-f7-full-(CURRENT VERSION).dfu

  • And wait, if all flashed successfully - you can manually upload IR libs and other stuff to sd card

  • If you doing install for first time or migrating from official fw, unpack 3 folders from archive sd-card-(CURRENT VERSION).zip onto your microSD card



With USB DFU

  1. Download latest Firmware

  2. Reboot Flipper to Bootloader

  • Press and hold ← Left + ↩ Back for reset
  • Release ↩ Back and keep holding ← Left until blue LED lights up
  • Release ← Left

Replace (CURRENT VERSION) with version that you downloaded from releases

  1. Run dfu-util -D flipper-z-f7-full-(CURRENT VERSION).dfu -a 0

  2. If you doing install for first time or migrating from official fw, unpack 3 folders from archive sd-card-(CURRENT VERSION).zip onto your microSD card



Where I can find IR, SubGhz, ... DBs, and other stuff?



How to Build by yourself:

Clone the Repository

You should clone with

$ git clone --recursive https://github.com/Eng1n33r/flipperzero-firmware.git

Build with Docker

Prerequisites

  1. Install Docker Engine and Docker Compose
  2. Prepare the container:
docker-compose up -d

Compile everything for development

docker-compose exec dev make

Compile everything for release + get updater package to update from microSD card

docker-compose exec dev make updater_package TARGET=f7 DEBUG=0 COMPACT=1

Check dist/ for build outputs.

Use flipper-z-{target}-full-{suffix}.dfu to flash your device.

If compilation fails, make sure all submodules are all initialized. Either clone with --recursive or use git submodule update --init --recursive.

Links

Project structure

  • applications - Applications and services used in firmware
  • assets - Assets used by applications and services
  • core - Furi Core: os level primitives and helpers
  • debug - Debug tool: GDB-plugins, SVD-file and etc
  • docker - Docker image sources (used for firmware build automation)
  • documentation - Documentation generation system configs and input files
  • firmware - Firmware source code
  • lib - Our and 3rd party libraries, drivers and etc...
  • make - Make helpers
  • scripts - Supplementary scripts and python libraries home

Also pay attention to ReadMe.md files inside of those directories.

flipperzero-firmware's People

Contributors

1mckenna avatar aku-plooks avatar albkharisov avatar alexanderkulagin avatar aprosvetova avatar aquam1ne avatar disasm avatar drzlo13 avatar eng1n33r avatar glitchcore avatar gmman avatar gornekich avatar gsurkov avatar hedger avatar hp197 avatar itsyourbedtime avatar karator avatar lionzxy avatar lomalkin avatar muddledbox avatar nminaylov avatar okalachev avatar rusdacent avatar shevv avatar skorpionm avatar skotopes avatar snowleopard71 avatar tonyfreeman avatar uberguidoz avatar zhovner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.