On Wed, Aug 22, 2012 at 9:16 AM, Todd Sampson <[email protected]> wrote: > Each time I configure a target, I have to go into u-boot and use 'setenv' to > change some environment variables. > > Where are the default environment variables for u-boot stored in the LTIB > world? I want to edit these so each time I flash a target, the u-boot > environment variables are correct.
The uboot parameters are stored in flash on your target. You want printenv and savenv: http://www.denx.de/wiki/DULG/UBootCmdGroupEnvironment > Thanks! > _______________________________________________ LTIB home page: http://ltib.org Ltib mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/ltib
