Hi, * deepthi <deepthi_kiran@xxxxxxxxxxxx> [111215 23:03]: > > Hi, > > We are trying to boot 35 kernel on zoom2,I tried with android_zoom3 config and > choosing MACH as zoom2 and also with omap_zoom2_defconfig, kernel is not booting > at all,it is struck after > Starting kernel ... > > Uncompressing Linux... > done, booting the kernel. > > I have taken the omap4 panda release kernel for gingerbread. > Image name it is showing as Linux-2.6.35.7-00371-gcfb80c7-di > > Please let me know Which kernel we have to take for zoom2 35. > I have tried with following bootargs > setenv bootargs console=ttyS3,115200n8 mem=256M root=/dev/mmcblk0p2 rootdelay=1 > init=/init omap_vout.video1_numbuffers=6 omap_vout.vid1_static_vrfb_alloc=y > omapfb.vram=0:4M Can you please enable CONFIG_DEBUG_LL and CONFIG_EARLY_PRINTK in your .config? Then also append earlyprintk to the bootargs above. Then you should see more info on what goes wrong. > I even tried with ttyO3 also. > What should be the exact console should it be ttyO0? I'm suspecting you should use ttyS0 as the console instead of ttyS3? That's at least what I have on my zoom3 board with the extra debug board. You should use ttyO for the omap ports, but zoom debug board has external 8250 ftdi ports, so those show up as ttyS and not ttyO. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html