Re: MCU Bootloader offset incorrect #firmwareupdate


Benedikt Schmidt
 

Sorry, got it by myself. You have to select the code partition in the device tree:
chosen {
    zephyr,code-partition = &slot0_partition;
};

Thanks anyway!
Benedikt

Join {devel@lists.zephyrproject.org to automatically receive all group messages.