Hi,
I am trying to run some Android apps on gem5 that need the sdcard, and
am confused about the support for mounting the sdcard. The source code
shows the mount syscall is an 'unimplementedFunc', so what does
/sbin/mount in the image do? There is also a /system/bin/mount which
links to the Android toolbox utility.
I tried using these commands  within my rcS script to mount an sdcard
image created using the 'mksdcard' utility from the Android SDK, but
they seem to get ignored, since my app. still complains about no
sdcard.
Is there a way to fake the existence of the sdcard to keep Android
happy?  Is implementing support for the mount system call a tractable
task?
Regards,
Kirtika
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to