Compilation Of Boot Code; Kernel Compilation; Generation Of The File System - Embest SBC8600B Quick Start Manual

Hide thumbs Also See for SBC8600B:
Table of Contents

Advertisement

Note:
 Please ensure the uncompressed source code is saved under the directory
specified in the above instructions, or errors might occur during the compilation
process.

6.1.2 Compilation of boot code

SBC8600B can boot up from TF card or NAND Flash, with the former as the
first boot-up device and the latter as the secondary.
We will introduce the generation of boot code image files for both the
boot-up devices.
 cd u-boot-2011.09-psp04.06.00.03
 make distclean
 make sbc8600_config
 make
When the above steps are finished, two files named MLO and u-boot.img can
be found under the current directory.

6.1.3 Kernel compilation

The procedure for a Linux system is as follows:
 cd Linux-3.2.0-psp04.06.00.08.sdk
 make distclean
 make sbc8600_defconfig
make uImage
The procedure for an Android system is as follows:
 cd Linux-3.1.0-android
 make distclean
 make sbc8600_android_defconfig
make uImage
After above operations are executed, a uImage file will be generated under
the directory arch/arm/boot.

6.2 Generation of the file system

1. RAMdisk file
Page | 34

Advertisement

Table of Contents
loading

Table of Contents