Example Usage
This example demonstrates using the create_bsp
tool with the -z
option for a e3550-t194 target:
$ mkdir images
$ ./create_bsp_images.sh -z "--skunum 699-62382-0010-100
--setskuversion BB --setboardserial 1234 --setmacid eth0
0x00044b52f69b --setprodinfo 600-62382-0100-100 JJ"
-g images/ -b e3550b01-t194a
Processed images are generated under the images directory:
$ ls images
699-62382-0010-100_BB
The images are created using the default configuration (CFG) file.
To override the default configuration file with a custom configuration, use the -k
option to specify the absolute path to the customized configuration file.