From: Frank Agius <ftagius@yahoo.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] ttyO2 and ttyS2 in console bootcmd.
Date: Mon, 02 May 2011 09:42:47 -0400 [thread overview]
Message-ID: <ipmccn$sf5$1@dough.gmane.org> (raw)
In-Reply-To: <801393.16381.qm@web112016.mail.gq1.yahoo.com>
On 5/1/2011 7:16 PM, Chris Rodley wrote:
> Hi,
>
> How does uboot specify whether it accepts ttySO or ttyS2 in the console part of the boot cmd.
> I am trying to boot the 2.6.39 kernel .. my new uboot works with 2.6.32
> using ttyS2.
>
> It does not work with the new 2.6.39, but I can get that to boot by
> compiling uboot for the BeagleBoard and using ttySO.
> I have spent a lot of time looking at the differences in the code and
> have not been able to work out what it is that needs to be changed on
> my custom uboot to make it work.
>
>
> Any ideas?
From the u-boot command prompt, first display the env variable console
with the printenv command. It is probably currently set to
ttyS2,115200n8. Use setenv to change console to ttyO2,115200n8, then
save it with saveenv. Here is how it should look:
Overo # printenv console
console=ttyS2,115200n8
Overo # setenv console ttyO2,115200n8
iRobot # saveenv
Saving Environment to NAND...
Erasing Nand...
Erasing at 0x240000 -- 100% complete.
Writing to Nand... done
Overo #
> Thanks,
>
> CJ
>
>
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
prev parent reply other threads:[~2011-05-02 13:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-01 23:16 [U-Boot] ttyO2 and ttyS2 in console bootcmd Chris Rodley
2011-05-02 5:15 ` Bedia, Vaibhav
2011-05-02 5:17 ` Wolfgang Denk
2011-05-02 13:42 ` Frank Agius [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='ipmccn$sf5$1@dough.gmane.org' \
--to=ftagius@yahoo.com \
--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