=======================================
 XR1000 Firmware Build Instructions

 Version: 1.0
 Date   : 2020/11/11
======================================== 

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

1. Put the file "XR1000-V1.0.0.x_x.0.x_src.tar.zip" into a directory of your choice.
   Unzip and untar it with the following command:
        unzip XR1000-V1.0.0.x_x.0.x_src.tar.zip
        tar xvf XR1000-V1.0.0.x_x.0.x_src.tar

2. Run the following commands to build image
        cd XR1000-V1.0.0.x_x.0.x/
        make PROFILE=XRX600 V=1 BRCM_MAX_JOBS=1

3. The final image is "XR1000-V1.0.0.x_x.0.x_src/targets/XRX600/kernel_rootfs_image.chk".
   User may upgrade to this image using the XR1000 GUI "Router Upgrade" page.

