[U-Boot] dynenv and mtdparts

Scott Wood scottwood at freescale.com
Mon Apr 4 19:26:21 CEST 2011


On Sun, 3 Apr 2011 13:41:07 -0600
haifeng zhang <zhangcraig at gmail.com> wrote:

> Hi There
> I am trying to use new code( 2010.03 ) on my development board(mini2440)
> found out there is no command (dynenv and mtdparts) anymore.
> Are there any replacement for them?

What were you running before?  Something out-of-tree, I guess.  There has
never been a dynenv command in mainline U-Boot.  When that command was
added to mainline, it was called "nand env.oob" (your board config file
must define CONFIG_ENV_OFFSET_OOB to enable this).

As for mtdparts, that exists, but perhaps you don't have it enabled in your
board config file?

-Scott



More information about the U-Boot mailing list