[U-Boot] bootstrap nand write function
Scott Wood
scottwood at freescale.com
Thu May 21 18:51:38 CEST 2009
On Thu, May 21, 2009 at 01:56:37PM +0530, Deepak Gopalakrishnan wrote:
> Hi
> i want to write a function using which i will be able to add a new env
> variable from the bootstrap.
> cud you help me with the sequence i should follow when im writing this
> function...
> thanks and regards,
> Deepak Gopalakrishnan
If by "bootstrap" you mean a 4K or so bit of code that loads the main
u-boot into RAM, then there's probably not enough room to do that (at
least not without hacking something together that is very
special-purpose and doesn't use much of the existing environment
or NAND infrastructure).
-Scott
More information about the U-Boot
mailing list