vhost-device-sound recipe
[AGL/meta-agl-devel.git] / meta-agl-jailhouse / README.md
index fb0a3d4..99fe160 100644 (file)
@@ -14,7 +14,7 @@ Then, in the target system, the cell configurations (*.cell) are placed in `/usr
 
 ## Raspberry Pi 4 example
 
-Use this commands to enable Jailhouse and run the GIC demo inmate in a non-root cell. After issuing these commands, the GIC demo will be mesauring jitter of a timer and print the output on the serial console of the RPi.
+Use this commands to enable Jailhouse and run the GIC demo inmate in a non-root cell. After issuing these commands, the GIC demo will be measuring jitter of a timer and print the output on the serial console of the RPi.
 
     jailhouse enable /usr/share/jailhouse/cells/rpi4.cell
     jailhouse cell create /usr/share/jailhouse/cells/rpi4-inmate-demo.cell
@@ -33,8 +33,7 @@ This layer depends on:
 ## Supported targets
 
 * Raspberry Pi 4
-    * Currently only the 1 GB RAM variant. The other ones will work too,
-    but will be limited to 1 GB of memory.
+    * All (1G-8G) memory variants. But note that there is 256M reserved for Jailhouse and 256MiB for GPU in AGL, so the smaller variants are not recommended.
 
 * QEMU x86-64
     * Work in progress. Requires KVM. Nested virtualization must be enabled on the host. Currently, the right configuration of QEMU and Jailhouse to work out-of-box is being worked on.