Because I’m working mostly with other zephyr hardware platforms, I would prefer to use vanilla zephyr without NCS for the nRF9160 and/or nrf9151 feather.
Building of my existing nRF9160 feather projects is possible without errors when using newer zephyr releases but instead of ‘app_update.bin’ only ‘zephyr.bin’ is generated which might be downloaded but does not work.
Is it somehow possible to generate ‘app_update.bin’ outside of ncs or if not using zephyrs version of mcuboot and use mcumgr-cli to serial download?