From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Fri, 24 Apr 2009 11:23:57 -0700 (PDT) Subject: [U-Boot] U-boot -printk kernel crash dump using md on PDK In-Reply-To: <528f13590904231809s68286dafxea8f277ca3d0a744@mail.gmail.com> Message-ID: <736323.73568.qm@web51006.mail.re2.yahoo.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 Alfred, --- On Thu, 4/23/09, alfred steele wrote: > I have attached the printk circular buffer log. > > smc911x: initializing > smc911x: detected controller > smc911x: phy initialized > smc911x: MAC 92:92:92:bb:bb:bb > TFTP from server 206.44.18.25; our IP address is > 206.44.18.31 > Filename 'zImage_spin2_23march'. Is this really an uImage? The name of the file starts with zImage, so it looks confusing. Can you confirm? How are you generating the uImage? Assuming you are using MX31PDK Freescale BSP, you can do as follows: cd rpm/BUILD/linux make ARCH=arm uImage (You need to have mkimage installed) Which U-boot version are you using? Regards, Fabio Estevam