Aditi Hilbert created MYNEWT-375: ------------------------------------ Summary: Make image slots consistent for split image case Key: MYNEWT-375 URL: https://issues.apache.org/jira/browse/MYNEWT-375 Project: Mynewt Issue Type: Improvement Reporter: Aditi Hilbert Assignee: Paul Dietrich Priority: Minor
Currently the slot numbers for the various image pieces are not clear. For example, the following defines are in split.c #define LOADER_IMAGE_SLOT 0 #define SPLIT_IMAGE_SLOT 1 However, "newtmgr image list2" lists split images in slot 1 and slot 2. The usage of the slot numbers should be made consistent across the split image implementation such as: The bootloader resides in slot 0. The "loader" resides in slot 1 The "split app" resides in slot 2. -- This message was sent by Atlassian JIRA (v6.3.4#6332)