Latest openocd version does not allow flashing (Windows, conda) #83
Closed
opened 10 months ago by ThorstenGroh
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. 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.