From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Eric_B=E9nard?= Date: Wed, 10 Feb 2010 14:54:30 +0100 Subject: [U-Boot] Booting from NAND on MX51 In-Reply-To: <4B3F8896E1733D4787DDB0EA1C7FF91F010D8C2C@ukmail.uk.wirelessworld.airvananet.com> References: <4B3F8896E1733D4787DDB0EA1C7FF91F010D8BD3@ukmail.uk.wirelessworld.airvananet.com> <4B729BF4.6010106@denx.de> <4B3F8896E1733D4787DDB0EA1C7FF91F010D8C2C@ukmail.uk.wirelessworld.airvananet.com> Message-ID: <4B72BA96.5050703@eukrea.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Le 10/02/2010 13:23, Andreas Orfanos a ?crit : > I have set up the right switches on the board, and I can boot RedBoot > from nand without problem. > Therefore it should be easy to do it on u-boot. > we are booting u-boot from NAND on a custom iMX51 board (using mDDR and not DDR2), we started from Freescale's u-boot for 3 Stack board (it's in their BSP which can be downloaded from their website) and customized it to our hardware as we have many changes vs the reference design. We are using a customized DCD table to configure the CPU and it works fine. Eric