UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
To work around this issue, set the boot mode to JTAG boot.
If booting in JTAG mode is not possible (custom board does not have boot mode jumpers), the FSBL used for NAND programming can be modified.
Instead of reading the bootmode from the MIO:
BootModeRegister = Xil_In32(BOOT_MODE_REG); BootModeRegister &= BOOT_MODES_MASK;
The code can "fake" the boot mode hard-coding JTAG:
BootModeRegister = JTAG_MODE;
This can be modified in the FSBL main.c file, only for the FSBL used to program the NAND (NOT the FSBL that goes into the boot image).
Note: This is not a Silicon issue, but a tool limitation.
Answer Number | Answer Title | Version Found | Version Resolved |
---|---|---|---|
47890 | 14.x iMPACT - Known Issues for the iMPACT 14.x tools | N/A | N/A |
AR# 56261 | |
---|---|
Date | 02/10/2014 |
Status | Active |
Type | General Article |
Devices |
|
Tools |
|