Home / x6
Name Modified Size InfoDownloads / Week
Parent folder
x6_extender.tar.gz 2022-09-12 2.0 GB
README 2022-09-12 1.1 kB
Totals: 2 Items   2.0 GB 1
Basic instructions for Ubuntu 16.04

  All of these commands must be run as root.

  Install toolchains if not done so already

    % ./install_toolchain

  Make sure that /bin/sh points to /bin/bash.
  Under /bin folder,
      rm sh
      ln -s bash sh

  Install any host tools needed
	- apt-get update
	- apt-get -y install openssh-client 
	- apt-get install gdisk
	- apt-get install liblzo2-dev uuid-dev
	- apt-get install realpath gawk automake libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev bsdmainutils python2.7 python-pip bc bison flex
	- dpkg --add-architecture i386
	- apt-get update
	- apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386

    -  Run the build (not as root) with one of these choices: 

    -  Execute below command (it will invoke build.sh will run make PROFILE=947622GW_WL20D1D1)
	   ./build
	   
On successful build, binaries will be available in x504x/bcm963xx_5.02L.07_data_src/targets/947622GW_WL20D1D1/
Ex: bcm947622GW_WL20D1D1_nand_fs_image_128_puresqubi.w bcm947622GW_WL20D1D1_nand_cferom_fs_image_128_puresqubi.w
    
Source: README, updated 2022-09-12