|
From: | Stuart Hughes |
Subject: | Re: [Ltib] u-boot Default Environment Variables Location |
Date: | Wed, 22 Aug 2012 14:34:05 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.28) Gecko/20120313 Lightning/1.0b2 Thunderbird/3.1.20 |
Hi Todd,It's not an LTIB thing. U-boot stores it's defaults within the compiled code (there are per config). These get used the first time, if there's not saved environment.
It you do a setenv and want to make this permanent, you need to run the command saveenv. This writes the new config to Flash.
Regards, Stuart On 22/08/12 14:16, Todd Sampson 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.Thanks!
[Prev in Thread] | Current Thread | [Next in Thread] |