This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bootloader in SDK v9.0.0

Does the bootloader from SDK v9.0.0 actually work?

When I try to use it (with S130 v1.0 in eclipse/gcc), I get NRF_ERROR_INVALID_PARAM from pstorage_register called in dfu_init (dfu_dual_bank.c). It seems that the parameters are not set correctly.

Did anybody got it working? Or am I missing something?

Thanks, Cyril.

Parents
  • Hi, are you building the bootloader using the Makefile provided in the SDK, or are you using Eclipse to generate the Makefile?

    EDIT: 30/9 : Tried again with bootloader for the s130 stack which worked. Have you done any changes to the example?

    Attaching the s130 bootloader compiled with GCC in case you want to test it at your end.

    nrf51422_xxac.hex

Reply
  • Hi, are you building the bootloader using the Makefile provided in the SDK, or are you using Eclipse to generate the Makefile?

    EDIT: 30/9 : Tried again with bootloader for the s130 stack which worked. Have you done any changes to the example?

    Attaching the s130 bootloader compiled with GCC in case you want to test it at your end.

    nrf51422_xxac.hex

Children
Related