From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessio Sangalli Date: Sat, 16 Jul 2011 22:19:07 -0700 Subject: [U-Boot] Environment "image" tool In-Reply-To: <20110716233141.199A017E88C5@gemini.denx.de> References: <4E221C41.1080900@manoweb.com> <20110716233141.199A017E88C5@gemini.denx.de> Message-ID: <4E2270CB.3060708@manoweb.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/16/2011 04:31 PM, Wolfgang Denk wrote: > Dear Alessio Sangalli, > Just load the text file into U-Boot (for example using TFTP or reading > from some file system) and use "env import -t" on it. Hi Wolfgang! Thanks this is a very interesting way but in this application it'd be easier to just flash what is needed on the NAND, so that I won't need an interactive session with U-Boot on the board. I am writing a "flashing tool" for my NAND chip. Is the format that U-Boot uses to write the environment "stable" or it could change? Thanks! bye as