Android-nRF-Connect
Android-nRF-Connect copied to clipboard
feat: dfu: Support dfu_application.zip Manifest Format Version 1
Is your feature request related to a problem? Please describe. Currently when you select a .zip containing this manifest version the app crashes. There is a change in the manifest.json for sysbuild and hwm2 in Zephyr that I believe causes the issue.
Docs: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/releases/release-notes-2.7.0.html#build_and_configuration_system
Describe the solution you'd like
Parse and be able to do DFU with a application_update.zip
containing the new manifest"format-version": 1,
.