From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Wed, 20 Feb 2013 12:46:42 +0100 (CET) Subject: [U-Boot] imx help In-Reply-To: <201302201237.54844.marex@denx.de> References: <5286fc89.1c060.13cf5e831d8.Coremail.wanxuesong@126.com> <1781991160.9508.1361358028750.JavaMail.root@advansee.com> <201302201237.54844.marex@denx.de> Message-ID: <1312955048.10738.1361360802129.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek Vasut, On Wednesday, February 20, 2013 12:37:54 PM, Marek Vasut wrote: > Dear Beno?t Th?baudeau, > > > Dear wanxs, > > > > Please always Cc the mailing list and format your e-mails using plain text > > (no HTML). > > > > On Wednesday, February 20, 2013 5:41:40 AM, wanxuesong wrote: > > > Dear, > > > I use a board for i.mx53 core. > > > I build the u-boot download for denx,patch your patches,but have 2 > > > error(v7-13-19 and v7-14-19 patches). > > > What version do i checkout from mainline? > > > > Please use: > > git clone git://git.denx.de/u-boot-imx.git > > > > And apply on the master branch. > > > > > And I want boot my board from nandflash,how can i do? > > > > Use the u-boot-with-nand-spl.imx target. But this won't work for i.MX53 > > because an FCB header is required instead of the dummy 1024-byte header, > > but that's easy to change for some hacking. > > > > Marek Vasut is working on the i.MX53 NAND boot. He will soon provide an > > example board and something to generate the image with the FCB. > > I still haven't sorted my patches, it might take a bit more time. Till the > end > of the week or so I suspect. That's fine for me. I will also post a v8 rebased on the latest u-boot-imx/master once Stefano has re-sync'ed it with u-boot/master. This v8 also adds a few patches to factorize the ARM relocate_code() from all start.S. Best regards, Beno?t