I'm trying to flash the device to change the log2_width
setting and am running into a timeout error [WinError 10060]
. I've already successfully generated the binaries through AFWS, produced the boot.bin
file, and am now attempting to run artiq_coremgmt -D 192.168.1.75 config write -f boot [afws_directory]/boot.bin
. I have confirmed that this is the correct IP address specified in device_db.py
, and I am able to ping the device. The error I receive is as follows:
artiq_coremgmt -D 192.168.1.175 config write -f boot C:\Users\esvd\Documents\BB_ARTIQ\artiq-bb-afws\boot.bin
Traceback (most recent call last):
File "C:\Users\esvd\Anaconda3\envs\artiq-bb\Scripts\artiq_coremgmt-script.py", line 9, in <module>
sys.exit(main())
File "C:\Users\esvd\Anaconda3\envs\artiq-bb\lib\site-packages\artiq\frontend\artiq_coremgmt.py", line 134, in main
mgmt.config_write(key, fi.read())
File "C:\Users\esvd\Anaconda3\envs\artiq-bb\lib\site-packages\artiq\coredevice\comm_mgmt.py",
line 172, in config_write
self._write_header(Request.ConfigWrite)
File "C:\Users\esvd\Anaconda3\envs\artiq-bb\lib\site-packages\artiq\coredevice\comm_mgmt.py",
line 79, in _write_header
self.open()
File "C:\Users\esvd\Anaconda3\envs\artiq-bb\lib\site-packages\artiq\coredevice\comm_mgmt.py",
line 56, in open
self.socket = create_connection(self.host, self.port)
File "C:\Users\esvd\Anaconda3\envs\artiq-bb\lib\site-packages\sipyco\keepalive.py", line 103,
in create_connection
sock = socket.create_connection((host, port), *args, **kwargs)
File "C:\Users\esvd\Anaconda3\envs\artiq-bb\lib\socket.py", line 845,
in create_connection
raise err
File "C:\Users\esvd\Anaconda3\envs\artiq-bb\lib\socket.py", line 833,
in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because connected host has failed to respond
I saw some discussion of this error here but am not sure whether I am facing the same issue, as I attempted to power cycle the device with a long down time (~ 30 minutes) and the error persisted. The device was purchased before September 2022 (the date of the post linked above) so it is possible that the fan issue may be relevant. The ethernet connection as indicated by the LED on the chassis is established, and I have the acqtl_moninj_proxy
running. Please let me know if there is a solution to this issue, and if you need more information from my end I am happy to provide it.