Is it possible to flash multiple custom boards using sagger DKs at the same time?, assume 2 custom boards and 2 DKs, would they be able to flash the custom boards in parallel?
Is it possible to flash multiple custom boards using sagger DKs at the same time?, assume 2 custom boards and 2 DKs, would they be able to flash the custom boards in parallel?
Yes. This is possible with the serial number feature, e.g. --snr <serial_number> parameter in nrfjprog command line tool.
using the --snr will direct the command to one of the DK!
but do you mean write the --snr twice, cause that didn't work either?, notice that I would like to flash the 2 boards at the same time
You need to issue 2 commands in parallel, with one serial number each.
You need to issue 2 commands in parallel, with one serial number each.