From: Xianghua Xiao <xxiao@austin.rr.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Kermit + minicom + u-boot
Date: 08 Jun 2003 22:56:50 -0500 [thread overview]
Message-ID: <1055131017.1091.19.camel@localhost.localdomain> (raw)
In-Reply-To: <FD2AC9A020DDD51194710008C7089B20053D4C5B@dlee17.itg.ti.com>
Richard,
I'm using kermit+minicom+uboot fine all the time. you can try to
configure minicom to call kermit directly. here is what i did:
1. install ckermit on a linux machine(on RH machines, you can find RPM
for direct installation)
2. when you configure minicom by "minicom -s"(you have to be root),
2.1 go to 'File Transfer protocols",you will find two lines commands for
kermit, replace the default "%l" by "%f", e.g. change /usr/bin/kermit -i
-l %l -s to /usr/bin/kermit -i -l %f -b %b -s YUYNN, another line could
be /usr/bin/kermit -i -l %f -b %b -r NDYNN
2.2 go to "Serial port setup" and configure your serial port and
baudrate there.
2.3 go to "Modem and dialing", erase the strings after A,B,K, i.e. make
these three lines empty
2.4. go to "save setup as dfl"
2.5. go to "exit from minicom"
3. make sure your serial port devices are 'rw' to non-root users
4. as a non-root user, run 'minicom' again, and boot up u-boot and get
the u-boot prompt inside minicom
5. under u-boot, when you want to do a binary download, for example, you
do something like:
u-boot>loadb 1000000 ramdisk 115200
//now you can do Ctrl-A-Z, then press 'P' to choose the download
baudate to 115200(if you're not using 115200 as your default baudrate),
then do Ctrl-A-Z, and press "S", scroll down to 'kermit' and press on
it, you will be presented a browser window to choose any file you want
to download via kermit.
6. after the download, you do "imi 1000000" to check the integrity for
the downloaded file.
this is the procedure we're using at motorola, and it works fine.
regards,
xianghua
PowerPC System Enablement
On Fri, 2003-06-06 at 19:24, Woodruff, Richard wrote:
> Is there any problem using this combination for serial downloads into
> u-boot. I've not had much luck. I was mildly surprised that the "Building
> Embedded Linux Systems Book" by Yaghmour, singled out minicom as not working
> well with u-boot. Minicom has been around so long that I thought it would
> just work......that and when you check your minicom log it just calls
> /usr/bin/kermit anyway.
>
> Any suggestions for what is bet to use? cu,seyon, c-kermit directly,
> g-kermit ...
>
> Thanks,
>
> Richard W.
prev parent reply other threads:[~2003-06-09 3:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-07 0:24 [U-Boot-Users] Kermit + minicom + u-boot Woodruff, Richard
2003-06-08 18:05 ` Robert Schwebel
2003-06-08 19:51 ` Wolfgang Denk
2003-06-09 3:56 ` Xianghua Xiao [this message]
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=1055131017.1091.19.camel@localhost.localdomain \
--to=xxiao@austin.rr.com \
--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