[gem5-users] Re: Error coming while running gem5 in fs mode

2021-02-23 Thread Hoa Nguyen via gem5-users
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

[gem5-users] Re: Error coming while running gem5 in fs mode

2021-02-22 Thread husin alhaj ahmade via gem5-users
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

[gem5-users] Re: Error coming while running GEM5 in FS mode

2021-01-21 Thread Giacomo Travaglini via gem5-users
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