nvlsianpu commented on issue #46: Zephyr support URL: https://github.com/apache/mynewt-mcumgr/pull/46#issuecomment-561100140 @mlaz I believe you mix `image trailer` with `image header + image metadata` Signing operation adds to the executable binary the image header with required info abut image in TLV format, both glued to the executable payload. Image trailer is something else - usually it is not included in the update image as it lands in the last flash page of a image slot (or a few very last pages if pages are small). Looks like `img_mgmt_dfu_pending();` is able to set pending status on a image which is operation of writing something to the image trailer flasgs.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services