From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel@caiaq.de (Daniel Mack) Date: Thu, 15 Apr 2010 09:02:56 +0200 Subject: iMX31 LogicPD LiteKit Kernel 2.6.33.2 In-Reply-To: References: Message-ID: <20100415070256.GJ30801@buzzloop.caiaq.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Wed, Apr 14, 2010 at 02:02:47PM -0600, Badguy Badguy wrote: > I am attempting to boot the 2.6.33.2 Kernel on the LogicPD LiteKit iMX31. > we have a board based on this one, and I am using it and the dev kit with no > success. > > I see a lot of support in the mainline kernel for this board, is it safe to > assume someone is able to boot this board using it? Yes, that should work well. I've just recently used this board for development. > I am running the lolo bootloader from Logic, version 2.4.0. > > I have compiled the kernel using a fairly new ltib environment. > > Currently I run 2.6.19.2 from Freescale / Logic with success but now desire > to upgrade the kernel to something with better MMC support, I am not stuck > on 2.6.33.2 if someone can recommend a newer kernel that has some of the > support I desire. > > When I attempt to boot the kernel, It hangs and this is my only output: > Uncompressing Linux... done, booting the kernel. > > I have dug around a little bit as I get my feet wet in kernel > initialization, and would appreciate any debug pointers or solutions or > direction on how to solve this. Could you set CONFIG_EARLY_PRINTK=y in your .config? If that doesn't work, please post your config. Thanks, Daniel