Hello folks,
Board:- TE0714-03
Part No: xc7a50tcsg325-2
Vitis Ver. 2019.2
QSPI Flash: Micron (mt25qu128)
I have generated BIN file which included Bitstream and SREC SPI bootloader.
The elf file( ELF to bootable SREC format) store in some offset location on QSPI.
After reboot the board bitstream is loaded and program stucked at SPI SREC bootloader. Getting SREC SPI Bootloader message on terminal. but when I reset the system manually its working.
While debugging we understood, after power-on-reset its not recognizing the QSPI flash, getting manufacturing id is 0, And device code is FFFF or 0000. But when I manually reset the board its working( Manufacturing ID= 20 and device code =BB18).
We want to system works with POR not manually reset.
Thanks in advance