| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README | 2021-07-27 | 2.2 kB | |
| 5268-11.8.tgz | 2021-07-27 | 856.1 MB | |
| 5268-11.7.tgz | 2021-06-15 | 859.8 MB | |
| 5268-11.6.tgz | 2020-04-28 | 847.3 MB | |
| 5268-11.5.txt | 2020-04-21 | 96 Bytes | |
| 5268-11.4.tgz | 2020-03-31 | 847.2 MB | |
| 5268-11.3.tgz | 2020-02-25 | 847.9 MB | |
| 5268-11.2.tgz | 2019-08-06 | 847.7 MB | |
| 5268-11.1.tgz | 2019-04-11 | 925.1 MB | |
| 5268-10.6.tgz | 2019-03-21 | 681.3 MB | |
| Pace5268-10.5.3.tgz | 2018-10-02 | 670.0 MB | |
| Totals: 11 Items | 7.4 GB | 3 |
Basic instructions for Fedora Core 20
Please follow below steps to create build environment for 5268-11.7.
You may skip few steps if you have it pre-installed in your environment.
Steps 1) to 4) and 6) to 25) are steps to install pre-requisite packages to support build.
1) sudo yum update
2) sudo yum distribution-synchronization
3) create user account. give sudo privileges.
4) sudo yum install bzip2
5) install toolchain: [NOTE: while installing toolchain you must run as root user]
(i) execute this script to support Quantenna sdk compilation.
(ii) please find the below script from the 5268-11.7/:
(iii) untar the 5268-11.7 within /home/user
(iv) open 5268-11.7 directory and perform:
% ./install_toolchain
(v) once you install toolchains,comeout from root privilege then run as normal user.
6) sudo yum install git dos2unix make gcc gcc-c++ which flex bison patch unzip cpan file zip
7) sudo cpan -i Data::Dumper::Store
8) sudo cpan -i Data::Dumper
9) sudo yum install glibc.i686 zlib.i686 glibc-devel.i686 glibc-devel zlib-devel libstdc++-static.i686 libstdc++-devel.i686 openssl-devel bzip2-devel vim-common
10) sudo cpan -i XML/LibXML.pm Fatal XML/SAX/DocumentLocator.pm URI/Escape.pm
11) sudo yum install -y xz-lzma-compat-5.1.2-12alpha.fc20.x86_64
12) sudo yum install -y lzma-devel-4.32.7-10.fc20.x86_64
13) sudo yum install xz-devel
14) sudo yum install lzo lzo-devel
15) sudo yum install gettext wget
16) sudo yum install libuuid-devel
17) sudo yum install automake
18) sudo wget http://www.cpan.org/src/5.0/perl-5.16.3.tar.gz
19) tar -xvf perl-5.16.3.tar.gz
20) cd perl-5.16.3
21) ./Configure -des -Dprefix=$HOME/localperl
22) Build Perl 5.16.3 envirionment on perl-5.16.3
i)make
ii)make test
iii)make install
23) export PATH=$HOME/localperl/bin/:$PATH
24) cpan -i Convert::Binary::C
25) cpan -i Digest::CRC.pm
26) build:
(i) under the 5268-11.7 directory & make sure perl 5.16.3, perform:
% ./build
Note:
1. "./build" script will build a image for quantenna and pace-cpe.
2. Perl version <= 5.16 is must for build this 4.16L05 broadcom envirionment.