From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 5 Sep 2009 02:26:42 +0200 Subject: [U-Boot] [PATCH 6/8] OMAP3 beagle Add usbtty configuration In-Reply-To: <1252095170-5492-6-git-send-email-Tom.Rix@windriver.com> References: <1252095170-5492-1-git-send-email-Tom.Rix@windriver.com> <1252095170-5492-2-git-send-email-Tom.Rix@windriver.com> <1252095170-5492-3-git-send-email-Tom.Rix@windriver.com> <1252095170-5492-4-git-send-email-Tom.Rix@windriver.com> <1252095170-5492-5-git-send-email-Tom.Rix@windriver.com> <1252095170-5492-6-git-send-email-Tom.Rix@windriver.com> Message-ID: <20090905002642.GC30118@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15:12 Fri 04 Sep , Tom Rix wrote: > 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 Rix > --- > include/configs/omap3_beagle.h | 16 ++++++++++++++++ > 1 files changed, 16 insertions(+), 0 deletions(-) Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J.