Thank you, it seems that it is possible for me to replace the bootlader and kernel files in the deploy folder with their signed version (signed_flash.bin becomes imx-boot and Image_signed.bin becomes Image).
However, the new .wic file works when burned on an SD card, but seems to have problems when using uuu.
In` particular, even after adding the tag to the bootloader file, the uuu command errors with "This wic boot length is wrong".
The command used to flash the new (signed) wic file to eMMC is:
`uuu.exe -b emmc_all <image.wic>`
The output:
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.182-0-gda3cd53
Success 0 Failure 1
2:14-2016A80 1/ 1 [This wic boot length is wrong ] SDPS: boot -scanterm -f <image.wic> -scanlimited 0x800000
I was wondering if you knew what the cause of this error could be, before I dive into the mfgtools code to try reverse engineer it?
Many thanks,
Alex