I recommend that you compile the dtbs present in the source tree
yourself and point gem5 to them.
This works on master:
build/ARM/gem5.opt \
configs/example/fs.py \
--disk-image rootfs.ext2 \
--kernel vmlinux \
system/arm/dt/armv8_gem5_v1_1cpu.dtb \
--machine-type VExpress_GEM5_V1
M5 still neede
Hello,
I want to simulate gem5 full-system with armv8 and to do that I have downloaded
the latest ARM full-system (aarch-system-20180409).
Since I am heading for armv8, I got to use the image for aarch64-ubuntu and
then the kernel vmlinux.vexpress_emm64 together wth
binary boot_emm.arm64. What