public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  problem with read only nanad
@ 2009-08-27  7:32 alex889
  2009-08-27 15:46 ` Scott Wood
  0 siblings, 1 reply; 2+ messages in thread
From: alex889 @ 2009-08-27  7:32 UTC (permalink / raw)
  To: u-boot


Hi,
I'm working on a system having 2 NAND chips,
the first one has the U-Boot and a basic firmware, and is read only,
and the second has a new firmware.
when the second chip is empty, the system should boot from the first chip.
but it gives me many errors, probably related to the fact that it's
readonly, 
does the u-boot tries to write something to the nand during startup?
how can i solve this issue?

thanks in advance
Alex
-- 
View this message in context: http://www.nabble.com/-U-Boot--problem-with-read-only-nanad-tp25167230p25167230.html
Sent from the Uboot - Users mailing list archive at Nabble.com.

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

* [U-Boot] problem with read only nanad
  2009-08-27  7:32 [U-Boot] problem with read only nanad alex889
@ 2009-08-27 15:46 ` Scott Wood
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Wood @ 2009-08-27 15:46 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 27, 2009 at 12:32:50AM -0700, alex889 wrote:
> 
> Hi,
> I'm working on a system having 2 NAND chips,
> the first one has the U-Boot and a basic firmware, and is read only,
> and the second has a new firmware.
> when the second chip is empty, the system should boot from the first chip.
> but it gives me many errors, probably related to the fact that it's
> readonly, 
> does the u-boot tries to write something to the nand during startup?
> how can i solve this issue?

Depending on what the NAND controller driver requests, it could be trying
to create an on-chip bad block table.  If your flash is read only, then
do not set NAND_USE_FLASH_BBT in the options -- or if you want to use an
existing BBT but not create one if absent, provide a BBT description that
lacks the NAND_BBT_CREATE option.

If that's not it, then tell us which controller it is, and what sort of
errors you're getting.

-Scott

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

end of thread, other threads:[~2009-08-27 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-27  7:32 [U-Boot] problem with read only nanad alex889
2009-08-27 15:46 ` Scott Wood

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