Lines Matching +full:debian +full:- +full:testing
4 The QEMU sbsa-ref machine is primarily meant for firmware development
5 and testing according to ARM's SBSA and SBBR standards.
18 qemu-system-aarch64 \
19 -M sbsa-ref \
20 -cpu cortex-a57 \
21 -smp 4 \
22 -m 1024 \
23 -nographic \
24 -pflash output/images/SBSA_FLASH0.fd \
25 -pflash output/images/SBSA_FLASH1.fd \
26 -hda output/images/disk.img # qemu_aarch64_sbsa_defconfig
28 Note that if you want to run sbsa-ref emulation with QEMU provided by
29 your distro (i.e., not host-qemu by Buildroot) then you may need to
30 install the SeaBIOS package for some required drivers. On Debian: