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

sdk9.0 bootloader settings?

image description

what does the mean of the statements the red line marked  on  above picture ? In my product ,i want to combine the softdevice,application and bootloader into one hex,and burn this all_in_one hex to nrf51822 chip with the tool jlink ,this method is ok? 
Parents
  • Hi,

    It means that the default bootloader in the SDK does not know that there is a valid application on the chip and will not branch to the application. You can however change this with one line of code such that you can flash the bootloader, SoftDevice and application at once using e.g. jlink. See this post for how.

    Ole

  • Thank you ! The other question i got! In the site [https://devzone.nordicsemi.com/questi...] , i found in order to get the combination hex file of bootloader, SoftDevice and application , i need combined the "bootloader_settings.hex",so my problem is how can i create own " bootloader_settings.hex" file? PS: sdk 9.0 +nrf51822 QFAC +s110 v8.0 + keil MDK +IROM:0x3c000 it's size is 0x3c00+IRAM1:0x20002000,it's size 0x1f80+IRAM2:0x20003f80,it's size 0x80 no init

Reply
  • Thank you ! The other question i got! In the site [https://devzone.nordicsemi.com/questi...] , i found in order to get the combination hex file of bootloader, SoftDevice and application , i need combined the "bootloader_settings.hex",so my problem is how can i create own " bootloader_settings.hex" file? PS: sdk 9.0 +nrf51822 QFAC +s110 v8.0 + keil MDK +IROM:0x3c000 it's size is 0x3c00+IRAM1:0x20002000,it's size 0x1f80+IRAM2:0x20003f80,it's size 0x80 no init

Children
No Data
Related