Thanks for ur response,

Iam using omap 3430 processor for the custom board, for 32 kernel  tty port of 
console was ttyO3 only, I have enabled DEBUG_LL also, and I am using putc 
function of uncompress.h file to print early prints. Iam suppose to work on the 
custom board in which UART address and data lines are made reverse, so if the 
address is 0x01 then I need to send address as 0x04 and simillary data, so I 
can not use direct early prink . So in the putc function, Iam reversing the 
address and data and trying to print. Control is not even coming up to 
start_kernel of init/main.c,I think after uncompressing and relocating of the 
kernel, it is struck..
I tried directly on zoom2 board also, noting was happening. One more thing I 
observed was I used Panda configuration and changed MACH_ZOOM3 and tried on 
zoom3 board, kernel at least booted on zoom3 board.
Do we have any specific 35 kernel tested for zoom2 or zoom3, if so please let 
me know the path..


-----Original Message-----
From: Tony Lindgren [mailto:[email protected]]
Sent: Saturday, December 17, 2011 2:23 AM
To: Deepthi Kiran
Cc: [email protected]
Subject: Re: ZOOM2 doesn't boot on upstream kernel

Hi,

* deepthi <[email protected]> [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

________________________________

http://www.mindtree.com/email/disclaimer.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to