qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Memory overlap with cpu-memory-0 address space


From: Sidhartha Reddy Kaliki
Subject: Memory overlap with cpu-memory-0 address space
Date: Tue, 28 Feb 2023 11:56:36 +0530


The command used for emulating is:
 qemu_source2/qemu-7.2.0/build/aarch64-softmmu/qemu-system-aarch64 -M ast2500-evb -m 512 -drive file=temp.mtd,if=mtd,format=raw -nographic -kernel kit/vmlinux--5.15.41+git0+f7c5c0b497-r0-evb-ast2500-20230216080612.bin -bios kit/u-boot-evb-ast2500-v2019.04+gitAUTOINC+f2b82fa4ba-r0.bin -dtb kit/input.dtb -initrd kit/obmc-phosphor-initramfs-evb-ast2500-20230216080612.rootfs.cpio.xz

Qemu 7.2.0 source code is downloaded  and compiled.

here qemu 7.2.0 version is used with ARM ast2500-evb machine is used and the respective dtb,kernel and rods are passed as arguments. Since the flash memory was extended in the architecture.
When we are trying to execute:
image.png

The same error is coming even after changing the address in the memory block.
What is the reason for this? How to resolve this issue?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]