
12 Aug
2007
12 Aug
'07
6:17 p.m.
In message op.twycx8f1i2vpqq@localhost you wrote:
I have an PXA270 bord with U-boot version 1.1.2 (Dec 22 2005 - 09:10:28) I want to change the file stream stdin and stdout to the serial COM port 2, now its on COM1 I tried with
-setenv stdin serial1 -saveenv
also tried with
-setenv stdin=serial1 -saveenv
but no luck. The file stream is always COM1. Can you gibe me a hint?
As a very first step you should try finding out which I/O devices are configured on your system. What does the "coninfo" command print?
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@denx.de
In general, they do what you want, unless you want consistency.
- Larry Wall in the perl man page