This directory contains source for utility applications used by the web
interface. 
Currently following utilities are provided:
iblcfg: 
Utility application to parse/modify IBL (Intermediate Boot Loader) configuration.

Build Steps:
1. change directory to ./build
2. Add toolchain path to the PATH variable e.g.
   export PATH=/sim/scratch_a0875039/c6x-linux/sdk/bin/:$PATH
3. To build the utilities issue the command:
   make [ ENDIAN=<big> ] all
   if ENDIAN is not specified, default would be little endian
4. To install the executables to a specific directory issue the command:
   make install INSTALL_DIR=<install path>

