This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Nrfjprog Error : the system cant find the file specified

Hello ,

I'm trying to change the major and minor values on the nRf51 DK . I installed the command line tools and was able to use the following command to identify the serial number of the connected device : nrfjprog -i which work fine and returns the serial number .

However , when I use the following command to change the major and miro values of the beacon : nrfjprog --snr <681184936> --memwr 0x10001080 --val 0xabcd0102

I get the following error : The system cannot find the file specified.

any ideas on how to resolve this ? I'm using nrf51822 with the S130 installed on it and it is running the beacon example program .

Related