We got a new control systems (kasli-soc v1.1, x2 Fastino v1.2, x3 SMA-DIO V1.4). We followed this guide. We installed nix in linux and artiq with the command:
nix profile install git+https://github.com/m-labs/artiq.git?ref=release=8
After we created the boot.bin with:
nix build --print-build-logs --impure --expr 'let fl = builtins.getFlake "git+https://git.m-labs.hk/m-labs/artiq-zynq?ref=release-[number]"; in (fl.makeArtiqZynqPackage {target="kasli_soc"; variant="standalone"; json=<path/to/description.json>;}).kasli_soc-standalone-sd'
And put it in the sd-card.
We set our own IP address and we can communicate with the kasli-soc. We can also control the TTLs (SMA-DIO) perfectly. Nevertheless, the Fastino cards do not seem to respond.
We checked the ports, log2_width, cables. All is correct.
We checked other discussions about Fastinos and we double checked that they are connected in EEM port 0 and that the ports in the kasli are correct. We also checked the initial voltage, for one Fastino, it is in the order of mV and in the other in the order of 7V (for their respective channel 0).
Has there been an update or a new requirement regarding the fastino firmware/gateware?
Thanks for helping!!