openocd failure Error: JTAG-DP STICKY ERROR #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Using openocd from nixpkgs 20.03pre206438.a06925d8c60 and zc706
9199bb7a16
.This seems to persist until the board is power-cycled, and this is triggered (inexplicably) by the firmware booting to "Eth On".
I could shut this error up by setting this to false: https://git.m-labs.hk/M-Labs/zc706/src/branch/master/libboard_zc706/src/boot.rs#L115
Ah! openocd is missing core1. Thanks for debugging that.
If core1 gets just reset but not stopped it is going to idle in
WFE
. Sounds okay to me.