public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] loadb problem. Hangs on START_CHAR
Date: Mon, 17 Nov 2014 17:20:25 +0100	[thread overview]
Message-ID: <20141117162025.7B0743814FF@gemini.denx.de> (raw)
In-Reply-To: <1416231868926-196549.post@n7.nabble.com>

Dear Bo,

In message <1416231868926-196549.post@n7.nabble.com> you wrote:
> 
> I keep coming back to the fact that "loads" works fine in 115200 baud, but
> "loadb" does not.

This is the funny part of it.

> If there is indeed a timing issue, it must be some handshaking in the Kermit
> protocol, right? The "loads" command just absorbs data as it is transferred,
> but the "loadb" command, using Kermit, tries to speed up the transfer by
> adjusting packet size according to crc-errors.

But you don't even get there. You write you get stuck at the
START_CHAR - eventually there is a bug in the serial driver or even
in the hardware, such that it is not really 8 bit clean, or enables
parity or such.  "loads" s just an ASCII text transfer, i. e. it works
fine when you get only 7 data bits through.  "loadb" will really need
an 8 bit clean link.

> I am a bit baffled as you can imagine.

Me too.

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
Use the Force, Luke.

  reply	other threads:[~2014-11-17 16:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-07 12:53 [U-Boot] loadb problem. Hangs on START_CHAR bomellberg
2014-11-10 12:33 ` bomellberg
2014-11-10 12:51   ` Wolfgang Denk
2014-11-10 12:56     ` bomellberg
2014-11-17  9:54       ` bomellberg
2014-11-17 11:44         ` Wolfgang Denk
2014-11-17 11:57           ` bomellberg
2014-11-17 12:37             ` Wolfgang Denk
2014-11-17 12:38               ` bomellberg
2014-11-17 13:30                 ` Wolfgang Denk
2014-11-17 13:44                   ` bomellberg
2014-11-17 16:20                     ` Wolfgang Denk [this message]
2014-11-17 17:04                       ` [U-Boot] loadb problem. (was: Hangs on START_CHAR) bomellberg
2014-11-17 12:39             ` [U-Boot] loadb problem. Hangs on START_CHAR Wolfgang Denk
2014-11-17 13:23               ` bomellberg
2014-11-17 13:34                 ` Wolfgang Denk
2014-11-18  8:43                   ` [U-Boot] [SOLVED] loadb problem bomellberg
2014-11-18 18:38                     ` Wolfgang Denk
2014-11-18 20:46                       ` bomellberg
2014-11-19 12:16                         ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141117162025.7B0743814FF@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox