Hi
How can I read out the bootloader version from the main application which I defined in the zip packet (or merged hex) with nrfutil?
rfutil pkg generate --hw-version 52 --bootloader-version X
nrfutil settings generate --no-backup --family NRF52840 --application ' + input_app_file_name + ' --application-version 0 --bootloader-version X
I think this sould be availbale over a function or regiser in the main application?