Hi All,
I created a bootable image in SDK using the bootgen application.
The bootable image contains (in the following order):
-FSBL was created using the template in SDK.
-bitstream: custom (basic) project that contains an XPS system and some custom firmware logic.
-second stage bootloader
Now when I created the FSBL in SDK I set the FSBL_DEBUG and FSBL_DEBUG_INFO compilation flags and when I look at my COM PORT, it prints this:
Xilinx First Stage Boot Loader
Release 14.3 Apr 30 2013-09:34:36
Silicon Version 1.0
Boot mode is SD
Bitstream Download Start
...................................................................................................
...................................................................................................
Xilinx First Stage Boot Loader
Release 14.3 Apr 30 2013-09:34:36
Silicon Version 1.0
WDT_RESET_OCCURED
Boot mode is SD
Bitstream Download Start
...................................................................................................
...................................................................................................
And it just keeps printing that second part with the WDT_RESET_OCCURED.
Does anyone have any ideas what could be causing this?
Thanks so much in advance.