Good morning/afternoon/evening
How can I access a SDK project examples bootloader? For example, is there a way to access the Blinky peripheral example bootloader.
Please let me know if you need more details.
Thank you for your time,
Jose Sotolongo
Good morning/afternoon/evening
How can I access a SDK project examples bootloader? For example, is there a way to access the Blinky peripheral example bootloader.
Please let me know if you need more details.
Thank you for your time,
Jose Sotolongo
Hi Jose,
Can you please explain more what you want? The BLE Blinky example does not have a bootloader as part of the example. If you want to know more about using the bootloader in nRF5 SDK you can start out by looking at the DFU bootloader examples and the library Bootloader and DFU modules.
Best regards,
Marte
Basically I want to be able to modify an examples bootloader. But from what I have seen the only example that has a bootloader is the one that you had mentioned. Do you know of any other example that uses a bootloader?
Hi,
You will have to use one of the bootloader examples I linked to, but you can us the bootloader to upload firmware that contains a new application. For example in the Secure DFU Bootloader over Serial Link (UART/USB) example you can upload hrs_application or blinky_mbr as application update.
Best regards,
Marte