-
Notifications
You must be signed in to change notification settings - Fork 72
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
Flashing/program via PCIe #17
Comments
The factory 215+ bitstream probably won't work with the spi-loader (not sure). But the factory NiteFury bitstream should. Finally, you can also use a FTDI for programming, with OpenOCD. Vivado doesn't recognize FTDI but OpenOCD does. I don't have an example for NiteFury, but here is an example for PicoEVB, which is similar: https://github.com/RHSResearchLLC/PicoEVB/tree/master/spi-flash-program-openocd |
I wrote up a guide here using the above info, hopefully this can help: |
Nice! I tried this same exact thing but it didn't seem to work, and I gave up rather quickly. Now that I think about it, I was trying on a blank flash, which probably wasn't properly configured. *Furys that have been programmed once have the flash preconfigured. Maybe I'll integrate your work with that caveat. Thanks again for this nice writeup! |
Hi there..
The text was updated successfully, but these errors were encountered: