Skip to content

jhu-chang/r6300v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=======================================
 R6300 Firmware Build Instructions

 Version: 1.0
 Date   : 2015/05/04
======================================== 

Note: 
      This package has been built successfully on 32-bit i386 Fedora 6 Linux 
      host machine. Compiling this package on platforms other than Fedora Core 6
      may have unexpected results.

===================
 Install toolchain
===================

1. You will need to use the  4.5.3 Linux 2.6.36 ARM Cross Compiler and Tools (arm-uclibc toolchain),
   which have also been posted to your account.

2. To install the toolcain
   (1) The toolchain MUST be installed under /projects/hnd/tools/linux/ directory. After mkdir the dir,
            tar xvfj hndtools-arm-linux-2.6.36-uclibc-4.5.3.tar.bz2
   (2) Add the path
            export PATH=/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/bin:$PATH

===================
 Build code
===================

1. Put the file "R6300v2-V1.0.3.28_10.0.71_src.tar.zip" into a directory of your choice.
   Unzip and untar it with the following command:
        unzip R6300v2-V1.0.3.28_10.0.71_src.tar.zip
        tar xvf R6300v2-V1.0.3.28_10.0.71_src.tar

2. Run the following commands to build image
        cd R6300v2-V1.0.3.28_10.0.71_src/src/router/
        make PROFILE=R6300v2 FW_TYPE=WW ARCH=arm PLT=arm LINUX_VERSION=2_6_36
        make PROFILE=R6300v2 FW_TYPE=WW ARCH=arm PLT=arm LINUX_VERSION=2_6_36 install

3. The final image is "R6300v2-V1.0.3.28_10.0.71_src/src/router/arm-uclibc/kernel_image.chk".
   User may upgrade to this image using the R6300v2 GUI "Router Upgrade" page.

About

Netgear R6300v2 source

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.7%
  • HTML 3.0%
  • Shell 2.2%
  • Assembly 2.0%
  • Makefile 1.1%
  • C++ 1.0%
  • Other 2.0%