summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-03-28 12:22:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-28 12:35:11 +0000
commitae7056844aa05a239384335a66684394e10290a6 (patch)
tree56896e8f9ddbdeb2d54f44732183ecd6d6c318f3
parent07d62690b0c3d1250809401e349fc528ff9947f7 (diff)
downloadpoky-ae7056844aa05a239384335a66684394e10290a6.tar.gz
README.hardware.md: add section on genericarm64 on qemu
(From meta-yocto rev: 3b45bc4faa620ecf11eb117252e6cd6c5e7d0a09) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto-bsp/README.hardware.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md
index a129063afa..6045c3d867 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:
140The images built are EFI bootable disk images and can be written directly to a 140The images built are EFI bootable disk images and can be written directly to a
141SD card for booting, for example. 141SD card for booting, for example.
142 142
143There is also limited support for booting a genericarm64 image inside QEMU. When
144building the image also build the `u-boot` recipe to build the required
145firmware (note that this firmware will _not_ boot on real hardware), then use
146`runqemu` as usual.
147
143 148
144Texas Instruments Beaglebone (beaglebone-yocto) 149Texas Instruments Beaglebone (beaglebone-yocto)
145----------------------------------------------- 150-----------------------------------------------