From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stile Date: Thu, 31 Jan 2013 12:24:33 -0800 Subject: [U-Boot] call env print from uboot environment Message-ID: <1359663873.7974.308.camel@genx> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I am finally on uboot-2013.01. I having issue using: env import I have at91bootstrap reading an uboot environment from an address location in NAND to RAM address 0x20000000. The environment uboot is compiled to load by default has one set of variables, but the environment loaded into ram by at91bootstrap is different. I hope to see the change by using: env print.