Closed elenaf9 closed 1 year ago
Hi Elena:
You can use Vivado to merge bitstream and firmware into the .msc file. However, that would not help with development as you still need openOCD for debugging. Try with a different board, a different Olimex head, a different USB port/hub, or a different PC/stack, and triple check jumpers and orientation of the Olimex connection.
Also take a look at https://github.com/hex-five/multizone-fpga/issues/1 https://github.com/hex-five/multizone-sdk/issues/48 https://github.com/hex-five/multizone-sdk/issues/49
If all fails, post a complete detailed description of your configuration and I'll help you debug the issue.
Thank you @cgarlati. Turns out we had the jumpers wrong because we are using an extra ribbon cable with the olimex head, and thus needed to mirror the pinout:
Sorry for the noise.
I am having some issues with OpenOCD that are causing the
make load
for my Arty 35T to fail. Most likely related to my local setup, but quite difficult to debug.However, loading the pre-build
.msc
file to the board with Vivado works. I was wondering if there are any resources on how to build this file, so that I can use it as an alternative for building an loading the SoC + firmware without using OpenOCD.