The prebuilts that come with ASOP master tree "/prebuilts/qemu-kernel/<arch>/" Support the "-gpu on" flag.
When I compile My goldfish-3.10 image It won't boot _unless_ "-gpu off" is passed in. If "-gpu on" is passed in the emulator will start up but hang on a black screen. Passing "-verbose" with the emulator shows that "emulator: Kernel parameters: qemu.gles=1 qemu=1 console=ttyS0 android.qemud=ttyS1 androidboot.hardware=goldfish clocksource=pit android.checkjni=1 android.bootanim=0 ndns=1 " Specifically, qemu.gles=1 is passed in which makes me think I used the wrong config or have to manually go into the Kconfig and make sure something is built. I've used the following to build my kernel image: "../../external/qemu/distrib/build-kernel.sh --arch=x86 --cross=i686-linux-android- -j4 --verbose" as well as "make i386_emu_defconfig" "make -j4" --with my cross compiler, of course. Has anyone built Goldfish with gles support and could share their expertise? Thanks, Scotty -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "Android Linux Kernel Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
