
Steps to build and boot the example are given below:
1. Setup Compiler and PDK path in the setup.bat file.
1. Build the led_play.out in the src\led_play folder using CCS or gmake with instructions provided in user Manual in the docs folder.
2. Copy the led_play to build folder.
3. Set IBL_UTIL path in spiboot.bat and Run the spiboot.bat file in the build folder to create the boot image in boottable format (.dat file)
4. Flash the boot table to EVM using SPI Writer software in MCSDK or Processor SDK RTOS for C6678. Refer to NorWriter_README.txt 
	Flash Writer Source location:
	MCSDK: mcsdk_2_01_02_06\tools\writer\nor
	Processor SDK: $(PRSDK_INSTALL_DIR)\pdk_c667x_x_x_x\packages\ti\boot\writer\nor
	
5. Change the boot switches to SPI boot and boot the application from SPI flash


Refer to the USer manual in the docs folder for details of each step