artiq_coremgmt -s 0 log
reports
[ 695.353668s] ERROR(runtime::rtio_mgt::drtio): [DEST#1] RTIO collision involving channel 0x0001:ttl1
even though DEST#1
contains only 2 Fastinos according to the device map:
0 -> ttl0
1 -> ttl1
2 -> ttl2
[...]
96 -> led0
97 -> led1
65536 -> fastino0
65537 -> fastino1
65538 -> led2
65539 -> led3
[...]
I have uploaded the device map only to the Kasli SoC master via artiq_coremgmt config write -f device_map dev_map.bin
.
Should I also upload it to the satellites via artiq_coremgmt -s 1 config write -f device_map dev_map.bin
and artiq_coremgmt -s 2 config write -f device_map dev_map.bin
?