public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS]  transfer .srec file onto redboot in ARM
@ 2008-12-24 11:50 abhishek srivastava
  2008-12-25 13:25 ` Jesper Skov
  0 siblings, 1 reply; 2+ messages in thread
From: abhishek srivastava @ 2008-12-24 11:50 UTC (permalink / raw)
  To: ecos-discuss


 sir,
 as i did for i386PC, i tried the same for arm-eabi as well
 but couldnt get the desired result.
 i had successfully generated .srec file........not sure,
 that whether .srec file used to be transferred to redboot in
 target in case of arm or hex??
 when i tried to transfer .srec file to arm board it gave
 folllowing error.....plz ckeck and tell what wrong i did
 this is the message i got on my hyperterminal at host!!
 
 RedBoot(tm) bootstrap and debug environment [ROM]
 Non-certified release, version UNKNOWN - built 11:24:46,
 Dec 24 2008
 
 Platform: Hobby-Robotics LPC2XXX/IH1_PROC_LPC_1
 (ARM7TDMI-S)
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
 Copyright (C) 2003, 2004, 2005, 2006 eCosCentric Limited
 
 RAM: 0x40000000-0x40010000, [0x40005940-0x40004000]
 available
 RedBoot> load -v -m yMODEM
 CCC*** Abort! Attempt to load S-record to address:
 0x00000000, which is not vali
 d
 xyzModem - CRC mode, 1(SOH)/1(STX)/0(CAN) packets, 5
 retries
 RedBoot>

i would also like to know, is there any procedure to use ARM ROM space (512k) to write GUI for graphical LCD? actually my graphial LCD RAM is only of 32K, and i need to have few simple GUI on LCD.

any suggestions please!! 
 
 thank you
 



      Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/


--
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

* Re: [ECOS] transfer .srec file onto redboot in ARM
  2008-12-24 11:50 [ECOS] transfer .srec file onto redboot in ARM abhishek srivastava
@ 2008-12-25 13:25 ` Jesper Skov
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Skov @ 2008-12-25 13:25 UTC (permalink / raw)
  To: ecos-discuss

On Wed, Dec 24, 2008 at 11:53 AM, abhishek srivastava
<just_abhi22@yahoo.co.in> wrote:
>  when i tried to transfer .srec file to arm board it gave
>  folllowing error.....plz ckeck and tell what wrong i did
>  this is the message i got on my hyperterminal at host!!

And the message tells you what is wrong. Have a look:

>  RAM: 0x40000000-0x40010000, [0x40005940-0x40004000]  available
>  RedBoot> load -v -m yMODEM
>  CCC*** Abort! Attempt to load S-record to address:
>  0x00000000, which is not valid

So you have RAM at 0x4gazzilion, and you are trying to load data to address 0.

You are probably trying to download ROM configuration tests to RAM.
Build RAM configurations instead.

Jesper

-- 
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:[~2008-12-25  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-24 11:50 [ECOS] transfer .srec file onto redboot in ARM abhishek srivastava
2008-12-25 13:25 ` Jesper Skov

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).