From: Manuel Sahm <Manuel.Sahm@feig.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] howto get the nand flash enviroment variables inenv_init ?
Date: Thu, 18 Jun 2009 13:42:54 +0200 [thread overview]
Message-ID: <4A3A4445.187F.00BC.1@feig.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0906181318430.5779@axis700.grange>
>>> Guennadi Liakhovetski <lg@denx.de> 18.06.2009 13:23 >>>
On Thu, 18 Jun 2009, Manuel Sahm wrote:
> Hello,
Please, do not top-post.
> thanks for reply,
>
> this patch is very good in general, but the problem is that the
> function nand_boot() is never called in my architecture.
> I use a AT91SAM9G20 from Atmel [ARM9].
>
> Do oyu have another idea ?
You mean you boot from another memory (NOR) and have your environment in
NAND? I think, this is one of configurations, that we said noone would
ever come up with... Maybe I'm wrong though, see if others correct me.
Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
Hello,
all is inside the NAND flash,
0x00000 First Level Bootloader (which loads the UBoot from 0x20000 to RAM and execute it)
0x20000 UBoot
0x60000 UBootEnviroment
0x80000 UBoot Enviroment Rendundant
So have a look at /lib_arm/board.c
The function nand_init() and env_relocate() sre called too late for the "silent" flag.
I tried to place the functions nand_init() and env_relocate() into the function env_init(), but that crashes...?
Thanks for help
Manuel
next prev parent reply other threads:[~2009-06-18 11:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-18 8:34 [U-Boot] howto get the nand flash enviroment variables in env_init ? Manuel Sahm
2009-06-18 9:39 ` Guennadi Liakhovetski
2009-06-18 9:58 ` [U-Boot] howto get the nand flash enviroment variables inenv_init ? Manuel Sahm
2009-06-18 11:23 ` Guennadi Liakhovetski
2009-06-18 11:42 ` Manuel Sahm [this message]
2009-06-18 21:45 ` Scott Wood
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A3A4445.187F.00BC.1@feig.de \
--to=manuel.sahm@feig.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox