新手入门
- 积分
- 11
- 金钱
- 11
- 注册时间
- 2023-1-15
- 在线时间
- 4 小时
|
1金钱
用iMPACT可以把bit流文件烧录进FPGA,但是FLASH就固化不了。Erase、Blank Check都能跑通。烧写flash的时候,如果启用Verify,那进度在3%的时候verify就失败了:
- PROGRESS_START - Starting Operation.
- Maximum TCK operating frequency for this device chain: 25000000.
- Validating chain...
- Boundary-scan chain validated successfully.
- '1': IDCODE is 'ef4018' (in hex).
- '1': ID Check passed.
- '1': IDCODE is 'ef4018' (in hex).
- '1': ID Check passed.
- '1': Erasing Device.
- '1': Using Sector Erase.
- '1': Erasing non-volatile quad-enable bit...
- '1': Programming Flash.
- '1': Reading device contents...
- Failed at address, 0
- '1': Verification Terminated
- INFO:iMPACT - '1': Flash was not programmed successfully.
- PROGRESS_END - End Operation.
- Elapsed time = 9 sec.
复制代码 如果不启用Verify,固化进度可以到44%,但最后还是失败的:
- PROGRESS_START - Starting Operation.
- Maximum TCK operating frequency for this device chain: 25000000.
- Validating chain...
- Boundary-scan chain validated successfully.
- '1': SPI access core not detected. SPI access core will be downloaded to the device to enable operations.
- INFO:iMPACT - Downloading core file E:/Xilinx/14.7/ISE_DS/ISE/spartan6/data/xc6slx16_spi.cor.
- '1': Downloading core...
- LCK_cycle = NoWait.
- LCK cycle: NoWait
- done.
- '1': Reading status register contents...
- INFO:iMPACT:2219 - Status register values:
- INFO:iMPACT - 0011 1100 1110 1100
- INFO:iMPACT:2492 - '1': Completed downloading core to device.
- '1': IDCODE is 'ef4018' (in hex).
- '1': ID Check passed.
- '1': IDCODE is 'ef4018' (in hex).
- '1': ID Check passed.
- '1': Erasing Device.
- '1': Using Sector Erase.
- '1': Erasing non-volatile quad-enable bit...
- '1': Programming Flash.
- '1':Programming in x4 mode.
- W25Q128BV Status Register Contents = 0x0203.
- QUAD ENABLE : 1
- STATUS REGISTER PROTECT 1 : 0
- STATUS REGISTER PROTECT 0 : 0
- SECTOR PROTECT : 0
- TOP/BOTTOM PROTECT : 0
- BLOCK PROTECT BIT 2 : 0
- BLOCK PROTECT BIT 1 : 0
- BLOCK PROTECT BIT 0 : 0
- '1': Configuration data download to FPGA was not successful. DONE did not go high, please check your configuration setup and mode settings.
- INFO:iMPACT - '1': Flash was not programmed successfully.
- PROGRESS_END - End Operation.
- Elapsed time = 51 sec.
复制代码 看了其它论坛上的类似例子,大部分都说是M2 M1 M0的电平问题,但是超越者这块开发板好像没有把M2:M0引出来?
|
|