gdb intermittently failing to connect #8
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 and gdb from nixpkgs 20.03pre206438.a06925d8c60 and zc706
9199bb7a16
.This happens when openocd hasn't had enough time to initialize. A single retry usually works for me.
sleep 5
or query the openocd telnet interface for its state....or don't use GDB
https://git.m-labs.hk/M-Labs/artiq-zynq/src/branch/master/remote_run.sh