Android System Compilation - Embest SBC8600B Quick Start Manual

Hide thumbs Also See for SBC8600B:
Table of Contents

Advertisement

Please visit:
For details of how to generate a RAMdisk file.
2. UBI file
cd $HOME/work
sudo $HOME/tools/mkfs.ubifs -r rootfs -m 2048 -e 126976 -c
812 -o ubifs.img
sudo $HOME/tools/ubinize -o ubi.img -m 2048 -p 128KiB -s
512 -O 2048 $HOME/tools/ubinize.cfg
After above operations are executed, a ubi.img file will be generated under
the current directory.

6.2.2 Android system compilation

1. Execute the following instructions to commence compilation of
an Android system;
cd rowboat-android-gingerbread-am335xevm
make TARGET_PRODUCT=am335xevm clean
make TARGET_PRODUCT=am335xevm OMAPES=4.x
2. Modify Rules.make under hardware/ti/sgx/ ;
Vi hardware/ti/sgx/Rules.make
Replace "KERNEL_INSTALL_DIR=$(HOME)/work/Linux-3.1.0-android" with
"KERNEL_INSTALL_DIR=/home/user_name/work/Linux-3.1.0-android"
/home/user_name is the directory where usernames are saved, in other
words, it's the value of $(HOME).
Note:
 To view the value of $(HOME), enter whoami in the terminal window of the
Linux system.
3. Enter the following instructions to start making the ubi file
system;
source ./build_ubi.sh
http://www.elinux.org/DevKit8600_FAQ
Page | 35

Advertisement

Table of Contents
loading

Table of Contents