You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/07/19 21:48:24 UTC

[GitHub] utzig opened a new pull request #82: Add support for configuring the image header size

utzig opened a new pull request #82: Add support for configuring the image header size
URL: https://github.com/apache/mynewt-newt/pull/82
 
 
   Some architectures require the image to be flashed at a specific
   location, for example, k64f needs vectors to be at a multiple of 0x200
   which makes it confusing to define partitions because it requires to
   subtract the header size.
   
   This patch makes it possible to configure the header size in target.yml
   using the key "target.header_size" which will then, surprise!, write a header
   with the requested size allowing the binary firmware to be located at a
   well-known address.
   
   Signed-off-by: Fabio Utzig <ut...@apache.org>
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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