Prepend a U-Boot image header to an image
mki [-A architecture] [-a addr] [-T kernel|script] blob image-name
Linux, Mac, Microsoft Windows
This utility allows U-Boot to boot an image via the bootm command. For more information, see https://www.denx.de/wiki/U-Boot/.
Prepend a U-Boot image header to an IFS for the NXP S32V EVB Board (aarch64):
mki -a 0xC3080000 -A arm64 ifs-s32v-evb.raw ifs-s32v-evb.ui
Wrap a U-Boot script to become a U-Boot application:
mki -T script boot.script boot.scr