[gem5-users] Hi, I have something to ask about android storage system

2012-12-09 Thread 이주성
Hi, I'm Joosung Lee. I'm trying to run my own app, by using gem5-Android. And my app needs to read the file from the storage. In actual device, I could use the sdcard to read the file. But I heard that in gem5, there are no ways to mount the sdcard without building custom kernel. Is there any ways

[gem5-users] Hi, I'm trying to build my own kernel

2012-10-17 Thread 이주성
Hi, Finally, I decided to build the custom kernel. I followed the instructions in http://gem5.org/BBench-gem5 And, I did the order 1~4. But I stuck in number 5 Apply those patches by changing to the directories in which the patches were copied and running the command: git apply *.patch I don't know

Re: [gem5-users] Sorry for sending a similar mail

2012-10-16 Thread 이주성
l by the adb install instruction? If do I have to, then, how could I use the adb shell instruction on the terminal? In the /gem5/util/term/m5term localhost 3456, It does not support the gdb. Or did I just type the am start instruction wrong? Thank you... 2012/10/17 이주성 > I think I

Re: [gem5-users] Sorry for sending a similar mail

2012-10-16 Thread 이주성
tart up my app? Please help me... Thank you! Joosung Lee 2012/10/17 이주성 > Hi, I'm Joosung Lee. > I'm sorry for bothering you to send a similar mail. > But I'm eagerly wanna know about the way to port my own app on the gem5. > > I'm trying to run my own applic

[gem5-users] Sorry for sending a similar mail

2012-10-16 Thread 이주성
Hi, I'm Joosung Lee. I'm sorry for bothering you to send a similar mail. But I'm eagerly wanna know about the way to port my own app on the gem5. I'm trying to run my own application on Android Gingerbread with gem5. I mounted ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img and put my apk f

[gem5-users] Hi, I'm trying to run my own application on android gingerbread

2012-10-14 Thread 이주성
Hi, I sent an e-mail yesterday, but I still can't figure out what problem is that I faced. I'm trying to run my own application on Android Gingerbread with gem5. I mounted ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img and put my apk file in the /mounted-directory/system/app directory. And

[gem5-users] Hi, I have a question about run my own apps on Gingerbread OS with gem5

2012-10-14 Thread 이주성
Hi, I'm such a new comer of gem5. Sorry that I have little knowledge of gem5. I'm trying to run my own apk file. For that, I successfully put my apk file into /system/app directory. But I faced a problem. In my application, I put the Runtime.getRuntime().exec("/sbin/m5 exit"); instruction to end t

Re: [gem5-users] Hi, I'm having trouble with run the Android on the gem5 fs

2012-10-11 Thread 이주성
It works! Thank you very much for your help ! Have a nice day. Joosung Lee 2012/10/11 Anthony Gutierrez > You have to specify the offset. > > sudo mount -o loop,offset=32256 > ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img ./temp > > > On Thu, Oct 11, 2012 a

Re: [gem5-users] Hi, I'm having trouble with run the Android on the gem5 fs

2012-10-11 Thread 이주성
system folder. To do this you will need to mount the disk image on your > host machine and copy the apk over. > On Oct 11, 2012 1:13 AM, "이주성" wrote: > >> Hello, I’m newbie to using the gem5. >> >> Sorry for that I’m such a beginner. >> >>

[gem5-users] Hi, I'm having trouble with run the Android on the gem5 fs

2012-10-10 Thread 이주성
Hello, I’m newbie to using the gem5. Sorry for that I’m such a beginner. I'm having trouble with run the Android on the gem5 fs. Currently, I built the gem5.opt, and checkout that Gingerbread with BBench runs well on my gem5. I followed the instructions in the http://gem5.org/BBench-gem5. The