Hi,
There is an whitespace between `gem5` and `2` in the path to the disk
image, so the parser thinks that
`2/full_system_images/aarch64-ubuntu-trusty-headless.img` is argument.
Regards,
Hoa Nguyen
On 2/23/21, VAIDYA ROHINI VILAS via gem5-users wrote:
> Hello,
> I am trying to run gem5 in fs mo
The path to disk-image is not correct, try to remove file://
On Tue, 23 Feb 2021, 09:58 VAIDYA ROHINI VILAS via gem5-users, <
gem5-users@gem5.org> wrote:
> I am trying to run gem5 in FS mode.
>
> *build/ARM/gem5.opt configs/example/fs.py
> --disk-image=file:///home/coep/gem5%202/full_system_image
I believe you are not providing a valid kernel to the command line:
"/home/coep/gem5/full_systems_images/binaries" is likely the folder containing
the kernel image.
This should rather be:
/home/coep/gem5/full_systems_images/binaries/
If that's not the case, I'd recommend you to use gdb to unde