You are on page 1of 4

[TITLE] HOW TO BUILD AND CONFIG H100 [AUTHOR] Phatv

[HOW TO BUILD AND CONFIG H100]

1. Source code H100 and command buid

- Source SVN address:

svn://192.168.1.7/H100/rk2928

- Requirements environmets:

Java version : 1.6

Ubuntu version : 14.04

2. Command build:

- Kernel build:

cd /rk2928/kernel

make rtsb7000L_defconfig

make -j16 zkernel.img

- System build:

make -j16

./mkimage.sh

3. How to flash the binary

- Set device to loader mode

Press: Recovery button (Debug board) + Mode button + Power button

January 3, 2017 1
[TITLE] HOW TO BUILD AND CONFIG H100 [AUTHOR] Phatv

- Copy output binary to Image folder

- Set up userdata parameter:

January 3, 2017 2
[TITLE] HOW TO BUILD AND CONFIG H100 [AUTHOR] Phatv

Link to file data_2M.jffs2 as below

January 3, 2017 3
[TITLE] HOW TO BUILD AND CONFIG H100 [AUTHOR] Phatv

4. How to switch the Java version

- Update Java version

$: sudo update-alternatives --config java

- Update java compiler version

$: sudo update-alternatives --config javac

- Update JAVA_HOME directory

$: export JAVA_HOME="$(jrunscript –e
'java.lang.System.out.println(java.lang.System.getProperty("java.home"));')"

January 3, 2017 4

You might also like