Hi there, `build/ARM/sim/kernel_workload.cc:43: info: No kernel set for full system simulation. Assuming you know what you're doing.`
I think you should also specify a kernel (--kernel) to the fs.py script (and also a bootloader). You can build them on your own (https://www.gem5.org/documentation/general_docs/fullsystem/building_arm_kernel) or simply download some prebuilt binaries (https://www.gem5.org/documentation/general_docs/fullsystem/guest_binaries). Take a look on how to use the flags here https://www.gem5.org/documentation/learning_gem5/part1/extending_configs at the "ARM Full System Simulation". It is for the bigLITTLE.py script, but the fs.py should have flags (might have little differences in the name) to do the same. (I think you can also export a variable named M5_PATH pointing to the root folder for your images and then the scripts will automatically find those files and flags are not necessary, but I'm not sure.) Regards, Pedro. _______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s