Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 449ef81c5 -> 8d146b2c7
bootutil/design.txt - fix typo. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/8d146b2c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/8d146b2c Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/8d146b2c Branch: refs/heads/develop Commit: 8d146b2c7151306db7d62aeb149c3fe1d64314a1 Parents: 449ef81 Author: Christopher Collins <[email protected]> Authored: Fri Jan 20 14:49:01 2017 -0800 Committer: Christopher Collins <[email protected]> Committed: Fri Jan 20 14:49:01 2017 -0800 ---------------------------------------------------------------------- boot/bootutil/design.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/8d146b2c/boot/bootutil/design.txt ---------------------------------------------------------------------- diff --git a/boot/bootutil/design.txt b/boot/bootutil/design.txt index bfa12d2..b0337d4 100644 --- a/boot/bootutil/design.txt +++ b/boot/bootutil/design.txt @@ -214,9 +214,9 @@ An image trailer has the following structure: ~ Swap status (128 * min-write-size * 3) ~ ~ ~ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - | Copy done | 0xff padding (up to min-write-sz - 1) ~ + | Copy done | 0xff padding (up to min-write-sz - 1) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - | Image OK | 0xff padding (up to min-write-sz - 1) ~ + | Image OK | 0xff padding (up to min-write-sz - 1) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ These records are at the end of each image slot. The offset immediately
