A uImage seems to just be a header prepended to a payload. I am working with a build of U-Boot that does not support the bootz
command, so I am wondering if a zImage wrapped as a uImage can be loaded by U-Boot without troubles.
Asked
Active
Viewed 132 times
0

Melab
- 2,594
- 7
- 30
- 51
-
Yes. Possible duplicate of [Image vs zImage vs uImage](http://stackoverflow.com/questions/22322304/image-vs-zimage-vs-uimage) – sawdust Apr 01 '17 at 04:26
1 Answers
0
That's what a uImage historically on ARM is, the kernel zImage with the required additional header applied on top.

Tom Rini
- 2,058
- 8
- 11