-
Notifications
You must be signed in to change notification settings - Fork 68
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
Simple blinky does not work on tangnano9k #215
Comments
What is the result of running these images for you? |
I continued my experiments - I made virtual Linux, took the current OSS and compiled not even Himbaechel, but legacy blinky. I copied steps 1 2 3 from your text literally. oss.mp4Next, I took my poor damaged tangnano9k, hoping that it wouldn’t burn anything for me oss-blinky.mp4 |
Thank You for Your efforts. I will redo my experiments locally. |
You can experiment with this solution: Sorry, but there are not enough hands to keep the GUI up to date, especially since it is focused on legacy, and for Himbaechel a lot will have to be changed. But you can send your json (both synth and pnr) here - I'll take a look. |
Trying to build blinky example for Tangnano9k. But it does not work properly.
Board has 6 LEDs, they blink but not all: LED[1] and LED[2], LED[4] are always dark. Other LEDs blink probably properly.
When building on Gowin IDE all LEDs run properly.
What I do step by step :
0) cd apicula/examples & mkdir out
Then I use Gowin native programmer to write "SRAM Program".
As I wrote, not all leds blink.
All above I was trying with oss-cad-suite from https://github.com/YosysHQ/oss-cad-suite-build/releases/tag/2023-12-19 under Ubuntu (most recent release)
Next my experiment was rather long.
I had built all Apicula project myself and then built Nextpnr project myself on my Ubuntu.
All from master branches 19 december 2023.
Now I have also nextpnr-himbaechel which is missed in recent oss-cad-suite.
I was trying to build blinky.v for Tangnano9k using himbaechel (1st and 3rd steps are same as before but 2nd is different):
Write FS to board - result is exactly same - not all LEDs are blinking.
What I am doing wrong?
The text was updated successfully, but these errors were encountered: