Hello,
Im facing the following error at the console:
Primary slot: version=1.0.0+0
Image 0 Secondary slot: Image not found
Erasing faulty image in the primary slot.
No slot to load for image 0
Unable to find bootable image.
So let me explain what im doing before it.
1. I flashed the mcuboot opensource to the rt1060 using the mcuxpresso Ide.
After that i got the in the console the follow message.
Bootloader Version 1.9.0
Image 0 Primary slot: Image not found
Image 0 Secondary slot: Image not found
No slot to load for image 0
Unable to find bootable image
2. Then I choose another sdk example in my case I choose the hello world sdk example, I built it and then I took the .axf file and i convert it to .bin file.
3. After that I openned the terminal in this carpet mcuboot_opensource/keys, in that location are the keys that the project recommend me to use. So with imgtool.py I signed the image. I used the follow code in the terminal to sign it.
imgtool sign --key sign-rsa2048-priv.pem --align 4 --header-size 0x0400 --pad-header --slot-size 0x200000 --max-sectors 800 --version "1.0" evkmimxrt1060_hello_world.bin evkmimxrt1060_hello_world_SIGNED.bin
4. In that location to appear the new one hello world file signed. Then using that file I procced to flash that new file using the Gui flash tool. When the new windows appear i just change the base address to 0x60040000.
5. Finally I saw a message that show that everything goes well and It also show that i have to go to the terminal to see more information.
6. In that step is when I see this error
Primary slot: version=1.0.0+0
Image 0 Secondary slot: Image not found
Erasing faulty image in the primary slot.
No slot to load for image 0
Unable to find bootable image
So I need your help with that, I will aprecciate it .
Thanks
Jimmy