From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rogan Dawes Date: Mon, 16 Aug 2010 10:38:19 +0200 Subject: [U-Boot] Debugging why my kernel won't start In-Reply-To: <4C68F804.8030809@gmail.com> References: <4C68E7C0.1040801@dawes.za.net> <4C68F804.8030809@gmail.com> Message-ID: <4C68F8FB.9010004@dawes.za.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2010/08/16 10:34 AM, G?rald Kerma wrote: > Dear Rogan, > > I've you set the uboot env machid to the correct value ? > setenv machid > just replace HexValue with the correct MACH_TYPE. > > You must then see something like : > Using machid 0xa76 from environment > after kernel loaded by uboot. > > Best regards, > Hi Gerald, Thanks for the hint. That'll make it easier to handle the difference between the official and de facto machine ids. Unfortunately, I don't even get to that point. It seems that my true problem is in the memmove function. Rogan