diff options
author | Jaewon Lee <jaewon.lee@xilinx.com> | 2020-05-08 15:29:25 -0700 |
---|---|---|
committer | Jaewon Lee <jaewon.lee@xilinx.com> | 2020-05-08 15:33:57 -0700 |
commit | 11be44b1f9b0c9360e26fc44fa1caf688d3f4b79 (patch) | |
tree | 5cd03a2f11526e9468aeddced5801439ac46eb06 | |
parent | 83eb8d8853d2049234851caccbab9d23f8ee9919 (diff) | |
download | meta-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.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-bsp/conf/machine/vck190-versal.conf | 2 | ||||
-rw-r--r-- | meta-xilinx-bsp/conf/machine/versal-generic.conf | 2 |
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: |
38 | QB_MACHINE = "-M arm-generic-fdt" | 38 | QB_MACHINE = "-M arm-generic-fdt" |
39 | QB_MEM = "-m 4096" | 39 | QB_MEM = "-m 8G" |
40 | QB_DEFAULT_KERNEL = "none" | 40 | QB_DEFAULT_KERNEL = "none" |
41 | QB_NETWORK_DEVICE = "" | 41 | QB_NETWORK_DEVICE = "" |
42 | QB_KERNEL_CMDLINE_APPEND ?= "" | 42 | QB_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: |
44 | QB_MACHINE = "-M arm-generic-fdt" | 44 | QB_MACHINE = "-M arm-generic-fdt" |
45 | QB_MEM = "-m 4096" | 45 | QB_MEM = "-m 8G" |
46 | QB_DEFAULT_KERNEL = "none" | 46 | QB_DEFAULT_KERNEL = "none" |
47 | QB_NETWORK_DEVICE = "" | 47 | QB_NETWORK_DEVICE = "" |
48 | QB_KERNEL_CMDLINE_APPEND ?= "" | 48 | QB_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: |
48 | QB_MACHINE = "-M arm-generic-fdt" | 48 | QB_MACHINE = "-M arm-generic-fdt" |
49 | QB_MEM = "-m 4096" | 49 | QB_MEM = "-m 8G" |
50 | QB_DEFAULT_KERNEL = "none" | 50 | QB_DEFAULT_KERNEL = "none" |
51 | QB_NETWORK_DEVICE = "" | 51 | QB_NETWORK_DEVICE = "" |
52 | QB_KERNEL_CMDLINE_APPEND ?= "" | 52 | QB_KERNEL_CMDLINE_APPEND ?= "" |