kernel image formats
- Image
the generic Linux kernel binary image file. - zImage
a compressed version of the Linux kernel image that is self-extracting. - uImage
an image file that has a U-Boot wrapper (installed by the mkimage utility) that includes the OS type and loader information.
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.