Replies: 3 comments
-
Hi, I think you have done what I'd have done, that is interface the slowest version ( One thing that would explain (just in case, you have probably seen that already): your clock needs to be 50 MHz or lower (for faster clock, you need to use What I would do:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Great so you got something, it means the SPI Flash hw is probably working,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @BrunoLevy, firstly thanks a lot for this wonderful tutorial, and I absolutely love your work!!
I have successfully completed up to step 21 of episode 1 on the arty35T board, and now the SPI flash is driving me crazy. I have been using the F4PGA toolchain and openFPGALoader for programming.
These are the things that I have taken care of and please lemme know if I'm missing out on anything:
SPI_FLASH_READ
fromspi_flash.v
ADDR_OFFSET
inST_NICCC.C
to 4096*1024 as the arty requires around 1.4MB in flashto upload to the flash I'm using
openFPGALoader -b arty_a7_35t -o 4194304 -f scene1.dat
I believe this should cover everything...but well I get no output on the screen. any idea what I could do? Thanks for all the help!
Beta Was this translation helpful? Give feedback.
All reactions