dev_q Hello, Trying to set up a new ARTIQ system, and started off trying to establish a connection between a computer and the Kasli SoC via Ethernet. The example that I have been trying is the LED example using artiq_run with the provided device_db.py file that came together with the ARTIQ system. The code runs with no errors but getting no response from Kasli. Ping against the IP address listed in the device_db.py file also does not yield any response. Is there a step that I am missing like requiring to flash the Kasli first? Or is this more of a network configuration issue? Thank you. --JC
dev_q Thank you for responding. Yeah, turns out to be a networking issue. After some fiddling, I managed to get the test code to work. This involved manually setting the IP on the host to be on the same subnet, but one address off from what the Kasli has.