Home
Name Modified Size InfoDownloads / Week
README.txt 2021-10-04 1.3 kB
WR11AX.tar.gz 2021-09-23 604.3 MB
Totals: 2 Items   604.3 MB 1
README for building mAX WR11AX images.

This tarball contains the Broadcom code drop bcm963xx_5.02L.07p1_consumer.tar.gz, which
was created using Broadcom's source code redistribution process, the toolchains
crosstools-aarch64-gcc-5.5-linux-4.1-glibc-2.26-binutils-2.28.1.Rel1.10.tar.bz2
crosstools-arm-gcc-5.5-linux-4.1-glibc-2.26-binutils-2.28.1.Rel1.10.tar.bz2 .

These instructions have been verified on Ubuntu 20.04 VM.

First, need to add the 32 bit libraries for the cross compiler.

        % dpkg --add-architecture i386

The following packages needs to be installed to make a WR11AX build.

        bzip2
        patch
        make
        gawk
        automake
        libtool
        liblzo2-dev
        uuid-dev
        zlib1g-dev
        libncurses-dev
        libc6:i386
        lib32stdc++6
        flex
        bison
        ccache

Unpacking the OSS redistribution tarball

1) Untar the tarball
        % tar -xvf WR11AX.tar.gz

2) Then cd into WR11AX
        % cd WR11AX

3) Make scripts executable
        % chmod +x install_toolchain.sh build.sh

4) Install the toolchain as root
        % sudo ./install_toolchain.sh

5) make the OSS redistribution
        % ./build.sh

If the build succeeds, you should see the following message: “Done! …"
The binary bcmWR11AX_nand_fs_image_128_puresqubi.w  is image for the WR11AX.

Source: README.txt, updated 2021-10-04