Skip to content

Instantly share code, notes, and snippets.

@0xBEEFCAF3
Created December 19, 2022 20:46
Show Gist options
  • Save 0xBEEFCAF3/45921f24dcdf1ec1828334aa6df12d7c to your computer and use it in GitHub Desktop.
Save 0xBEEFCAF3/45921f24dcdf1ec1828334aa6df12d7c to your computer and use it in GitHub Desktop.

Start by using nix

Run nix-shell in the root directory

Start the virtual env using poetry shell

Run poetry shell in the root directory

We'll be building and running the core firmware

cd core make build_unix

Run the emulator

./emu.py If you are making changes to any python source code you shouldn't have to run the make command again.

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