-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot program Tang Nano 20k: CRC Error / ID Verify Failed #511
Comments
Could you share the .fs and if possible the project to reproduces, locally, this issue? Thanks |
Please find the file and project attached: |
Not tried to rebuild the project but able to load the bitstream without issue.
|
Output for
|
Ok the firmware for the USB<->JTAG is more recent than mine. Maybe something here? |
Unfortunately it fails when I've a working sketch on the board.
It still has the Is the firmware version of my board |
Ok, so the problem isn't related to the current FPGA's state. My firmware's version is |
Just to say I'm also experiencing the same issue with the new 2024122312 BL616 firmware in a recently purchased board. It's not bitstream specific. Programming with the Gowin programmer works. The other weirdness is the serial baud rate is confused. If you have a bitstream that includes a serial UART running at 115200 (e.g. Litex) you have to connect at 460800 (i.e. 4x the speed). So something is definitely messed up with that firmware version. |
@hoglet67 thanks! True I have already seen this issue too (but unfortunately not with one off boards I have). I have to ask @sipeed where to find the firmware to update BL616 and/or if firmware has been updated fixed since this version. |
I'm trying to program a blink example on my Tang Nano 20k, however the sketch won't load. During the process of flashing to SRAM, I get the following errors
CRC Error
andID Verify Failed
when using the following command:openFPGALoader -b tangnano20k Blink.fs --verbose-level 2 --freq 2500000
The full output of the command is
I'm using
openFPGALoader
version 0.13.1 on Debian. I've tried:apicula
and the Gowin Eda;Can somebody give me some guidance to solve this error and/or to flash the Tang Nano 20K, so I can move the whole process to the open source toolchain on Linux?
The text was updated successfully, but these errors were encountered: