when running
[rabi@artiq:~/artiq-zynq]$ artiq_netboot -g /home/rabi/artiq-zynq-build/gateware/top.bit -f /home/rabi/artiq-zynq/build/runtime.bin -b 192.168.1.75
instead I get
[rabi@artiq:~/artiq-zynq]$ artiq_netboot -g /home/rabi/artiq-zynq-build/gateware/top.bit -f /home/rabi/artiq-zynq/build/runtime.bin -b 192.168.1.75
Traceback (most recent call last):
File "/nix/store/02qsg3ibdd74mp6k32v9nspnpglssj0w-python3.12-artiq-netboot-unstable-2020-10-15/bin/.artiq_netboot-wrapped", line 9, in <module>
sys.exit(main())
^^^^^^
File "/nix/store/1p64bxpdz1s7dnx6x1dnhqw8g56bj2d9-python3-3.12.8-env/lib/python3.12/site-packages/artiq_netboot/artiq_netboot.py", line 35, in main
sock = socket.create_connection((args.hostname, 4269))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/c9m6yd8fg1flz2j5r4bif1ib5j20a0cy-python3-3.12.8/lib/python3.12/socket.py", line 865, in create_connection
raise exceptions[0]
File "/nix/store/c9m6yd8fg1flz2j5r4bif1ib5j20a0cy-python3-3.12.8/lib/python3.12/socket.py", line 850, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
but I am both able to connect to my artiq system in my main experiment folder (from previous setup, not sure if this introduces any issues) and communicate with it.
artiq_coremgmt -D 192.168.1.75 log
[ 26306.527305s] INFO(runtime::mgmt): received connection
rabi@artiq ~/p/01NOV2024>