Android Tablets Forum banner

Kernel compile A10

4K views 1 reply 2 participants last post by  iriki 
#1 ·
Hi all
I'm trying to compile kernel for A10 Aurora i have a couple of questions.
I'm using this guide for make a custom kernel.Compiled allwinner-v3.0-android-v2.Btw my laptop is running ubuntu 32 bit 2 cores 30gb hdd on VMware workstation.
I made zImage, uImage and modules without getting any errors but how to flash them to the device?Using adb? making boot.img making cwm zip how to pack them?

Also my compiled files is here.
And terminal output is here:
Code:
  OBJCOPY arch/arm/boot/Image<br />
  Kernel: arch/arm/boot/Image is ready<br />
  GZIP    arch/arm/boot/compressed/piggy.gzip<br />
  AS      arch/arm/boot/compressed/head.o<br />
  CC      arch/arm/boot/compressed/misc.o<br />
  CC      arch/arm/boot/compressed/decompress.o<br />
  SHIPPED arch/arm/boot/compressed/lib1funcs.S<br />
  AS      arch/arm/boot/compressed/lib1funcs.o<br />
  AS      arch/arm/boot/compressed/piggy.gzip.o<br />
  LD      arch/arm/boot/compressed/vmlinux<br />
  OBJCOPY arch/arm/boot/zImage<br />
  Kernel: arch/arm/boot/zImage is ready<br />
  UIMAGE  arch/arm/boot/uImage<br />
Image Name:   Linux-3.0.31+<br />
Created:      Sat Jun  9 15:25:49 2012<br />
Image Type:   ARM Linux Kernel Image (uncompressed)<br />
Data Size:    3932980 Bytes = 3840.<img src='http://www.slatedroid.com/public/style_emoticons/<#EMO_DIR#>/mega_shok.gif' class='bbc_emoticon' alt='80' /> kB = 3.75 MB<br />
Load Address: 0x40008000<br />
Entry Point:  0x40008000<br />
Image arch/arm/boot/uImage is ready
Thanks in advance
Best regards.
 
See less See more
1
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top