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

nrfutil s132 3.1.0

I am working on implementing secure DFU.

I am currently using s132_nrf52_3.1.0 (production).

I believe I have the latest nrfutil which is 2.1.0 .

When I use command:

nrfutil pkg generate --help

It only shows up to s132_nrf52_3.0.0|0x8C|... no 3.1.0 .

Is there an update coming to nrfutil or should I go back to 3.0.0 for now?

Thanks, Bryan

Parents
  • Hi Bryan,

    this is just a documentation issue.The documentation of nrfutil has not been updated after we released S132 v3.1.0.

    The firmware IDs are not checked in nrfutil so you can use firmware IDs that are not present in the list. The firmware ID of S132 v3.1.0 is 0x91.

    I opened a pull request with changes to the documentation and the list that is shown with the --help option. It has been merged in to the master branch of pc-nrfutil, so everything should now be up-to-date.

    Best regards

    Bjørn

Reply
  • Hi Bryan,

    this is just a documentation issue.The documentation of nrfutil has not been updated after we released S132 v3.1.0.

    The firmware IDs are not checked in nrfutil so you can use firmware IDs that are not present in the list. The firmware ID of S132 v3.1.0 is 0x91.

    I opened a pull request with changes to the documentation and the list that is shown with the --help option. It has been merged in to the master branch of pc-nrfutil, so everything should now be up-to-date.

    Best regards

    Bjørn

Children
Related