From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 23 Jan 2008 09:58:48 -0500 Subject: [U-Boot-Users] flashcp checksum problem In-Reply-To: References: <20080123124931.A8A052430C@gemini.denx.de> Message-ID: <47975628.3050604@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de sj29fr wrote: >> flashcp is something that is *not* part of the public U-Boot code, so >> please don't expect much help here on the list. Rather ask the guys >> who provided that version of U-Boot to you. >> > > So is there a supported tool to upgrade from linux ? > > Sure. Use mtd-utils in Linux user-space to copy your new U-boot image into flash. Of course, this runs the risk of 'bricking' your board if there's a problem with the copy or if you embed your environment variables in the image, but there are tons of ways to make it a little safer. I'm sure you'll figure something out. regards, Ben