Qemu ARM64/aarch64 system

Copy Markdown View Source

Warning: This system is new and undocumented. Details to come.

This is the Nerves base system for the Qemu ARM system emulator. It is focused on ARM64 and intended to be used with Little Loader.

FeatureDescription
CPUCortex-A53 or host CPU (64-bit)
Storagevirt
Linux kernel6.12
EthernetYes
RTCYes
HW WatchdogSoftware watchdog

Prerequisites

Usage

When using this for your Nerves system the details of the qemu command-line args can vary a bit based on your environment. To help with this we provide a mix task to generate a command:

mix nerves.gen.qemu

If it can determine that you likely can support KVM acceleration or you are on Apple Silicon and can use HVF acceleration it will provide those. Otherwise it falls back to full emulation.

The guest Nerves device can be accessed via the console or by SSH via port 10022.