Skip to content

Instantly share code, notes, and snippets.

@natmchugh
Last active November 19, 2022 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natmchugh/4403af6b0d5ece92844b9b05f5706a1b to your computer and use it in GitHub Desktop.
Save natmchugh/4403af6b0d5ece92844b9b05f5706a1b to your computer and use it in GitHub Desktop.
Getting a working flipper plugin

clone the flipper repo

git clone git@github.com:flipperdevices/flipperzero-firmware.git

download the build tools requirements

pip3 install -r scripts/requirements.txt

cd applications/plugins

clone updated example plugin into there

git clone git@github.com:natmchugh/Flipper-Plugin-Tutorial.git

cd ../..

build the firmware

./fbt COMPACT=1 DEBUG=0 VERBOSE=1 updater_package copro_dist

plug your flipper in via usb and flash

./fbt flash_usb_full

Should now see "hello world" as extra item on the applications menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment