From 995ef471abd56b6492b50515326b966ebb20904e Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Mon, 13 Jan 2025 06:50:48 +0200 Subject: [PATCH] build: update QEMU configuration for aarch64 to use raspi4b Signed-off-by: EnderIce2 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 97088452..3fa40f81 100644 --- a/Makefile +++ b/Makefile @@ -76,9 +76,9 @@ QEMUFLAGS += -M raspi2b \ -serial stdio \ -kernel $(OSNAME).img else ifeq ($(OSARCH), aarch64) -QEMUFLAGS += -M raspi3b \ +QEMUFLAGS += -M raspi4b \ -monitor pty \ - -cpu cortex-a57 \ + -cpu cortex-a72 \ -serial file:serial.log \ -serial file:COM2.dmp \ -serial file:COM3.dmp \ @@ -207,7 +207,7 @@ QEMUHWACCELERATION = QEMUMEMORY = -m 1G else ifeq ($(OSARCH), aarch64) QEMUHWACCELERATION = -QEMUMEMORY = -m 1G +QEMUMEMORY = -m 2G endif clean_logs: