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

  • I forgot to mention, I'm using custom board (nRF51822). I removed the BSP part of the code (buttons, leds), as the board has no buttons. The board uses 32MHz crystal, so this part I had to change also. Apart from this I haven't changed anything. I'm using 2015q2 version of GNU ARM Tools if it could be relevant (SDK references 2015q1).

Reply
  • I forgot to mention, I'm using custom board (nRF51822). I removed the BSP part of the code (buttons, leds), as the board has no buttons. The board uses 32MHz crystal, so this part I had to change also. Apart from this I haven't changed anything. I'm using 2015q2 version of GNU ARM Tools if it could be relevant (SDK references 2015q1).

Children
No Data
Related