Skip to content

Hot reload or flipper emulator ? #161

Answered by dcoles
MassivDash asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not personally aware of a full Flipper Zero emulator, but a quick search did bring up the archived flippulator project that allows compiling Flipper Zero apps for PC.

You can combine cargo-watch and run-fap from the tools directory to automatically build and start the binary on a physical device.

An example can now be found in the flipperzero-template README:

cargo watch -s 'cargo build --release && run-fap target/thumbv7em-none-eabihf/release/my-project.fap'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dcoles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #160 on September 12, 2024 19:43.