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:
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?