From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 23 Oct 2012 16:45:48 +0200 (CEST) Subject: [U-Boot] u-boot nand suppoort for i.MX5 In-Reply-To: <50869D0C.8000208@mtiemail.com> Message-ID: <1882528434.55025.1351003548479.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 Hello George, On Tuesday, October 23, 2012 3:35:08 PM, George C. Huntington III wrote: > hello Beno?t, > I am trying to get a recent u-boot working with a KARO-TX53 (i.MX53 > based board) and booting from nand. I have been looking at your > patches > from http://article.gmane.org/gmane.comp.boot-loaders.u-boot/137806 > and I am having some trouble getting nand to be recognized. do you > have > a git repository with your i.MX5 nand work in it that I can pull from > to > get get my board booting? Can you try to apply the following patch to u-boot/master (http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary)? http://patchwork.ozlabs.org/patch/179176/ http://patchwork.ozlabs.org/patch/179176/raw/ Normally, it should apply fine. I have tested it with i.MX51 NAND boot. It should also work fine with i.MX53. Note that I used SLC with 2-kB pages. 4-kB pages should be supported by mxc nand spl, but not yet by mtd mxc. Best regards, Beno?t