From 37015a18c849018882cc7232ff8e5ecaf940d5e1 Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Fri, 23 Jun 2023 14:29:13 -0700 Subject: [PATCH] Update dev notes to ufbt --- readme.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 2878cb2..6175fe7 100644 --- a/readme.md +++ b/readme.md @@ -24,11 +24,16 @@ Alternatively, [NARD flipper add-on](https://github.com/killergeek/nard) works. ## Development +### Update ASN1 + * Install git version of [asnc1](https://github.com/vlm/asn1c) (`brew install asn1c --head` on macos) * Run `asn1c -D ./lib/asn1 -no-gen-example -pdu=all seader.asn` in in root to generate asn1c files - * Checkout or symlink to flipper-firmware's applications_user folder - * `./fbt fap_seader` to build - * `./fbt launch_app APPSRC=seader` to build/launch + +### Update App + + * Install [UFBT](https://github.com/flipperdevices/flipperzero-ufbt) + * `ufbt` to build + * `ufbt launch` to launch ## References