From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Matthias_Wei=DFer?= Date: Wed, 14 Oct 2009 17:26:31 +0200 Subject: [U-Boot] Relocating u-boot console In-Reply-To: <200910141000.45604.vapier@gentoo.org> References: <4AD5D66F.7020700@arcor.de> <200910141000.45604.vapier@gentoo.org> Message-ID: <4AD5EDA7.5090700@arcor.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike Frysinger schrieb: > On Wednesday 14 October 2009 09:47:27 Matthias Wei?er wrote: >> This results in a console on COM4. Now I would like to have the console >> on COM1 under some circumstances for maintanance reasons. > > if your devices fit into the stdio framework, simply change the > std{err,in,out} env vars in your board code Ah. OK. That guided me into the right direction. To redirect the console to another serial port I had to set std{err,in,out} to eserialn. Thanks, Matthias