From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Wed, 15 Feb 2017 07:52:49 +0100 Subject: [U-Boot] Assigning u-boot environment variables from memory In-Reply-To: <1487107650642-281788.post@n7.nabble.com> References: <1487107650642-281788.post@n7.nabble.com> Message-ID: <20170215065249.0C788120070@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear brendan, In message <1487107650642-281788.post@n7.nabble.com> you wrote: > I am storing some information regarding my board within EEPROM (in memory > after I use the >eeprom read command) and I was wondering if it was possible > for me to somehow read from memory and store the values into an environment > variable. > > I have done a search but could not find anything of relevance. That's what the "env import" command was made for (supporting different import formats, like plain text, binary with or without checksum).