You are on page 1of 2

Test Report D20081203015

Product Name : DAP-1160


Hardware Version : A1
Firmware Version : 1.20b06
Testing Date : 2008/12/04
Test Engineer : Adan , Tequila Ji

Testing Description
The DAP-1160 GPL Source code compiler ok

Test items
Category / Test Item Status

Compiler GPL Source Code

Compiler GPL Source Code PASS

The GPL Source Code complie procedure as below


Install & Build

1. Install the toolchain:


(1). copy lexra-nnop-v5.tar.gz to /usr/local/gcc333 and decompress it.
~#cd /usr/local
~#mkdir gcc333
~#cd gcc333
~#cp /your source code folder.../lexra-nnop-v5.tar.gz ./.
~#tar -zxvf lexra-nnop-v5.tar.gz
2. Building the image.
(1). Copy the DAP-1160_v120b06_src.tar.gz into any directory you prefered and
decompress it
use following commands.
~#tar -zxvf DAP-1160_v120b06_src.tar.gz
(2). Into the root directory(named as "DAP-1160_v120b06_src") of dap-1160 source
code,
and run following commands.
~#source build.env
~#cd linux-2.4.18
~#./mk_linux_gw
a. If it shows the screen of menuconfig, please exit and save it.
b. Select Save.
~#cd ../AP
~#make clean
~#make gw
a. If it shows "Process anyway? (y,n)", please key in 'y'.
(3). After make successfully, you will get the image file "web_firm_total_image.bin"
in "DAP-1160_v120b06_src/build/release" directory.
UPgrade Firmware

Upgrade Firmware PASS

Upgrade the firmware version which complie from GPL source code into the DUT.

You might also like