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

Error Starting Proess nrfutil

When I am building my code on Segger Embedded Studio, I get a following error:

Not sure why this error is happening.

Parents Reply Children
  • Hi, 
    The command is to generate bootloader setting that matched with your new built application. So every time you build the application the script is called to generate the bootloader setting for the application. 
    This is not something we do in our example. I guess it's added by some one who wrote the code. But the script was made for Windows maybe that's why it doesn't work in your case. 

    In addition you need to instal nrfutil. 

    You can read more about bootloader setting here. You can generate bootloader setting manually by calling nrfutil separately from SES. 
    If you don't plan to use the bootloader, you don't need to generate bootloader setting. 

Related