Hi,
I am working on a secure bootloader for a nRF52810 chip, and I am starting from the PCA10400e example in the SDK 16 and SD112 on SES (MacOS).
I successfully compiled and load it following the instructions described in https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader.
I could load it on an nRF52832 dev board and I could get the DFU advertised over BL, but when I removed the DEVELOP_IN_NRF52832 flag as suggested in https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.1.0%2Fnrf52810_user_guide.html to load it on my nRF52810 board the DFU was not advertising anymore. Please note that the Bluetooth works on the custom board and using some bootloaders found on the Nordic DevZone based on SDK14/15 the advertisement worked.
Is there any known issue with this kind of bootloader? Should I change anything else when trying to load the project on an nRF52810?
I am also willing to change to SDK17, but I found no entry for the --sd-req in the nrfutil when preparing the zip file, is it still unsupported?
Thanks a lot!
P.s. Please consider that I am using the Oberon lib