Example: Sample skuarguments file skuargs.txt

  1. Add the following lines to skuargs.txt file:
    --skunum 699-62382-0010-100 --setskuversion BB
     --setboardserial 1234 --setmacid eth0 0x00044b52f69b
     --setprodinfo 600-62382-0100-100 JJ
    --skunum 699-62382-0010-100 --setskuversion AA --setboardserial 1234
     --setmacid eth0 0x00044b52f69b --setprodinfo 600-62382-0100-100 JJ
  2. Execute this command to create the images directory.
    mkdir images
  3. Run the script as follows:
    ./create_bsp_images.sh -A skuargs.txt -g ./images -b e3550b01-
    t194a -r <chip_revision>

    Where <chip_revision> is the revision number for the platform. For example, 02.

  • The processed images are generated under the images directory.
  • There is one output directory for each entry.
  • The images are created using the default configuration file.
  • If a custom configuration file is selected using the -k option with the absolute path to the custom configuration file, it overrides the default configuration file.