Difference between revisions of "AsimBench"

From gem5
Jump to: navigation, search
m
Line 1: Line 1:
Coming soon.
+
This page describes all the necessary files and modifications to run Android and [http://asg.ict.ac.cn/projects/asimbench 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 [https://bitbucket.org/yongbing_huang/asimbench 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.

Revision as of 05:52, 30 August 2013

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.