mix nerves.qemu (kiosk_system_qemu_aarch64 v0.1.1)

Copy Markdown View Source

Run QEMU for the current Nerves environment.

The disk image is created from the firmware on the first run and reused on subsequent runs. Pass --force to rebuild it from the current firmware.

Command line options

  • --force (-f) - rebuild the disk image even if it already exists.
  • --firmware <path> (-i) - path to the .fw file. Defaults to the Nerves environment's firmware path.
  • --disk <path> (-d) - path to the virtual disk image. Defaults to virtual-disk.img in the current directory.