clone the flipper repo
git clone [email protected]: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 [email protected]: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