When attempting to run ./local_run.sh -i -b 192.168.1.75 I am receiving the error:
[rabi@artiq:~/artiq-zynq]$ ./local_run.sh -i -b 192.168.1.75
Open On-Chip Debugger 0.12.0
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
DEPRECATED! use 'ftdi device_desc' not 'ftdi_device_desc'
DEPRECATED! use 'ftdi vid_pid' not 'ftdi_vid_pid'
DEPRECATED! use 'ftdi channel' not 'ftdi_channel'
DEPRECATED! use 'ftdi layout_init' not 'ftdi_layout_init'
Zynq CPU1.
DEPRECATED! use 'ftdi layout_signal' not 'ftdi_layout_signal'
Error: no device found
Error: unable to open ftdi device with vid 0403, pid 6011, description 'Quad RS232-HS', serial '*' at bus location '*'
Im running nixos and am trying to boot my recently configured kasli-soc. I have both the artiq and artiq-zynq gits cloned.
I am attempting to do this over ethernet.
If anyone has an idea, or if there is more info I can offer, please let me know
thanks in advance ️