| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| SBG6400_D30GW-HARRIER-1.5.0.0-GA-08.tar.bz2 | 2017-02-09 | 460.0 MB | |
| README.txt | 2017-02-09 | 1.3 kB | |
| Totals: 2 Items | 460.0 MB | 2 |
README ====== This package contains the linux related source files for the Arris SBG6400 modems. LxG.tar.gz archive has the linux kernel and the associated programs used. buildroot.tar.bz2 archive is the buildroot package that was used to compile LxG kernel and apps. BUILD REQUIREMENTS ================== COMPILER USED ------------- gcc (GCC) 4.4.7 20120313 g++ (GCC) 4.4.7 20120313 OS USED ------- Linux centos6.6 2.6.32-504.el6.i686 #1 SMP Wed Oct 15 03:02:07 UTC 2014 i686 i686 i386 GNU/Linux NOTE: Use of other OSes/Compilers(or Compiler Versions) may not guarantee an error-less build. PERMISSION REQUIRMENTS ---------------------- You have to be the root user to compile this package. Sudo may work. BUILDING ======== Run build.bash script to compile buildroot and LxG. chmod +x build.bash ./build.bash or bash build.bash NOTE: If the compilation fails then please run the clean.bash script. For more Information read "CLEANING BUILD" section. CLEANING BUILD ============== Run the clean.bash scrip to cleanup the build directories chmod +x clean.bash ./clean.bash or bash clean.bash OUTPUT ====== The build root output will be placed in '/opt' directory. The cross compiler build will be placed in this directory. LxG package executables, libraries and kernel will be present in the LxG directory itself.