Fix IMAGE_F_NON_BOOTABLE definition to match mcuboot

The correct flag for IMAGE_F_NON_BOOTABLE should be 0x10 instead of 0x02
according to the mcuboot files:
https://github.com/JuulLabs-OSS/mcuboot/blob/3c469bc698a9767859ed73cd0201c44161204d5c/boot/bootutil/include/bootutil/image.h#L46

Signed-off-by: Alvaro Prieto <source@alvaroprieto.com>
1 file changed
tree: 2259383907997d7f84880020fda1fc08c3fa6757
  1. errors/
  2. flash/
  3. image/
  4. manifest/
  5. mfg/
  6. sec/
  7. .gitignore
  8. .travis.yml
  9. go.mod
  10. go.sum
  11. LICENSE
  12. NOTICE
  13. README.md
README.md

Mynewt Artifact

Apache Mynewt Artifact is a Go library that parses, manipulates, validates, and outputs Mynewt artifacts. Supported artifacts are:

  • Images
  • Image manifests
  • Manufacturing images (mfgimages)
  • Manufacturing manifests