1=======================================
2 R7000 Firmware Build Instructions
3
4 Version: 1.0
5 Date   : 2017/03/22
6======================================== 
7
8Note: 
9      This package has been built successfully on 32-bit i386 Fedora 6 Linux 
10      host machine. Compiling this package on platforms other than Fedora Core 6
11      may have unexpected results.
12
13===================
14 Install toolchain
15===================
16
171. You will need to use the  4.5.3 Linux 2.6.36 ARM Cross Compiler and Tools (arm-uclibc toolchain),
18   which have also been posted to your account.
19
202. To install the toolcain
21   (1) The toolchain MUST be installed under /projects/hnd/tools/linux/ directory. After mkdir the dir,
22            tar xvfj hndtools-arm-linux-2.6.36-uclibc-4.5.3.tar.bz2
23   (2) Add the path
24            export PATH=/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/bin:$PATH
25
26===================
27 Build code
28===================
29
301. Put the file "R7000-V1.0.72_1.1.93_src.tar.zip" into a directory of your choice.
31   Unzip and untar it with the following command:
32        unzip R7000-V1.0.7.12_1.2.5_src.tar.zip
33        tar xvf R7000-V1.0.7.12_1.2.5_src.tar
34
352. Run the following commands to build image
36        cd R7000-V1.0.7.12_1.2.5_src/src/router/
37        make PROFILE=R7000 FW_TYPE=WW ARCH=arm PLT=arm LINUX_VERSION=2_6_36
38	make install PROFILE=R7000 FW_TYPE=WW ARCH=arm PLT=arm LINUX_VERSION=2_6_36
39
403. The final image is "R7000-V1.0.7.12_1.2.5_src/src/router/arm-uclibc/kernel_image.chk".
41   User may upgrade to this image using the R7000 GUI "Router Upgrade" page.
42
43