From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Wed, 19 Oct 2016 21:52:29 +0200 Subject: [U-Boot] Help with spl: zImage support in Falcon mode In-Reply-To: References: <20161019095016.GA16419@localhost.localdomain> Message-ID: <20161019195228.GA4720@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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