-
Notifications
You must be signed in to change notification settings - Fork 259
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
Feature request: Support Lilygo T-FPGA board with GWU2X USB-to-JTAG bridge #434
Comments
I have already seen this board, and I think I have to bought one (or ask for free sample ;-) ). |
Do you speak Mandarin? ... https://cdn.gowinsemi.com.cn/UG1003.pdf |
Not really, but this doc explain how to use a gowin's library to use this chip no? |
I have received my board today. |
Very nice! |
I also bought this cool board, I'm trying to use it with the toolchain yosis+nextpnr+gowin_pack+openFPGAloader. So I'm waiting that the GWU2X will be supported by openFPGAloader because it is a really cool project, I can help with testing stuff. Also, I found a little bit of documentation here that should be helpful to add the support. Thank you. |
Hi. |
Yes, thank you, I tried flashing to SRAM with |
Thanks for your feedback: I will try with a different computer to see if it's an hardware issue. |
I tried with this example https://github.com/Xinyuan-LilyGO/T-FPGA/tree/main/example/FPGA/led/src. |
Thanks for informations. Is it possible to you to test with a native linux? I have seen lot of issues with WSL (and I have to find why). |
And then, trying to detect the FPGA with |
This timeout (-7) is fixed: stupid optimisation before pushing: 65356== 0x10000 ie needs 17bits but I have used a 16bits variable... |
Unfortunately no. I will switch to my tangNano 4k to check before continuing to debug this board. |
With tangnano4k Flash sequence is working: I have to recheck everything here to see where is issue with gwu2x. |
Hi,
I just picked up an interesting and cheap FPGA board - Lilygo T-FPGA with an Gowin GW1NSR-LV4CQN48PC6/15 and an ESP-S3 as an IoT solution.
Interestingly this board seems t use the relatively new GWU2X application specific chip as an USB to JTAG-brigde.
Any chance flashing this board over USB will be supported in the future?
Specs: https://www.lilygo.cc/products/t-fpga
GIthub repository: https://github.com/Xinyuan-LilyGO/T-FPGA/tree/main
Board schematic: https://github.com/Xinyuan-LilyGO/T-FPGA/blob/main/schematic/T-FPGA-V1.0%20CORE.pdf
Documentation for the GWU2X USB to JTAG bridge: https://alcom.be/uploads/Gowin-UG1000-1.0E_GWU2X-Datasheet.pdf
The text was updated successfully, but these errors were encountered: