Update FTDI description for ECP5 (non-5g) Versa board #82
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
On my (brand new) ECP5 Versa (the non-5g variant), neither of the openocd cfg files worked,
because the this one had the wrong ftdi_device_desc (even though it's not the 5g one,
the ftdi desc claims it is), while the 5g one had the wrong jtag ID. I realize this is in
direct conflict with #38, so perhaps this needs to allow options (if OpenOCD supports
that - I'm not familiar with the syntax) or we need multiple variants of this file. In either
case, I managed to flash one of the examples (after changing the device model to the non-5g version)
successfully with this change.