
27 Aug
2013
27 Aug
'13
3:24 a.m.
Hi, Rini;
So, there's no specific documentation for it as it's described by the help on mkimage. But a real life example (since I dug one up in the past) is: $ mkimage -A arm -O linux -T multi -C none -a 80008000 -e 80008000 -n am335x-multi -d /tftpboot/v3.11.0-rc5/zImage:/tftpboot/ramdisk-pm.gz:/tftpboot/v3.11.0-
rc5/am>335x-bone.dtb /tftpboot/v3.11.0-rc5/uImage-multi
Thanks for your reply!
From your answer, i got it:
User could use mkimage to create a legacy multi-component image(such as: zImage + board.dtb).
Best wishes,