summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaewon Lee <jaewon.lee@xilinx.com>2020-05-08 15:29:25 -0700
committerJaewon Lee <jaewon.lee@xilinx.com>2020-05-08 15:33:57 -0700
commit11be44b1f9b0c9360e26fc44fa1caf688d3f4b79 (patch)
tree5cd03a2f11526e9468aeddced5801439ac46eb06
parent83eb8d8853d2049234851caccbab9d23f8ee9919 (diff)
downloadmeta-xilinx-11be44b1f9b0c9360e26fc44fa1caf688d3f4b79.tar.gz
versal confs: Upping RAM in runqemu command to 8G for versal boards
Recent requirement for Versal has changed, we now we need to supply 8G so changing QB_MEM to 8G from 4096. This will fix issue of runqemu hanging at 'Starting Kernel' Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
-rw-r--r--meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf2
-rw-r--r--meta-xilinx-bsp/conf/machine/vck190-versal.conf2
-rw-r--r--meta-xilinx-bsp/conf/machine/versal-generic.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf b/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf
index cb33065e..59b1e99e 100644
--- a/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf
+++ b/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf
@@ -36,7 +36,7 @@ IMAGE_BOOT_FILES += " \
36" 36"
37# This machine has a QEMU model, runqemu setup: 37# This machine has a QEMU model, runqemu setup:
38QB_MACHINE = "-M arm-generic-fdt" 38QB_MACHINE = "-M arm-generic-fdt"
39QB_MEM = "-m 4096" 39QB_MEM = "-m 8G"
40QB_DEFAULT_KERNEL = "none" 40QB_DEFAULT_KERNEL = "none"
41QB_NETWORK_DEVICE = "" 41QB_NETWORK_DEVICE = ""
42QB_KERNEL_CMDLINE_APPEND ?= "" 42QB_KERNEL_CMDLINE_APPEND ?= ""
diff --git a/meta-xilinx-bsp/conf/machine/vck190-versal.conf b/meta-xilinx-bsp/conf/machine/vck190-versal.conf
index e431b9c5..7f2a8b63 100644
--- a/meta-xilinx-bsp/conf/machine/vck190-versal.conf
+++ b/meta-xilinx-bsp/conf/machine/vck190-versal.conf
@@ -42,7 +42,7 @@ PSM_FIRMWARE_IMAGE_NAME ?= "psm-firmware-versal-mb"
42 42
43# This machine has a QEMU model, runqemu setup: 43# This machine has a QEMU model, runqemu setup:
44QB_MACHINE = "-M arm-generic-fdt" 44QB_MACHINE = "-M arm-generic-fdt"
45QB_MEM = "-m 4096" 45QB_MEM = "-m 8G"
46QB_DEFAULT_KERNEL = "none" 46QB_DEFAULT_KERNEL = "none"
47QB_NETWORK_DEVICE = "" 47QB_NETWORK_DEVICE = ""
48QB_KERNEL_CMDLINE_APPEND ?= "" 48QB_KERNEL_CMDLINE_APPEND ?= ""
diff --git a/meta-xilinx-bsp/conf/machine/versal-generic.conf b/meta-xilinx-bsp/conf/machine/versal-generic.conf
index 8178a722..07b0f323 100644
--- a/meta-xilinx-bsp/conf/machine/versal-generic.conf
+++ b/meta-xilinx-bsp/conf/machine/versal-generic.conf
@@ -46,7 +46,7 @@ HDF_MACHINE = "vc-p-a2197-00-versal"
46 46
47# This machine has a QEMU model, runqemu setup: 47# This machine has a QEMU model, runqemu setup:
48QB_MACHINE = "-M arm-generic-fdt" 48QB_MACHINE = "-M arm-generic-fdt"
49QB_MEM = "-m 4096" 49QB_MEM = "-m 8G"
50QB_DEFAULT_KERNEL = "none" 50QB_DEFAULT_KERNEL = "none"
51QB_NETWORK_DEVICE = "" 51QB_NETWORK_DEVICE = ""
52QB_KERNEL_CMDLINE_APPEND ?= "" 52QB_KERNEL_CMDLINE_APPEND ?= ""