Does anyone know how to go about flashing multiple Legato devices at the same time at manufacturing on a windows machine? I’m currently able to flash a single device using the Firmware Download Tool (fdt2.exe) and have tried including the options for multiple instances (-multi) and automation mode (-a)
fdt2.exe -d 9x28 -a -multi -f My_FW.spk
but have been unsuccessful in programming two in parallel.
I was eventually able to automate the process by reading the registry files…getting all the USB devices with the correct VID&PID…and then parsing out the Port & Hub numbers to feed to the Firmware Download Tool. Wish there was a way to make it easier for the operator to identify which device goes to which Port/Hub…but my workaround was just to do a batch program instead of making each device download asynchronous.