mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
build: update QEMU configuration for aarch64 to use raspi4b
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
58f3442c6d
commit
995ef471ab
6
Makefile
6
Makefile
@ -76,9 +76,9 @@ QEMUFLAGS += -M raspi2b \
|
|||||||
-serial stdio \
|
-serial stdio \
|
||||||
-kernel $(OSNAME).img
|
-kernel $(OSNAME).img
|
||||||
else ifeq ($(OSARCH), aarch64)
|
else ifeq ($(OSARCH), aarch64)
|
||||||
QEMUFLAGS += -M raspi3b \
|
QEMUFLAGS += -M raspi4b \
|
||||||
-monitor pty \
|
-monitor pty \
|
||||||
-cpu cortex-a57 \
|
-cpu cortex-a72 \
|
||||||
-serial file:serial.log \
|
-serial file:serial.log \
|
||||||
-serial file:COM2.dmp \
|
-serial file:COM2.dmp \
|
||||||
-serial file:COM3.dmp \
|
-serial file:COM3.dmp \
|
||||||
@ -207,7 +207,7 @@ QEMUHWACCELERATION =
|
|||||||
QEMUMEMORY = -m 1G
|
QEMUMEMORY = -m 1G
|
||||||
else ifeq ($(OSARCH), aarch64)
|
else ifeq ($(OSARCH), aarch64)
|
||||||
QEMUHWACCELERATION =
|
QEMUHWACCELERATION =
|
||||||
QEMUMEMORY = -m 1G
|
QEMUMEMORY = -m 2G
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean_logs:
|
clean_logs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user