-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme_for_EMG2926-Q10A_V1.00(AAVK.7)C0.txt
69 lines (44 loc) · 2.1 KB
/
Readme_for_EMG2926-Q10A_V1.00(AAVK.7)C0.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Readme for EMG2926-Q10A V1.00(AAVK.7)C0
0. Introduction
This file will show you how to build the EMG2926-Q10A linux system, please note, the download image will overwrite the original image existed in the flash memory of EV board.
1. Package file
A. EMG2926-Q10A(V1.00(AAVK.7)C0).tar.bz2 (EMG2926-Q10A GPL source code)
B. Readme_for_EMG2926-Q10A_V1.00(AAVK.7)C0 (This file)
2. Build up compiler environment.
A. Install Ubuntu 12.04 Desktop 32bit
B. install following tools in your environment
$ sudo apt-get install -y gcc
$ sudo apt-get install -y g++
$ sudo apt-get install -y binutils
$ sudo apt-get install -y patch
$ sudo apt-get install -y bzip2
$ sudo apt-get install -y flex
$ sudo apt-get install -y bison
$ sudo apt-get install -y make
$ sudo apt-get install -y autoconf
$ sudo apt-get install -y gettext
$ sudo apt-get install -y texinfo
$ sudo apt-get install -y unzip
$ sudo apt-get install -y sharutils
$ sudo apt-get install -y subversion
$ sudo apt-get install -y libncurses5-dev
$ sudo apt-get install -y ncurses-term
$ sudo apt-get install -y zlib1g-dev
$ sudo apt-get install -y gawk
$ sudo apt-get install -y lzop
$ sudo apt-get install -y ctags
$ sudo apt-get install -y git-core
$ sudo apt-get update
3. Build the firmware for Web-GUI upgrade using
NOTE: You can't do following things as "root"
A. Decompress the source code
$ tar -jxvf EMG2926-Q10A(V1.00(AAVK.7)C0).tar.bz2
B. After decompress the source code please enter the Release_AAVK folder
$ cd TT-7C0/Release_AAVK/
C. In the Release_AAVK folder please tpye the folling to build the code
NOTE1: Please make sure your pc could connect the internet. Or the bulid process will stop on some download opensource atcion
$ make V=99
NOTE2: If system show some options , please press "Enter" to apply the default setting
Press "Enter" 3 times
D. The firmware image will locate at Release_AAVK/bin/ar71xx/zyxel/ras.bin.jffs2
You can use it update EMG2926-Q10A by using the firmware update procedure.