readme.txt 732 B

1234567891011121314151617181920212223242526272829303132
  1. Intro
  2. =====
  3. The QEMU sbsa-ref machine is primarily meant for firmware development
  4. and testing according to ARM's SBSA and SBBR standards.
  5. Build
  6. =====
  7. $ make qemu_aarch64_sbsa_defconfig
  8. $ make
  9. Emulation
  10. =========
  11. Run the emulation with:
  12. qemu-system-aarch64 \
  13. -M sbsa-ref \
  14. -cpu cortex-a57 \
  15. -smp 4 \
  16. -m 1024 \
  17. -nographic \
  18. -pflash output/images/SBSA_FLASH0.fd \
  19. -pflash output/images/SBSA_FLASH1.fd \
  20. -hda output/images/disk.img # qemu_aarch64_sbsa_defconfig
  21. Note that if you want to run sbsa-ref emulation with QEMU provided by
  22. your distro (i.e., not host-qemu by Buildroot) then you may need to
  23. install the SeaBIOS package for some required drivers. On Debian:
  24. # apt install seabios