From: Michael Schwingen <rincewind@discworld.dascon.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] 1.1.4 and 2.6 kernel - missing startup messages - solved!
Date: Sun, 23 Jul 2006 14:48:45 +0200 [thread overview]
Message-ID: <44C3702D.7070904@discworld.dascon.de> (raw)
In-Reply-To: <44A22D36.8090805@discworld.dascon.de>
Michael Schwingen wrote:
>> Did same kernel crash later on with u-boot and not redboot ? As in I
>> am curious to know that did change in boot loader cause some other
>> issue apart from crash also ?
>>
>>
> No. Once I corrected the startup issues (which turned out to be a typo
> in the commandline arguments), the kernel started up fine (I did not
> test further than mounting the root fs).
>
> cu
> Michael
>
Just for the record:
my problems have disappeared now. It turns out the problem was caused by
the LL_DEBUG code in Linux, which expects the UART to be enabled and
initialized. Now, when u-boot and kernel disagree about which UART is to
be used for console output, the kernel messages simply disappear.
This was complicated by the fact that the kernel LL_DEBUG code for
IXP4xx always uses UART1, while my board only has UART2 connected, and I
configured the IXDP425 board for a similar setup.
I modified my u-boot to always initialize both UARTS - that way, you can
at least see the messages on boards that have both UARTS connected. As
long as noone writes to the unused UART, this should not cause any harm.
The reason why I got no "normal" console output was a typo in the
"mem=..." commandline parameter, which lead to errors early in memory
management initialization in the kernel.
cu
Michael
prev parent reply other threads:[~2006-07-23 12:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-27 8:43 [U-Boot-Users] 1.1.4 and 2.6 kernel alfred hitch
2006-06-27 8:50 ` Wolfgang Denk
2006-06-27 10:35 ` Ilya Yanok
2006-06-27 10:47 ` alfred hitch
2006-06-27 11:14 ` Ilya Yanok
2006-06-27 11:18 ` Andreas Schweigstill
2006-06-27 17:27 ` Michael Schwingen
2006-06-28 2:19 ` alfred hitch
2006-06-28 6:47 ` Wolfgang Denk
2006-06-28 7:03 ` Marc Leeman
2006-06-28 7:18 ` Michael Schwingen
2006-06-30 4:16 ` alfred hitch
2006-06-30 6:04 ` alfred hitch
2006-06-30 9:59 ` Stefan Roese
2006-07-01 5:09 ` alfred hitch
2006-07-23 12:48 ` Michael Schwingen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44C3702D.7070904@discworld.dascon.de \
--to=rincewind@discworld.dascon.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox