=======================================
 RAX50v2 Firmware Build Instructions

 Version: 1.0
 Date   : 2023/01/17
======================================== 

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

1. Put the file "RAX50v2-V1.x.x.xx_x.x.xx_src.tar.zip" into a directory of your choice.
   Unzip and untar it with the following command:
        unzip RAX50v2-V1.x.x.xx_x.x.xx_src.tar.zip
        tar xvf RAX50v2-V1.x.x.xx_x.x.xx_src.tar 

2. Run the following commands to build image
        cd RAX50-V1.x.x.xx_x.x.xx_src/
        make PROFILE=RAX50 V=1 BRCM_MAX_JOBS=1

3. The final image will be under /targets/RAX50/. It will only build GPL source parts.

