[gem5-users] Problem with running system emulation on multiple-core. Please Help

2018-01-17 Thread Rana Elnaggar
Hi I had an issue that I appreciate if you could give me some hints on that. I use system emulation mode. I want to have 4 CPU cores. I have it now and I can write a config file from beginning to assign 4 processes to them and simulate them. Simulation exits when the longest process is done.

Re: [gem5-users] Problem with running apk on gem5-android

2017-12-14 Thread Rana Elnaggar
, there are some activities that require user interaction, how can I feed in inputs for these activities knowing that connecting to VNC displays the GUI interface but it take too long for a click to be recognized ? Best Regards, Rana From: Rana Elnaggar Sent: Monday

Re: [gem5-users] Help with application installing on linux x86

2017-12-14 Thread Rana Elnaggar
Hi Jasmin, Thanks a lot for yoyr reply. I have tried chroot, however, I cannot apt-get install any application, any suggestion onn how to make apt-get work to install the required packages to get lib/modules ? Best Regards, Rana From: Rana Elnaggar Sent

Re: [gem5-users] Problem with running apk on gem5-android

2017-12-11 Thread Rana Elnaggar
type 3 Error: Activity class {/system/app/.Calculator} does not exist I found that some one before had the same issue, but the solution was not mentioned. I was wondering what is the correct way of calling apks in gem5. Best Regards, Rana From: Rana Elnaggar

[gem5-users] Help with application installing on linux x86

2017-12-11 Thread Rana Elnaggar
Hi, I am trying to install applications on a linux image kernel 2.6.x downloaded from here http://www.gem5.org/Download . I first mount the image, next, I copy the source code of the application that I need to install. and then unmount the image and boot the system and from inside the booted

Re: [gem5-users] Problem with running apk on gem5-android

2017-12-10 Thread Rana Elnaggar
and pasted when I mounted the disk image to system/app and the same error appears. Any suggestions on how to run the apk correctly ? Best Regards, Rana From: Rana Elnaggar Sent: Monday, December 11, 2017 12:01:50 AM To: gem5-users@gem5.org Subject: Problem with running

[gem5-users] Problem with running apk on gem5-android

2017-12-10 Thread Rana Elnaggar
Hi, I am trying to run applications.apk on gem5-android on arm. I used gem5 from this directory: https://github.com/gem5/gem5 I used the following command to boot android: ./build/ARM/gem5.opt configs/example/fs.py --os-type=android-ics --kernel=./system/binaries/vmlinux.smp.mouse.arm