[gem5-users] Error in running Moby(Asimbench) benchmark in gem5

2018-05-29 Thread Mitali Sinha
I have followed the instructions provided in the gem5.org website to run the Moby benchmarks on gem5 as follows: 1. Downloaded the Asimbench from https://bitbucket.org/yongbing_huang/asimbench/downloads/ which contains the following folders and files: 1. asimbench_android_arm_kernel : v

Re: [gem5-users] Error in running Moby(Asimbench) benchmark in gem5

2018-05-29 Thread 조해윤
Dear Mitali Sinha. In my case, I run moby bench with RealView_PBX machine type. I don't know if it is the cause, but give it a try. Best Regard, Haeyoon Cho. 2018-05-29 20:39 GMT+09:00 Mitali Sinha : > I have followed the instructions provided in the gem5.org website to run > the Moby benchmark

Re: [gem5-users] Error in running Moby(Asimbench) benchmark in gem5

2018-06-03 Thread Mitali Sinha
@Haeyoon Cho sorry for late reply. I tried making the changes as follows: gem5/configs/common/FSConfig.py: default_dtbs = { "RealViewEB": None, "RealViewPBX": None, "VExpress_EMM": "armv7_gem5_v1_%dcpu.20170616.dtb" % num_cpus, "VExpress_EMM64": "vexpress.aarch64.2

Re: [gem5-users] Error in running Moby(Asimbench) benchmark in gem5

2018-06-05 Thread 조해윤
Dear Mitali Sinha. Sorry for late reply. Try it without specified dtb file in command line. Actually, I run moby by myself again before writing the reply. ./build/ARM/gem5.opt configs/example/fs.py --machine-type=RealViewPBX --os-type=android-ics --kernel=/dist/m5/system/binaries/vmlinux.smp.ic

Re: [gem5-users] Error in running Moby(Asimbench) benchmark in gem5

2018-06-05 Thread 조해윤
I found what is the problem. The cause is not a dtb file. It is --mem-size. You need to specify the unit of the capacity (MB or GB). As I think, it is due to the lack of memory size. 2018-06-05 17:43 GMT+09:00 조해윤 : > Dear Mitali Sinha. > > Sorry for late reply. > Try it without specified dtb fi