public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] about GDB download speed.
@ 2004-04-28 11:29 user new
  0 siblings, 0 replies; 2+ messages in thread
From: user new @ 2004-04-28 11:29 UTC (permalink / raw)
  To: ecos-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=gb2312, Size: 1453 bytes --]

hello, everybody,
 
    I have ported redboot to an ARM
board with a FLASH ROM in 0x00000000, and the redboot
is running in ROM mode. Debug function is OK, and the
tftp download speed is about 3 M bps. But the GDB
download speed is only about 75 K bps. 
    I have read the mail talking about
speed up the GDB download speed, and modified the
packet size of redboot GDB stub to 20K bytes, 
 
(generic-stub.c)
// #define BUFMAX 2048
#define BUFMAX 20480
 
and set the GDB with the following command in the
console:
 
    set download-write-size 20000
    set remote memory-write-packet-size
20000
    set remote memory-write-packet-size
fixed
 
    Why the speed is still so slow,
does the mode of run in ROM effect? BTW, I have never
enabled the cache of the CPU, does this effect?
    Any suggestion is appreciated.
 
Best Reguards
Rich
 



_________________________________________________________
Do You Yahoo!? 
»ÝÆÕTTÓÎÏ·¾ç£¬ÍæÓÎÏ·£¬Öд󽱣¡
http://cn.rd.yahoo.com/mail_cn/tag/SIG=1402c0to2/**http%3A%2F%2Fhp.allyes.com%2Flaserjet%2Fgamestory%2Findex.html%3Fjumpid%3Dex_hphqapcn_MongooseLJ1010%2F201073CN407016%2FYahoo

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* [ECOS] about GDB download speed.
@ 2004-04-28 11:51 user new
  0 siblings, 0 replies; 2+ messages in thread
From: user new @ 2004-04-28 11:51 UTC (permalink / raw)
  To: ecos-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=gb2312, Size: 1326 bytes --]

hello, everybody,

    (sorry about my last mail.)
    I have ported redboot to an ARM board with a FLASH
ROM in 0x00000000, and the redboot is running in ROM
mode. Debug function is OK, and the tftp download
speed is about 3 M bps. But the GDB download speed is
only about 75 K bps. 
    I have read the mail talking about speed up the
GDB download speed, and modified the packet size of
redboot GDB stub to 20K bytes, 

(generic-stub.c)
// #define BUFMAX 2048
#define BUFMAX 20480

and set the GDB with the following command in the
console:

    set download-write-size 20000
    set remote memory-write-packet-size 20000
    set remote memory-write-packet-size fixed

    Why the speed is still so slow, does the mode of
run in ROM effect? BTW, I have never enabled the cache
of the CPU, does this effect?
    Any suggestion is appreciated.

Best Reguards
Rich


_________________________________________________________
Do You Yahoo!? 
»ÝÆÕTTÓÎÏ·¾ç£¬ÍæÓÎÏ·£¬Öд󽱣¡
http://cn.rd.yahoo.com/mail_cn/tag/SIG=1402c0to2/**http%3A%2F%2Fhp.allyes.com%2Flaserjet%2Fgamestory%2Findex.html%3Fjumpid%3Dex_hphqapcn_MongooseLJ1010%2F201073CN407016%2FYahoo

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2004-04-28  4:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-28 11:29 [ECOS] about GDB download speed user new
2004-04-28 11:51 user new

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).