[
https://issues.apache.org/jira/browse/MYNEWT-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435902#comment-15435902
]
ASF subversion and git services commented on MYNEWT-317:
--------------------------------------------------------
Commit 8c06bb681dee7ee78bc8d9b33d761ac2e9a23455 in incubator-mynewt-newt's
branch refs/heads/develop from [~paulfdietrich]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-newt.git;h=8c06bb6
]
MYNEWT-317
newt changes to support split images. This basically builds the split image as
follows.
1) builds the two apps (loader and app). A new tag "loader" was defined for the
target
2) looks at common symbols between then
3) Collects them by package
4) rebuilds the loader with all of the common symbols in the common packages
5) builds a special linkable ROM from the loader image using the common symbols
5) rebuilds the app linking against the special loader elf and the non-common
libraries
6) Builds two elfs and two image files
> Add single image bootloader
> ---------------------------
>
> Key: MYNEWT-317
> URL: https://issues.apache.org/jira/browse/MYNEWT-317
> Project: Mynewt
> Issue Type: New Feature
> Components: Bootloader
> Reporter: Sterling Hughes
> Assignee: Marko Kiiskila
> Fix For: v1_0_0_beta1
>
>
> Add a bootloader that supports uploading a single image, that is separated
> between OS (incl. networking stack, SW update), and application image, in
> order to reclaim more space for the application on single chip designs, where
> a fallback image is not critical.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)