public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] uboot imx31 nand boot
@ 2010-10-14 10:17 Nico van Wyk
  2010-10-16 18:10 ` Magnus Lilja
  0 siblings, 1 reply; 2+ messages in thread
From: Nico van Wyk @ 2010-10-14 10:17 UTC (permalink / raw)
  To: u-boot

Good Day

I am planning on using uboot to boot linux on the imx31.

The system will be booting from nandflash( making use of micron nand flash using the quasi standard protocol)

I would like to know if i need to create a 1st stage bootloader that executes from the 1st 2k of nandflash that will boot uboot or if
uboot is able to do this (via the nand spl).

If uboot is capable of doing this how do i go about setting up (compile time options) for this or point me to some documentation?

Thank you.
Nico Van Wyk.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] uboot imx31 nand boot
  2010-10-14 10:17 [U-Boot] uboot imx31 nand boot Nico van Wyk
@ 2010-10-16 18:10 ` Magnus Lilja
  0 siblings, 0 replies; 2+ messages in thread
From: Magnus Lilja @ 2010-10-16 18:10 UTC (permalink / raw)
  To: u-boot

Hi

On 2010-10-14 12:17, Nico van Wyk wrote:
> Good Day
> 
> I am planning on using uboot to boot linux on the imx31.
> 
> The system will be booting from nandflash( making use of micron nand flash using the quasi standard protocol)
> 
> I would like to know if i need to create a 1st stage bootloader that executes from the 1st 2k of nandflash that will boot uboot or if
> uboot is able to do this (via the nand spl).
> 
> If uboot is capable of doing this how do i go about setting up (compile time options) for this or point me to some documentation?

U-boot is capable of this. The i.MX31 PDK board, which is in the u-boot tree, does this. 

Note 1: The PDK board hasn't been updated to the new ARM relocation code yet so you have to define CONFIG_SYS_ARM_WITHOUT_RELOC in the config file.

Note 2: Commit http://git.denx.de/?p=u-boot.git;a=commitdiff;h=f3bb63a304c4e76010a2a4e99da61f7b6ffffc77 broke support for booting from 8 bit NAND devices. The PDK board uses 16 bit NAND bus and works.


Regards, Magnus Lilja

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-16 18:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 10:17 [U-Boot] uboot imx31 nand boot Nico van Wyk
2010-10-16 18:10 ` Magnus Lilja

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox