Latest openocd version does not allow flashing (Windows, conda) #83
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?
I don't know whether this is the right place to file this issue, but I was directed to here.
As discussed in the forum 412-error-while-flashing-gateware-windows the latest version of openocd as hosted by m-labs (
v0.10.0+git2
andv0.10.0+git1
), wherev0.10.0+git2
automatically installs viaconda install -c m-labs openocd
, does not allow flashing new gateware to the Kasli on Windows / conda. Runningartiq_flash -V YOUR_VARIANT
throws aninvalid command name "xadc_report"
error.Explicitly installing an older version via
conda install https://anaconda.org/m-labs/openocd/0.10.0/download/win-64/openocd-0.10.0-6.tar.bz2
solves the issue.This is on a fresh conda installation under Windows 10 as described in the documentation (installing-via-conda-windows-linux).
More details can be found in the linked forum post.
I moved the older versions to an "obsolete" label, problem should not occur again.