To program the bootdemo in tests\bootdemo into flash:

1)  Copy bootdemo.out from tests\bootdemo\Debug to this directory.

2)  Run convert.bat to generate a bootable binary image using hex55.exe.

3)  Load and run programmer.out from this directory.  You will see a menu that
    looks like  this:

    Choose the device...
    1x - NAND Flash [CSx: 2,3,4,5]
    2x - NOR Flash [CSx: 2,3,4,5]
    4 - IIC EEPROM
    5 - MMC
    6 - SD
    7x - SPI Serial Flash (24 bit address) [PinMap x: 1=MODE5,2=MODE6]
    8 - MCSPI Serial Flash

    Type 22 into the console and hit enter.  The first "2 specifies NOR Flash.
    The second "2" specifies chip select 2.

4)  You will be prompted with the following text:

    Operation to perform...
    1<file> - Program device with <file>
    2<file> - Read device data to output <file>

    Type 1 and the full file path and then hit enter.  For example use this:

        1C:\ti\evm5517_v1\flash_programming\bootdemo.bin

    If the demo is in C:\ti\evm5517_v1\flash_programming\bootdemo.bin

5)  Disconnect from Code Composer Studio and power cycle the board.


