Re: [U-Boot] repurposing uboot's console UART after booting

2011-04-24 Thread Wolfgang Denk
Dear CAIannello, In message <31463780.p...@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, b

Re: [U-Boot] repurposing uboot's console UART after booting

2011-04-23 Thread Eric Cooper
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 > on

Re: [U-Boot] repurposing uboot's console UART after booting

2011-04-23 Thread Mike Frysinger
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

[U-Boot] repurposing uboot's console UART after booting

2011-04-23 Thread CAIannello
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 s