From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessio Sangalli Date: Sat, 16 Jul 2011 16:18:25 -0700 Subject: [U-Boot] Environment "image" tool Message-ID: <4E221C41.1080900@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 Hi, is there a tool to create an "environemnt image" that I can flash to my NAND? I think I've seen a tool that takes a text file with an environment setting per line, calculates the CRC and generates a binary that can be transferred to the board (via tftp or other means) to be written with "nand write". Alternatively, is there a description of how the environment is read, my U-Boot, so that I can write my own program to create such image? Thanks! bye as