diff mbox series

[2/2] README.hardware.md: add section on genericarm64 on qemu

Message ID 20240328122224.2359814-2-ross.burton@arm.com (mailing list archive)
State New
Headers show
Series [1/2] README.hardware.md: fix Markdown formatting | expand

Commit Message

Ross Burton March 28, 2024, 12:22 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-yocto-bsp/README.hardware.md | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md
index a129063afa0..6045c3d8679 100644
--- a/meta-yocto-bsp/README.hardware.md
+++ b/meta-yocto-bsp/README.hardware.md
@@ -140,6 +140,11 @@  The genericarm64 MACHINE is currently tested on the following platforms:
 The images built are EFI bootable disk images and can be written directly to a
 SD card for booting, for example.
 
+There is also limited support for booting a genericarm64 image inside QEMU. When
+building the image also build the `u-boot` recipe to build the required
+firmware (note that this firmware will _not_ boot on real hardware), then use
+`runqemu` as usual.
+
 
 Texas Instruments Beaglebone (beaglebone-yocto)
 -----------------------------------------------