I successfully downloaded and built the 
experimental/android-3.8<https://android.googlesource.com/kernel/common/+/experimental/android-3.8>
 kernel, 
but when I try to run it on the emulator nothing happens (the emulator's 
screen stays black).

Here is the output:

murilo@murilo-VirtualBox:/media/VirtualHDMurilo/adt-bundle-linux-x86_64-20130219/sdk/tools$
 
./emulator -kernel ../../../panda/common/arch/arm/boot/zImage -show-kernel 
-verbose
emulator: found Android build root: /media/VirtualHDMurilo/working_dir
emulator: found Android build out: 
 /media/VirtualHDMurilo/working_dir/out/target/product/generic
emulator: Found target ABI=armeabi-v7a, architecture=arm
emulator: Found target API level: 17
emulator: using core hw config path: 
/media/VirtualHDMurilo/working_dir/out/target/product/generic/hardware-qemu.ini
emulator: found skin-specific hardware.ini: 
/media/VirtualHDMurilo/working_dir/development/tools/emulator/skins/HVGA/hardware.ini
emulator: autoconfig: -skin HVGA
emulator: autoconfig: -skindir 
/media/VirtualHDMurilo/working_dir/development/tools/emulator/skins
emulator: found skin-specific hardware.ini: 
/media/VirtualHDMurilo/working_dir/development/tools/emulator/skins/HVGA/hardware.ini
emulator: keyset loaded from: /home/murilo/.android/default.keyset
emulator: trying to load skin file 
'/media/VirtualHDMurilo/working_dir/development/tools/emulator/skins/HVGA/layout'
emulator: skin network speed: 'full'
emulator: skin network delay: 'none'
emulator: autoconfig: -ramdisk 
/media/VirtualHDMurilo/working_dir/out/target/product/generic/ramdisk.img
emulator: autoconfig: -sysdir 
/media/VirtualHDMurilo/working_dir/out/target/product/generic
emulator: Using initial system image: 
/media/VirtualHDMurilo/working_dir/out/target/product/generic/system.img
emulator: WARNING: system partition size adjusted to match image file (225 
MB > 200 MB)

emulator: autoconfig: -data 
/media/VirtualHDMurilo/working_dir/out/target/product/generic/userdata-qemu.img
emulator: autoconfig: -initdata 
/media/VirtualHDMurilo/working_dir/out/target/product/generic/userdata.img
emulator: Physical RAM size: 512MB

emulator: Found target ABI=armeabi-v7a
emulator: Auto-config: -qemu -cpu cortex-a8
Content of hardware configuration file:
  hw.cpu.arch = arm
  hw.cpu.model = cortex-a8
  hw.ramSize = 512
  hw.screen = touch
  hw.mainKeys = yes
  hw.trackBall = yes
  hw.keyboard = no
  hw.keyboard.lid = no
  hw.keyboard.charmap = qwerty2
  hw.dPad = yes
  hw.gsmModem = yes
  hw.gps = yes
  hw.battery = yes
  hw.accelerometer = yes
  hw.audioInput = yes
  hw.audioOutput = yes
  hw.sdCard = yes
  disk.cachePartition = yes
  disk.cachePartition.size = 66m
  hw.lcd.width = 320
  hw.lcd.height = 480
  hw.lcd.depth = 16
  hw.lcd.density = 160
  hw.lcd.backlight = yes
  hw.gpu.enabled = no
  hw.camera.back = emulated
  hw.camera.front = none
  vm.heapSize = 48
  hw.sensors.proximity = yes
  hw.sensors.magnetic_field = yes
  hw.sensors.orientation = yes
  hw.sensors.temperature = yes
  kernel.path = ../../../panda/common/arch/arm/boot/zImage
  kernel.parameters =  android.checkjni=1
  disk.ramdisk.path = 
/media/VirtualHDMurilo/working_dir/out/target/product/generic/ramdisk.img
  disk.systemPartition.initPath = 
/media/VirtualHDMurilo/working_dir/out/target/product/generic/system.img
  disk.systemPartition.size = 225m
  disk.dataPartition.path = 
/media/VirtualHDMurilo/working_dir/out/target/product/generic/userdata-qemu.img
  disk.dataPartition.size = 200m
  avd.name = <build>
.
QEMU options list:
emulator: argv[00] = "./emulator64-arm"
emulator: argv[01] = "-show-kernel"
emulator: argv[02] = "-android-hw"
emulator: argv[03] = 
"/media/VirtualHDMurilo/working_dir/out/target/product/generic/hardware-qemu.ini"
Concatenated QEMU options:
 ./emulator64-arm -show-kernel -android-hw 
/media/VirtualHDMurilo/working_dir/out/target/product/generic/hardware-qemu.ini
emulator: registered 'boot-properties' qemud service
emulator: nand_add_dev: 
system,size=0xe100000,initfile=/media/VirtualHDMurilo/working_dir/out/target/product/generic/system.img
emulator: mapping 'system' NAND image to /tmp/android-murilo/emulator-CZEERL
emulator: rounding devsize up to a full eraseunit, now e112000

emulator: nand_add_dev: 
userdata,size=0xc800000,file=/media/VirtualHDMurilo/working_dir/out/target/product/generic/userdata-qemu.img
emulator: rounding devsize up to a full eraseunit, now c810000

emulator: registered 'boot-properties' qemud service
emulator: Adding boot property: 'dalvik.vm.heapsize' = '48m'
emulator: Adding boot property: 'qemu.sf.lcd_density' = '160'
emulator: Adding boot property: 'qemu.hw.mainkeys' = '1'
emulator: Adding boot property: 'qemu.sf.fake_camera' = 'back'
emulator: nand_add_dev: cache,size=0x4200000
emulator: mapping 'cache' NAND image to /tmp/android-murilo/emulator-uxKoA9
emulator: Initializing hardware OpenGLES emulation support
OpenGL Warning: Failed to connect to host. Make sure 3D acceleration is 
enabled for this VM.
emulator: Kernel parameters: qemu.gles=0 qemu=1 console=ttyS0 
android.qemud=ttyS1 android.checkjni=1 ndns=1
emulator: Trace file name is not set

emulator: autoconfig: -scale 1
serial0 console
emulator: Found ro.adb.qemud build property: 1
emulator: control console listening on port 5554, ADB on port 5555
emulator: sent '0012host:emulator:5555' to ADB server
emulator: ping program: 
/media/VirtualHDMurilo/adt-bundle-linux-x86_64-20130219/sdk/tools/ddms
emulator: ping command: 
/media/VirtualHDMurilo/adt-bundle-linux-x86_64-20130219/sdk/tools/ddms ping 
emulator 21.1.0 "VMware, Inc." "Gallium 0.4 on llvmpipe (LLVM 0x300)" "2.1 
Mesa 8.0.4"


Thanks,
Murilo 

Em quinta-feira, 25 de abril de 2013 18h09min30s UTC-3, Murilo Adriano 
Vasconcelos escreveu:
>
> Hi, does someone knows how to download the experimental kernel 3.8? (
> https://android.googlesource.com/kernel/common/)
> I tried to clone the `common` repository but I was unable to switch to the 
> correct branch.
> Also, can I use the common kernel on the emulator?
>
> Thanks,
> Murilo
>
>

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
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 android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to