* [U-Boot] repurposing uboot's console UART after booting
@ 2011-04-24 1:03 CAIannello
2011-04-24 1:38 ` Mike Frysinger
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: CAIannello @ 2011-04-24 1:03 UTC (permalink / raw)
To: u-boot
Hi Everybody.
I'm fooling around with a Kindle 3G. I have it setup so I can SSH to it via
Wifi, and I can also get a shell through the "accessory port" which happens
to be the UART (ttymxc0) that U-Boot uses for console IO.
After booting, I would like to use this UART for other things besides shells
and U-Boot status. I want to attach custom peripherals to it instead.
I tried killing the ttymxc0's shell process from my ssh session, but another
one pops right up.
In case its not obvious, I'm new to linux, but eager to learn. If possible,
I'd rather not rebuild/reinstall U-boot on this device. Instead, I would
like to try to make U-Boot release the UART programatically after booting.
Any tips?
Thanks in advance for your help,
Craig
--
View this message in context: http://old.nabble.com/repurposing-uboot%27s-console-UART-after-booting-tp31463780p31463780.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] repurposing uboot's console UART after booting
2011-04-24 1:03 [U-Boot] repurposing uboot's console UART after booting CAIannello
@ 2011-04-24 1:38 ` Mike Frysinger
2011-04-24 1:38 ` Eric Cooper
2011-04-24 14:14 ` Wolfgang Denk
2 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2011-04-24 1:38 UTC (permalink / raw)
To: u-boot
On Sat, Apr 23, 2011 at 9:03 PM, CAIannello wrote:
> I'm fooling around with a Kindle 3G. I have it setup so I can SSH to it via
> Wifi, and I can also get a shell through the "accessory port" which happens
> to be the UART (ttymxc0) that U-Boot uses for console IO.
>
> After booting, I would like to use this UART for other things besides shells
> and U-Boot status. ?I want to attach custom peripherals to it instead.
>
> I tried killing the ttymxc0's shell process from my ssh session, but another
> one pops right up.
>
> In case its not obvious, I'm new to linux, but eager to learn. ?If possible,
> I'd rather not rebuild/reinstall U-boot on this device. ?Instead, I would
> like to try to make U-Boot release the UART programatically after booting.
this isnt a u-boot issue. once linux boots, u-boot has nothing to do
with things. post your question to whoever your distro maker is.
-mike
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] repurposing uboot's console UART after booting
2011-04-24 1:03 [U-Boot] repurposing uboot's console UART after booting CAIannello
2011-04-24 1:38 ` Mike Frysinger
@ 2011-04-24 1:38 ` Eric Cooper
2011-04-24 14:14 ` Wolfgang Denk
2 siblings, 0 replies; 4+ messages in thread
From: Eric Cooper @ 2011-04-24 1:38 UTC (permalink / raw)
To: u-boot
On Sat, Apr 23, 2011 at 06:03:46PM -0700, CAIannello wrote:
> After booting, I would like to use this UART for other things besides shells
> and U-Boot status. I want to attach custom peripherals to it instead.
>
> I tried killing the ttymxc0's shell process from my ssh session, but another
> one pops right up.
This has nothing to do with U-Boot. Linux typically uses the file
/etc/inittab to specify whether to spawn login processes on serial
lines. Look at that, along with the Linux man page for "init".
--
Eric Cooper e c c @ c m u . e d u
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] repurposing uboot's console UART after booting
2011-04-24 1:03 [U-Boot] repurposing uboot's console UART after booting CAIannello
2011-04-24 1:38 ` Mike Frysinger
2011-04-24 1:38 ` Eric Cooper
@ 2011-04-24 14:14 ` Wolfgang Denk
2 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2011-04-24 14:14 UTC (permalink / raw)
To: u-boot
Dear CAIannello,
In message <31463780.post@talk.nabble.com> you wrote:
>
> After booting, I would like to use this UART for other things besides shells
> and U-Boot status. I want to attach custom peripherals to it instead.
>
> I tried killing the ttymxc0's shell process from my ssh session, but another
> one pops right up.
CXheck /etc/inittab ...
> In case its not obvious, I'm new to linux, but eager to learn. If possible,
> I'd rather not rebuild/reinstall U-boot on this device. Instead, I would
> like to try to make U-Boot release the UART programatically after booting.
>
> Any tips?
Well, try posting on a mailing list that deals with Linux questions.
This issue is in no way related to U-Boot.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"A complex system that works is invariably found to have evolved from
a simple system that worked." - John Gall, _Systemantics_
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-04-24 14:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-24 1:03 [U-Boot] repurposing uboot's console UART after booting CAIannello
2011-04-24 1:38 ` Mike Frysinger
2011-04-24 1:38 ` Eric Cooper
2011-04-24 14:14 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox