I need to know which is the mcuboot_opensource example referred in the readme.txt of the demo lwip_httpsrv_ota_freertos .
I'm testing the demo lwip_httpsrv_ota_freertos on EVK-MIMXRT1064.
I run the demo successfully, I give the command 'jump ResetISR' and the terminal displays the following:
Initializing PHY...
************************************************
mbedSSL HTTPS Server example
************************************************
IPv4 Address : 192.168.0.102
IPv4 Subnet mask : 255.255.255.0
IPv4 Gateway : 192.168.0.100
************************************************
Then with a web browser I connect to https://192.168.0.102 and I see the main web page of the example and I can upload a bin file.
But after this, the message I read is:
store_update_image: upload complete
Image validation failed
I read in readme.txt that I should
2. Prepare signed image of the application from raw binary as described in the mcuboot_opensource readme
but I don't understand where is this mcuboot_opensource and the documentation.
May someone help me with a link or detailed indications in order to achieve a signed image of my application? Thank you