Hi, As the error message says, if you manually specify the kernel, you should also specify a DTB file.
In your case, it seems all you want is default options, so just use: ./build/ARM/gem5.opt configs/example/fs.py --mem-size=512MB --script=./configs/boot/queens.rcS Andreas From: via gem5-users <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>, gem5 users mailing list <[email protected]<mailto:[email protected]>> Date: Thursday, 18 December 2014 06:56 To: gem5-users <[email protected]<mailto:[email protected]>> Subject: [gem5-users] problems when running gem5 in FS mode with the latest kernels Hi everyone: I’m trying to run gem5 in FS mode with the latest kernels and images downloaded from the website.I use the kernels and images in ARM Full-System Files. The command line I use is as follows: ./build/ARM/gem5.opt configs/example/fs.py --kernel=..path../vmlinux.aarch32.ll_20131205.0-gem5 --disk=..path../linux-aarch32-ael.img --mem-size=512MB --machine-type=Vexpress_EMM --script=./configs/boot/queens.rcS But when I run it,it shows errors,the result is as follows: … Info:Using bootloader at address 0x10 Info:Using kernel entry physical address at 0x80008000 Warn:Kernel supports device tree,but no DTB file specified ****REAL SIMULATION**** … Fatal:Unable to find destination for addr 0x1c000060 on bus system.iobus @ tick 278715500 [findport:build/ARM/mem/bus.cc,line 353] Memory Usage:727072 Kbytes Program aborted at tick 278715500 已放弃(核心已转储) I find the error information in the file mentioned above.But I don’t know how to solve it.I would appreciate any advice how to solve the problem above and run in FS mode with the latest kernels. Thanks Ran Luo -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590 ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
