Hi,
I'm currently trying to add MCUBoot in my project.
The project was built successfully by adding these lines to prj.conf.


Hi,
I'm currently trying to add MCUBoot in my project.
The project was built successfully by adding these lines to prj.conf.
Hi,
See https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/, lesson 8.
Also https://webinars.nordicsemi.com/adding-device-firmware-update-5
Regards,
Sigurd Hellesvik
Thank you for providing the answers to my questions.
After generated the private key, what need to do for using private key is adding this line in CMakeLists.txt
set(mcuboot_CONFIG_BOOT_SIGNATURE_KEY_FILE \"${CMAKE_CURRENT_SOURCE_DIR}/priv.pem\")
And put priv.pem file in project folder(out from build folder)
I dont understand the question.
Could you rephrase it?
Hi,
I am working on nRF52840 using nRF Connect SDK.
I don't know how to generate private key for DFU OTA over BLE
Can you suggest any source To implement DFU OTA over BLE using private key for my application
In Dev Tutorial its not mentioned about private key and webinar is not accessing.
Thank you in advance.
What alan said, and also Our bootloader docs -> Signature keys
What alan said, and also Our bootloader docs -> Signature keys