public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  minicom garbled
@ 2009-03-24  9:55 SlinceArm
  2009-03-24 22:19 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: SlinceArm @ 2009-03-24  9:55 UTC (permalink / raw)
  To: u-boot


Hi , all 

i have one s3c2440 board  , the bootloader is "vivi"

and i try to install u-boot 1.1.4 to this board but i get garbled from my
minicom :(

then i use "kermit" , the issue was same.

my setting  , 

Baudrate : 115200 8N1  

Hardware flow Control : NO

Software flow Control : NO

i search the issue from internet , i got solution 

change my languages or export LANG_ALL=C 

i do these , but the issue still casued.


HOST :

OS : Ubuntu 8.04
Kernel : 2.6.24-23

Target :

QT2440 ARM920T develop board


-- 
View this message in context: http://www.nabble.com/-U-Boot--minicom-garbled-tp22677067p22677067.html
Sent from the Uboot - Users mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] minicom garbled
  2009-03-24  9:55 [U-Boot] minicom garbled SlinceArm
@ 2009-03-24 22:19 ` Wolfgang Denk
  2009-03-26 12:38   ` SlinceArm
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2009-03-24 22:19 UTC (permalink / raw)
  To: u-boot

Dear SlinceArm,

In message <22677067.post@talk.nabble.com> you wrote:
> 
> i have one s3c2440 board  , the bootloader is "vivi"
> 
> and i try to install u-boot 1.1.4 to this board but i get garbled from my
> minicom :(

U-Boot 1.1.4 is prehistoric, please use reacent code. And minicom is
officially unsupported (see the repective entry in the U-Boot manual).

> Baudrate : 115200 8N1  

Maybe that setting is simply wrong?

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 at denx.de
Conscious is when you are aware of something, and conscience is  when
you wish you weren't.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] minicom garbled
  2009-03-24 22:19 ` Wolfgang Denk
@ 2009-03-26 12:38   ` SlinceArm
  2009-03-26 12:41     ` Jerry Van Baren
  0 siblings, 1 reply; 5+ messages in thread
From: SlinceArm @ 2009-03-26 12:38 UTC (permalink / raw)
  To: u-boot


Hi , Wolfgang Denk

Thank for your reply  : )

>U-Boot 1.1.4 is prehistoric, please use reacent code. And minicom is
>officially unsupported (see the repective entry in the U-Boot manual).

Ok , i will try to install u-boot-2009-03 in my board 

But , is any other setting  cause garbled ??

I get some information about my issue form internet .

They say , the issue is caused about my system language  

I changed it ( export LANG=C and my minicom character encoding )  

But the issue still there . 

> Baudrate : 115200 8N1  

>>Maybe that setting is simply wrong?

I refer my board manual , it's 115200 8N1



-- 
View this message in context: http://www.nabble.com/-U-Boot--minicom-garbled-tp22677067p22721175.html
Sent from the Uboot - Users mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] minicom garbled
  2009-03-26 12:38   ` SlinceArm
@ 2009-03-26 12:41     ` Jerry Van Baren
  2009-03-27 14:09       ` SlinceArm
  0 siblings, 1 reply; 5+ messages in thread
From: Jerry Van Baren @ 2009-03-26 12:41 UTC (permalink / raw)
  To: u-boot

SlinceArm wrote:
> Hi , Wolfgang Denk
> 
> Thank for your reply  : )
> 
>> U-Boot 1.1.4 is prehistoric, please use reacent code. And minicom is
>> officially unsupported (see the repective entry in the U-Boot manual).
> 
> Ok , i will try to install u-boot-2009-03 in my board 
> 
> But , is any other setting  cause garbled ??
> 
> I get some information about my issue form internet .
> 
> They say , the issue is caused about my system language  
> 
> I changed it ( export LANG=C and my minicom character encoding )  
> 
> But the issue still there . 
> 
>> Baudrate : 115200 8N1  
> 
>>> Maybe that setting is simply wrong?
> 
> I refer my board manual , it's 115200 8N1

Do you know the u-boot you loaded is configured for your board?  Another 
way for garbling is if your board's baud rate generator (clocking) is 
not what the u-boot that you loaded is configured for, causing it to 
generate an oddball baud rate.

gvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] minicom garbled
  2009-03-26 12:41     ` Jerry Van Baren
@ 2009-03-27 14:09       ` SlinceArm
  0 siblings, 0 replies; 5+ messages in thread
From: SlinceArm @ 2009-03-27 14:09 UTC (permalink / raw)
  To: u-boot



>Do you know the u-boot you loaded is configured for your board?  Another 
>way for garbling is if your board's baud rate generator (clocking) is 
>not what the u-boot that you loaded is configured for, causing it to 
>generate an oddball baud rate.

Hi , Jerry Van Baren-7

Thanks for your reply 

Yes , i am sure my U-boot is configured for my board. 

Thanks for your information  : )
-- 
View this message in context: http://www.nabble.com/-U-Boot--minicom-garbled-tp22677067p22742403.html
Sent from the Uboot - Users mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-27 14:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-24  9:55 [U-Boot] minicom garbled SlinceArm
2009-03-24 22:19 ` Wolfgang Denk
2009-03-26 12:38   ` SlinceArm
2009-03-26 12:41     ` Jerry Van Baren
2009-03-27 14:09       ` SlinceArm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox