AsimBench
From gem5
Revision as of 05:52, 30 August 2013 by Yongbing Huang (talk | contribs)
This page describes all the necessary files and modifications to run Android and AsimBench on gem5 using the ARM ISA. BBench-gem5 introduces more detailed information about how to set Android running on gem5, and how to build Android File System and Kernel.
Android Full-System Files
These files contain everything you need to get Android, and AsimBench, up and running on gem5.
All these files can be downloaded from here.
- vmlinux.smp.ics.arm.asimbench.2.6.35 -- Pre-compiled Android kernel. Compared to the 2.6.35 version Android kernel, this kernel only modifies the screen size of simulated mobile device, which is specified to 800 x 480.
- ARMv7a-ICS-Android.SMP.Asimbench.tar.gz -- Disk image with a pre-compiled ICS file-system. This disk image contains all the files for all the applications included in AsimBench. The related files are mainly stored in the directories data/app, data/data of the image.
- sdcard-1g.tar.gz -- Disk image with applications' data. This disk image simulates the SDcard partition of mobile devices.
- {k9mail, adobe, sinaweibo, ...}.rcS -- Execution scripts for each application in gem5.