In this repository you'll find all required to convert kernel images from
zImage format to uImage, which used by U-Boot. To do that you need to use
mkimage, which can be built with the Makefile provided.
- It's important to note that you must build mkimage with the compiler flags
+ It's important to note that you must build mkimage with the compiler flags
for your host.
Also mkimage can convert files like initrd.gz to uInitrd in order to be
loaded it by U-Boot at boot stage.