I'm building "seandroid-goldfish-2.6.29 " for ARM. I pasted the wrong command line in my previous email. The command that did not work for me is: emulator -show-kernel -kernel kernel/goldfish/arch/arm/boot/zImage
What I end up seeing on the console is "Uncompressing Linux" repeated many times followed by "ran out of input data -- System halted." I was able to successfully load the kernel after adding -qemu -cpu cortex-a8. -Ryan -----Original Message----- From: Stephen Smalley [mailto:[email protected]] Sent: Thursday, December 13, 2012 9:41 AM To: Persaud, Ryan K. Cc: [email protected] Subject: Re: Running SEAndroid on the android emulator On 12/12/2012 02:59 PM, Persaud, Ryan K. wrote: > Hello, > > I've been running through the build directions on the SEAndroid wiki, > and the process has been fairly straightforward. One issue I had, > however, is running SEAndroid on the emulator. The wiki indicates that > the command line: > > emulator -show-kernel -kernel kernel/goldfish/arch/x86/boot/bzImage > > should work. However, I found that I needed to add this option to the > emulator command line in order for the emulator to load the kernel properly: > > -qemu -cpu cortex-a8 > > Per the instructions found in /external/qemu/docs/ ANDROID-KERNEL.TXT of > the AOSP tree, this option enables ARMv7 emulation. It might be helpful > to update the wiki to indicate that this option is necessary. I've never needed to do that. What version of SE Android are you building and for what actual architecture (mixing x86 and arm above)? -- This message was distributed to subscribers of the seandroid-list mailing list. If you no longer wish to subscribe, send mail to [email protected] with the words "unsubscribe seandroid-list" without quotes as the message.
