How to get TES Guiliani Demo running on the VEEK-MT-C5SoC Development Board
---------------------------------------------------------------------------

1. Flash the FPGA
  - Connect the board to the host PC and turn it on
  - Open the NIOS II Command Shell
  - Change directory to the folder containing "flash_fpga.sh"
  - Run the setup script by typing "./flash_fpga.sh"
      The script will reprogram the MAX5 to get access to the flash device,
      upload the TES Demo design and finally reprogram the MAX5 with the
      factory default.
  - Wait until the programming is finished and then turn of the board
  
  Note that the last reprogramming of the MAX5 will lead to an error during
  verification of the downloaded design data, since the JTAG chain has been
  changed. This error is expected and can thus be ignored.
  
2. Setup the SD card
  - Write the provided SD card image "./sd_image/sd_card.img" to a SD card
    * Windows: You can use the 'Win32 Disk Imager' to write the image to the SD card.
      The tool can be found here: 
      http://sourceforge.net/projects/win32diskimager/
      
    * Linux: Use dd by typing: 
      "dd if=./sd_image/sd_card.img of=/dev/<device> bs=16M"
      Note: Make sure to select the correct target device!!
  
3. Start the demo
  - Insert the SD card and turn on the board
  - Wait some time until the system has booted (approx. 30 seconds)
  - Enjoy playing with TES Guiliani + D/AVE 2D Demo!