Closed hmohiuddinTT closed 4 months ago
Arguably related to #12
I think the fix to #12 would eliminate the intermediate waits and just wait once at the end but doesn't multi-thread flashing individual PCIe devices. @TTDRosen thoughts on this?
Yes, please try out v2.1.0 it rearranges the flash procedure to only run the wait a single time.
Issue is resolved in v2.1.0
Each individual PCIe device (and it's accompanying remote chip for n300s) can be flashed concurrently. We can speed up the current process up-to 8x by creating a thread per PCIe device and flashing in parallel.