From da2b347ef23fd16efca23b73eb4401074ee2416e Mon Sep 17 00:00:00 2001 From: Ilias Apalodimas Date: Thu, 12 Mar 2020 12:47:53 +0200 Subject: scripts: qemu: reduce memory to 1024 Booting with 4096 fails on armv7 + U-boot + TF-A + OP-TEE Use 1024 until we figure out what's wrong Signed-off-by: Ilias Apalodimas --- qemu/run_qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/run_qemu.sh b/qemu/run_qemu.sh index 62b2815..6004cd7 100755 --- a/qemu/run_qemu.sh +++ b/qemu/run_qemu.sh @@ -21,7 +21,7 @@ print_help () { [ $# -lt 2 ] && print_help # common args -common_args+=' -m 4096 -smp 2 -show-cursor' +common_args+=' -m 1024 -smp 2 -show-cursor' common_args+=' -serial stdio ' # setup RNG common_args+=' -device virtio-rng-pci ' -- cgit v1.2.3