-
Notifications
You must be signed in to change notification settings - Fork 0
Quickstart
akadata edited this page Feb 14, 2026
·
2 revisions
This assumes a Pi 4 with the kernel module installed and /dev/pistorm present.
- Build
make
- Run with default config (Musashi, non-JIT)
./emulator
- Optional: custom config
./emulator --config amiga.cfg
- Optional: UAE JIT bring-up (developer-only)
make USE_UAE_JIT=1 uae-jit
PISTORM_ENABLE_QUEUE=0 ./emulator --jit
- Kernel module (if needed)
make kernel_module
make kernel_install
Notes:
- For legacy userspace GPIO, build with
make PISTORM_KMOD=0. - Use
--logand--debug-levelfor verbose tracing. - If you modify A314 files under
a314/, re-install the A314 services to/opt/pistorm64/a314/. - JIT is currently work-in-progress and not yet a reliable daily-use runtime mode.