Skip to content

Quickstart

akadata edited this page Feb 14, 2026 · 2 revisions

Quickstart

This assumes a Pi 4 with the kernel module installed and /dev/pistorm present.

  1. Build
make
  1. Run with default config (Musashi, non-JIT)
./emulator
  1. Optional: custom config
./emulator --config amiga.cfg
  1. Optional: UAE JIT bring-up (developer-only)
make USE_UAE_JIT=1 uae-jit
PISTORM_ENABLE_QUEUE=0 ./emulator --jit
  1. Kernel module (if needed)
make kernel_module
make kernel_install

Notes:

  • For legacy userspace GPIO, build with make PISTORM_KMOD=0.
  • Use --log and --debug-level for 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.

Clone this wiki locally