From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 7 Sep 2012 11:18:07 -0500 Subject: [U-Boot] cuImage doesn't boot with u-boot 2009.11 version In-Reply-To: References: <50492BCE.4070807@freescale.com> Message-ID: <504A1E3F.7060901@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/07/2012 11:07 AM, narayanasami vijayaraghavan wrote: > Hello Scott, Thanks for replying. > We have few more products based on different > ppc-processor/u-boot/linux, all are using cuImage. So, for better > maintenance and uniformity, I am trying cuImage with this new h/w > (P1020 & u-boot-2009.11). > Could you please let me know that, > - Can we make cuImage work with this combination? (by editing the > wrapper/mkimage, etc) > - What is the advantage of using uImage, instead of cuImage? cuImage was implemented specifically for compatibility with old boards with old U-Boots that don't support device trees. If you want to use it for anything else, you're on your own. It relies on an old, very fragile and non-extensible interface for passing information from U-Boot to Linux. Could you make it work? Probably. Should you? No. -Scott