From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Date: Thu, 21 Apr 2005 13:21:17 -0600 Subject: [U-Boot-Users] Cannot boot from a uImage on the lite5200 In-Reply-To: <528646bc050421075879dfb176@mail.gmail.com> References: <528646bc050420163579a4fefd@mail.gmail.com> <20050421080834.426C5C1510@atlas.denx.de> <528646bc050421075879dfb176@mail.gmail.com> Message-ID: <528646bc050421122137e0cc12@mail.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 On 4/21/05, Grant Likely wrote: > On 4/21/05, Wolfgang Denk wrote: > > In message <528646bc050420163579a4fefd@mail.gmail.com> you wrote: > > > > > > > > It's looking more like I've got a problem with the hardware > > > configuration on the Linux side now. Time to step through init > > > code.... > > > > Can you try the same image on different hardware? Is this an original > > lite5200? [If yes, feel free to send me your kernel image and I will > > run it on our systems [not to the list, please]]. > > Yes, it is an original lite5200. I've got another board that I > haven't unpacked yet. I'll try that one and also send you my kernel > image once I get into the office this afternoon. Thanks! BAH! The problem was between my keyboard and my chair. The zImage used the kernel command line from .config. The uImage got passed the command line from u-boot. The bootargs environment variable did not specify a console. Add "console=ttyS0,115200" and everything works.... I should know better. Thank you very much for the help. g.