Re: [U-Boot] [PATCH 6/8] OMAP3 beagle Add usbtty configuration

2009-10-27 Thread Tom
Gupta, Ajay Kumar wrote: Tom, From: Tom Rix Tom.Rix at windriver.com Subject: [PATCH 6/8] OMAP3 beagle Add usbtty configuration Newsgroups: gmane.comp.boot-loaders.u-boot Date: 2009-09-28 16:37:27 GMT (4 weeks, 12 hours and 41 minutes ago) The primary console of beagle is the serial header.

Re: [U-Boot] [PATCH 6/8] OMAP3 beagle Add usbtty configuration

2009-10-26 Thread Gupta, Ajay Kumar
Tom, From: Tom Rix Tom.Rix at windriver.com Subject: [PATCH 6/8] OMAP3 beagle Add usbtty configuration Newsgroups: gmane.comp.boot-loaders.u-boot Date: 2009-09-28 16:37:27 GMT (4 weeks, 12 hours and 41 minutes ago) The primary console of beagle is the serial header. A secondary console

[U-Boot] [PATCH 6/8] OMAP3 beagle Add usbtty configuration

2009-09-28 Thread y
From: Tom Rix tom@windriver.com The primary console of beagle is the serial header. A secondary console is to use the usbtty. The user can set this manually by doing setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty saveenv usbtty will be usable by accessing the /dev/ttyACM0

[U-Boot] [PATCH 6/8] OMAP3 beagle Add usbtty configuration

2009-09-28 Thread Tom Rix
The primary console of beagle is the serial header. A secondary console is to use the usbtty. The user can set this manually by doing setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty saveenv usbtty will be usable by accessing the /dev/ttyACM0 on a linux host. Signed-off-by: Tom

[U-Boot] [PATCH 6/8] OMAP3 beagle Add usbtty configuration

2009-09-04 Thread Tom Rix
The primary console of beagle is the serial header. A secondary console is to use the usbtty. The user can set this manually by doing setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty saveenv usbtty will be usable by accessing the /dev/ttyACM0 on a linux host. Signed-off-by: Tom