
19 Oct
2016
19 Oct
'16
9:52 p.m.
On Wed, Oct 19, 2016 at 04:52:50PM +0000, Diego Dorta wrote: [snip]
Yes, all these commands works fine with uImage. I understood now. But, how do I do to use zImage instead of uImage?
I've never used spl export as I have fdt prepared during build time. Looking at source, zImage support is not implemented.
Is there any document that I can learn the steps?
See common/bootm.c:boot_get_kernel. You'll need a bit of hacking to support zImage.
ladis