* Linux booting problems in the IBM Bubinga Board
@ 2004-08-04 23:32 Nivedita Pitre
2004-08-05 0:03 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Nivedita Pitre @ 2004-08-04 23:32 UTC (permalink / raw)
To: linuxppc-embedded
I am using U-boot to boot linux kernel on the IBM Bubinga (405EP board). Using kernel version 2.6.7, which has a default config file for this board. Changed the board info structure to match u-boot's board information structure. Using the mkimage utility in u-boot to create a uImage, which I am downloading via tftpserver to u-boot. Uboot recognizes this image, and jumps into the kernel, after which the system hangs. The last message I see is uncompressing kernel -- OK. I read the manual for u-boot, which suggests modifying the board information structure, and I did that, still have the same problem. After this, I turned on kernel hacking in the config, the CONFIG_SERIAL_TEXT_DEBUG on. This allows me to see some progress on the serial port, the ppc_mach_dep calls output some messages. This tells me that code reaches in start_kernel, however, after console_init, the serial port dies. I assume this is because we initialize the serial port, and turn off early debug. I commented o
u!
t this part, and enabled early debug messages to continue throughout the start_kernel routine. Also added my own debug messages. So far as I can see, the code goes through till the end of start_kernel without hanging. This makes me think this is a serial port problem in the kernel, but I cannot think what it is. I have configured the UART_TTYSO, SERIAL_CONSOLE, and 8250 drivers in the .config file, and so far as I can see, all the relevant .o files are created, so these drivers are getting compiled. Does anyone have any suggestions for debugging. I am setting up BDI200 to debug this problem. Let me know if there is something else that I am not doing right.
Thanks.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Linux booting problems in the IBM Bubinga Board
2004-08-04 23:32 Nivedita Pitre
@ 2004-08-05 0:03 ` Wolfgang Denk
0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2004-08-05 0:03 UTC (permalink / raw)
To: Nivedita Pitre; +Cc: linuxppc-embedded
In message <s1110fc4.060@gateway.p-com.com> you wrote:
>
> I am using U-boot to boot linux kernel on the IBM Bubinga (405EP board). Using kernel version 2.6.7, which has a default config file for this board. Changed the board info structure to match u-boot's board information structure. Using the mkimage utilit
PLEASE don't use such long lines. Press ENTER after some 60...70
characters or so.
> ach_dep calls output some messages. This tells me that code reaches in start_kernel, however, after console_init, the serial port dies. I assume this is because we initialize the serial port, and turn off early debug. I commented o
Did you pass some "console=..." boot argument?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
One difference between a man and a machine is that a machine is quiet
when well oiled.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Linux booting problems in the IBM Bubinga Board
@ 2004-08-05 0:22 Nivedita Pitre
0 siblings, 0 replies; 3+ messages in thread
From: Nivedita Pitre @ 2004-08-05 0:22 UTC (permalink / raw)
To: wd; +Cc: linuxppc-embedded
Yes, I tried both with and without the console= argument,
selecting ttyS0 and baud 9600. Same result.
>>> Wolfgang Denk <wd@denx.de> 08/04/04 05:03PM >>>
In message <s1110fc4.060@gateway.p-com.com> you wrote:
>
> I am using U-boot to boot linux kernel on the IBM Bubinga (405EP board). Using kernel version 2.6.7, which has a default config file for this board. Changed the board info structure to match u-boot's board information structure. Using the mkimage utilit
PLEASE don't use such long lines. Press ENTER after some 60...70
characters or so.
> ach_dep calls output some messages. This tells me that code reaches in start_kernel, however, after console_init, the serial port dies. I assume this is because we initialize the serial port, and turn off early debug. I commented o
Did you pass some "console=..." boot argument?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
One difference between a man and a machine is that a machine is quiet
when well oiled.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-05 0:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-05 0:22 Linux booting problems in the IBM Bubinga Board Nivedita Pitre
-- strict thread matches above, loose matches on Subject: below --
2004-08-04 23:32 Nivedita Pitre
2004-08-05 0:03 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).