04-12-2012 12:35 AM
Hi,
I am just tryint to program the XUPV5-LX110T board with bootloop, however I could not get it to work.
When I tried to program the fpga, an error pops up indicating Program FPGA Failed. Details shows the following message
FPGA configuration encountered errors.
Program FPGA failed
ERROR: Failed to download the bit file
Failed to program device 5 with bitstream C:/XUPV5/workspace/hw_platform_0/download.bit
Console seems that elf check is passed and ended abrupty at download.bit
"
elfcheck -hw C:/XUPV5/workspace/hw_platform_0/system.xml -mode bootload -mem BRAM -pe \
microblaze_0 C:/Xilinx/13.2/ISE_DS/EDK/sw/lib/microblaze/mb_bootloop.elf
elfcheck
Xilinx EDK 13.2 Build EDK_O.61xd
Copyright (c) 1995-2011 Xilinx, Inc. All rights reserved.
Command Line: elfcheck -hw C:/XUPV5/workspace/hw_platform_0/system.xml -mode
bootload -mem BRAM -pe microblaze_0
C:/Xilinx/13.2/ISE_DS/EDK/sw/lib/microblaze/mb_bootloop.elf
ELF file : C:/Xilinx/13.2/ISE_DS/EDK/sw/lib/microblaze/mb_bootloop.elf
elfcheck passed.
data2mem -bm C:/XUPV5/workspace/hw_platform_0/system_bd.bmm -bt \
C:/XUPV5/workspace/hw_platform_0/system.bit -bd \
C:/Xilinx/13.2/ISE_DS/EDK/sw/lib/microblaze/mb_bootloop.elf tag microblaze_0 -o b \
C:/XUPV5/workspace/hw_platform_0/download.bit"
Can anyone enlighten me? Thanks