From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 22 Dec 2014 13:59:21 +0000 Subject: [U-Boot] [linux-sunxi] linux-sunxi/u-boot-sunxi is no longer supported, time to switch to upstream u-boot In-Reply-To: <54982259.90502@redhat.com> References: <5495BF7F.4070804@redhat.com> <549726EE.8050108@elopez.com.ar> <20141221222846.3bcb88eb@i7> <54973037.9010404@elopez.com.ar> <54982259.90502@redhat.com> Message-ID: <1419256761.26985.184.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2014-12-22 at 14:53 +0100, Hans de Goede wrote: > Or alternatively, nuke your environment so that you get the default > one using: > > sudo dd if=/dev/zero of=/dev/sdc bs=1024 seek=544 count=256 You can do this with the env command from the u-boot cmdline too. I forget the parameters, but they are in "help env". Ian.