6. Build and Install VIA Image

6.1. Build Kernel

The Android file system works based on Linux kernel:

$ cd << Work _DIR>>/kernel_3.0.8
$ make Android_defconfig
$ make clean
$ make

6.2. Build U-Boot

The u-boot will initiate basic hardware and load kernel into memory:

$ cd <<Uboot_DIR>>/uboot.130522
$ make wmt_config
$ make

Table Of Contents

Previous topic

5. Setting Up Environment

Next topic

7. Smart ETK

This Page