10-27-2014 08:11 PM
我有一个ZYNQ 7020的设计以前是在ISE14.5上做的,生成的BOOT.bin能正常运行。但是我把设计移到Vivado 2014.3上后(流程按照手册正常操作的),生成的BOOT.bin不能启动。我将SDK的fsbl_debug.h文件中的FSBL_DEBUG_INFO 定义后,串口的打印输出入下:(SD卡启动)
Xilinx First Stage Boot Loader
Release 2014.3 Oct 28 2014-10:39:59
Devcfg driver initialized
Silicon Version 3.1
Boot mode is SD
SD: rc= 0
SD: Unable to open file BOOT.BIN: 1
SD_INIT_FAIL
FSBL Status = 0xA009
This Boot Mode Doesn't Support Fallback
In FsblHookFallback function
期待您的答案!Thanks!
10-28-2014 03:35 PM
I've met with the same problem. Are you using an older SD card? I found that my old 1GB failed and my slightly newer 4GB card succeeds.
10-28-2014 03:35 PM
I've met with the same problem. Are you using an older SD card? I found that my old 1GB failed and my slightly newer 4GB card succeeds.
10-28-2014 07:46 PM
Hi,
Yes ! The problem got solved.
Thanks for your help!