Download Latest Version ICX6650-v1.0.0-uboot.tar.gz (11.6 MB)
Email in envelope

Get an email when there's a new version of Ruckus ICX6650

Home
Name Modified Size InfoDownloads / Week
README.txt 2019-04-23 2.2 kB
ICX6650-toolchain.tar.gz 2019-04-23 675.9 MB
ICX6650-v1.0.0-uboot.tar.gz 2019-04-23 11.6 MB
Totals: 3 Items   687.5 MB 0
Steps to build ICX7650 uboot image:
-----------------------------------
1. Copy the file "ICX6650-v1.0.0-uboot.tar.gz" to your local linux machine.
2. Uncompress the uboot source files. Command is given below:

	tar xvzf ICX6650-v1.0.0-uboot.tar.gz

3. A directory "ICX6650-v1.0.0-uboot" will be created.

4. Go to the directory "ICX6650-v1.0.0-uboot"  and you will find a the patch file "ICX6650-v1.0.0-uboot.patch".
	cd ICX6650-v1.0.0-uboot

5. Now apply the patch file "ICX6650-v1.0.0-uboot.patch". This patch file
contains the ICX6650 specific code changes done by Arris.

	Command:
		patch -p1 < ICX6650-v1.0.0-uboot.patch


Uboot Soruce Files:
-------------------
Uboot source files are present in the following directory:
    - u-boot-2011.09
 
 
Supported ICX Platform:
-------------------
    - ICX6650
 
Recommeded Development Platform:
-------------------------------
    - Linux version 2.6.32-431.el6.x86_64
      (mockbuild@x86-023.build.eng.bos.redhat.com) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Sun Nov 10 22:19:54 EST 2013
 
Special permissions such as root permission:
------------------------------------------
    - Not needed.
 
Setting up environment variable $PATH:
-------------------------------------
    - Not needed
 
 
Toolchain to compile the u-boot code:
------------------------------------
The following toolchain is required to compile the code:
	gcc-4.3.74-eglibc-2.8.74-6/powerpc-linux-gnu

The toolchain is present in the root directory.

 
Steps to build uboot image:
--------------------------
1. Go to directory "ICX6650-v1.0.0-uboot/u-boot-2011.09/utils/" and change the cross compiler toolchain path in file "common_rules_uboot.mk" based 
   on the toolchain directory in the local machine where uboot source code is getting compiled.
 
   Example:
    CROSS_COMPILE := /tools/toolchain/ppc/gcc-4.3.74-eglibc-2.8.74-6/powerpc-linux-gnu/bin
 
2. Go to the directory ICX6650-v1.0.0-uboot/u-boot-2011.09/build 
    
	Commands:
        cd u-boot-2011.09/build
        make all
 
5. If compilation is successful, a binary file with name "fxz10101b1.bin" will be created at directory u-boot-2011.09/build.
    Output of the build: fxz10101b1.bin
Source: README.txt, updated 2019-04-23