OTA firmware update loop using excessive data

Looking back at the logs here is what I see when running the shell mcuboot command

uart:~$ mcuboot
swap type: none
confirmed: 1

primary area (3):
  version: 0.0.10+0
  image size: 437580
  magic: unset
  swap type: none
  copy done: unset
  image ok: unset

failed to read secondary area (9) header: -5
[00:01:01.213,256] <inf> mcuboot_util: Image index: 0, Swap type: none

It looks like there was some issue and it couldn’t read the secondary area.
I’m not sure what I changed but I got it out of that mode and now it’s updating properly.

primary area (3):
  version: 0.0.10+0
  image size: 437580
  magic: good
  swap type: test
  copy done: set
  image ok: set

secondary area (9):
  version: 0.0.7+0
  image size: 437692
  magic: unset
  swap type: none
  copy done: unset
  image ok: unset

I’ll update the post later if I run into it again or have any more insights.