Page | 35
Please visit:
http://www.elinux.org/DevKit8600_FAQ
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
Содержание SBC8600B
Страница 1: ...SBC8600B Single Board Computer Quick Start Guide Version 1 1 23rd Jan 2014...
Страница 9: ...Page 2 1 3 Board Interfaces Figure 1 SBC8600B Interfaces...
Страница 10: ...Page 3 1 4 System Block Diagram Figure 2 SBC8600B System Block Diagram...
Страница 11: ...Page 4 1 5 Physical Dimensions Figure 3 MINI8600B Physical Dimensions...
Страница 12: ...Page 5 Figure 4 SBC8600B Physical Dimensions...
Страница 113: ...Page 106 3 When the following appears select Continue 4 Please wait until the installation is completed...
Страница 114: ...Page 107...