I’m using SMP over UART to send the erase command ({"slot": 1}), and it only erases the application core image (image 0). I also have a network core image (image 1) present in slot 1, but it is not erased by this command.
How can I erase the netcore image too?
Do I need to include the "image": 1 key in the CBOR payload? Or is there another way to target both images?