commit | 7835c1e4db881cfaa0b013fa4eab58930a9588cd | [log] [tgz] |
---|---|---|
author | Christopher Collins <ccollins@apache.org> | Wed Dec 21 10:10:51 2016 -0800 |
committer | Christopher Collins <ccollins@apache.org> | Thu Jan 05 17:56:50 2017 -0800 |
tree | 762fa934435f444bbfff857f75481c59d3892d71 | |
parent | bf986da2c338f2d309e852f3347830eba1222103 [diff] |
MYNEWT-518 boot - Allow test+confirm as single act Currently, to permanently run the alternate image, the boot loader requires the following sequence: 1. image test <slot-01-hash> 2. reboot 3. image confirm The new feature is to remove the need for the third step. The user should be able to permanently switch images with this sequence: 1. image confirm <slot-01-hash> 2. reboot