* [U-Boot-Users] Kermit + minicom + u-boot
@ 2003-06-07 0:24 Woodruff, Richard
2003-06-08 18:05 ` Robert Schwebel
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Woodruff, Richard @ 2003-06-07 0:24 UTC (permalink / raw)
To: u-boot
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20030606/239f7179/attachment.htm
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Kermit + minicom + u-boot
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
2 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2003-06-08 18:05 UTC (permalink / raw)
To: u-boot
On Fri, Jun 06, 2003 at 07:24:19PM -0500, 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 ...
Minicom works with u-boot. Search the archive of the mailing list for
details.
Robert
--
Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
Braunschweiger Str. 79, 31134 Hildesheim, Germany
Handelsregister: Amtsgericht Hildesheim, HRA 2686
Phone: +49-5121-28619-0 | Fax: +49-5121-28619-4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Kermit + minicom + u-boot
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
2 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2003-06-08 19:51 UTC (permalink / raw)
To: u-boot
In message <FD2AC9A020DDD51194710008C7089B20053D4C5B@dlee17.itg.ti.com> you 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
Karim is right. Minicom is broken, even if some people like to use it.
> 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 ...
I always recommend to use "cu" for S-record download, and C-Kermit in
all other cases.
BTW: this has been discussed on tgghe mailing list MANY times before.
Please have a look at the archive beffore posting nest time!
> ------_=_NextPart_001_01C32C8B.23090FD0
> Content-Type: text/html
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
> <TITLE>Message</TITLE>
Please do not send HTML messages.
Please send plain text only.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
"Wish not to seem, but to be, the best." - Aeschylus
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Kermit + minicom + u-boot
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
2 siblings, 0 replies; 4+ messages in thread
From: Xianghua Xiao @ 2003-06-09 3:56 UTC (permalink / raw)
To: u-boot
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-06-09 3:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox