This is my first time flashing our Sinara system. I've encountered system problems and my intent is to retreat to a pre-build stable version, and verify that everything is working.
I performed these steps, I also added my user to the plugdev group:
sudo cp /nix/store/a9z2g2g70h3ci32cqf6ymnypc29yz6al-openocd-bscanspi/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
sudo udevadm trigger
nix-channel --add https://nixbld.m-labs.hk/channel/custom/artiq/full/artiq-full
nix-channel --update
nix-env -iA artiq-full.artiq-env
nix-shell my-artiq-env.nix
A copy-paste of the Linux (Ubuntu 20.04) console is here.
My artiq-env file is here
I do have the USB cable connected between the Linux box and the Sinara front panel
How can I solve this problem? Thanks for your support.