From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 26 Mar 2009 08:41:42 -0400 Subject: [U-Boot] minicom garbled In-Reply-To: <22721175.post@talk.nabble.com> References: <22677067.post@talk.nabble.com> <20090324221938.442C1832E406@gemini.denx.de> <22721175.post@talk.nabble.com> Message-ID: <49CB7806.4050500@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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