openocd SRST error #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These FTDI layouts don't include an nSRST signal. The digilent cfgs actually specify
reset_config none
. That prevents any reset from working. Hence it's currently overwritten with a reset_config that just emits a warning.Continuing to investigate...
Let's find out how Vivado handles this.