forked from chongshengB/rt-n56u
-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.eng.txt
41 lines (32 loc) · 939 Bytes
/
readme.eng.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
* BUILD INSTRUCTION *
1) You need Linux environment to build the firmware. Ubuntu 16.04.1 LTS and
Debian 8.5. distros has been tested and recommended.
2) Build cross-toolchain for MIPS32_R2 CPU (binutils-2.24, gcc-447, uclibc-0.9.33.2)
from external package toolchain-mipsel.
3) Configure firmware content via .config file. Use comment mark # for
disable features. Change "CONFIG_TOOLCHAIN_DIR=" param to target cross-toolchain
directory.
4) Build firmware via "build_firmware" script. After the build is finished,
the firmware file (*.trx) will be placed to directory "images".
* NOTE *
You need following packages to build the firmware under Debian 8.x 'Jessie':
- autoconf
- automake
- bison
- build-essential
- flex
- gawk
- gettext
- gperf
- libtool
- pkg-config
- sudo
- zlib1g-dev
You need additional packages to build cross-toolchain:
- libgmp3-dev
- libmpc-dev
- libmpfr-dev
- texinfo
-
08/26/2016
Padavan