Hi,
Can u please tell me the meaning of each parameter in the following and its purpose:-
mkimage -A ARM -T ramdisk -C gzip -n 'Microzed' -d ramdisk.image.gz uramdisk.image.gz
Regards
Aditya
Hi,
Can u please tell me the meaning of each parameter in the following and its purpose:-
mkimage -A ARM -T ramdisk -C gzip -n 'Microzed' -d ramdisk.image.gz uramdisk.image.gz
Regards
Aditya
The link below provides a good description of the different parameters:
http://manpages.ubuntu.com/manpages/wily/man1/mkimage.1.html
This link was found when doing a Google search for "mkimage parameters".
--Tom
Thanks for reply. It has given me a great insight.