nrfjprog Specifies whether the device can be specified using the (--snr) parameter

Hi,

Because the efficiency of the production of Matter burning program is too slow.

we want to insert multiple devices in the production environment to burn at the same time.

But because of the reason of one machine and one code, this involves the problem of specifying the device when it needs to burn.

I know that the SN number is the only difference between each device (can be seen via the "nrfjprog --ids" command)

I have tried the following two commands but neither of them worked and each time a box pops up asking me to select the device.


1.nrfjprog -s 150710432 -f nrf52 -program 1.hex --verify

2.nrfjprog --snr 150710432 -f nrf52 -program 1.hex --verify

When I have only one device connected to my system, using the -n parameter can specify it

But when I have multiple devices connected to my system, using the -n parameter has no effect, of course, using the --snr designation has no effect, and still a prompt box will pop up asking me to select a device to execute the command.

So is there any way to specify a device to execute a command.

Related