You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/12/03 10:21:21 UTC

[GitHub] [mynewt-mcumgr] nvlsianpu commented on issue #46: Zephyr support

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:
users@infra.apache.org


With regards,
Apache Git Services