From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Mon, 28 Jan 2013 22:48:20 +0100 Subject: [U-Boot] Can I read env from RAM in uboot script? In-Reply-To: <1359407945.7974.144.camel@genx> References: <1359165410.7974.114.camel@genx> <20130126074103.AD5232005C3@gemini.denx.de> <1359407945.7974.144.camel@genx> Message-ID: <5106F224.8010601@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello John, On 01/28/2013 10:19 PM, John Stile wrote: > On Sat, 2013-01-26 at 08:41 +0100, Wolfgang Denk wrote: >> Dear John Stile, >> >> In message <1359165410.7974.114.camel@genx> you wrote: >>> Is it possible to have uboot read it's environment from a RAM address, >>> rather than NAND? >>> OR >>> Can uboot's scripting support load variables from a RAM address? >> Yes, all this can be done. And easily. See for example the >> "env import" command. >> > That is a great idea. > What version of uboot introduced 'env import'? > I'm stuck on u-boot-1.3.4. > Is there a patch? > search the mailinglist, this is asking for a visit to http://www.uboat.net/special/archiv/ or a response the like. Try to upgrade if possible... Regards, Jeroen