public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Problem in installing redboot
@ 2001-06-06 23:15 Suresh N
  2001-06-07  3:36 ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: Suresh N @ 2001-06-06 23:15 UTC (permalink / raw)
  To: ecos-discuss

Hi,
    while building redboot for mbx board i am getting error in this
command to get redboot.ppcbug

<cut>
powerpc-eabi-objcopy -O srec
/export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.elf
/export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.srec
powerpc-eabi-objcopy -O srec --change-address=0x02040000
/export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.elf
/export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.ppcbug

powerpc-eabi-objcopy: unrecognized option `--change-address=0x02040000'
</cut>
any idea why this change address is required ?

thanx in advance,
regards

-----------------***************************************----------------
				N.SURESH
		            Research Engineer,
		  Centre For Development of Telematics,
		       	   71/1,Sneha Complex,
			    Bangalore-560052		
-----------------***************************************----------------

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

* RE: [ECOS] Problem in installing redboot
  2001-06-06 23:15 [ECOS] Problem in installing redboot Suresh N
@ 2001-06-07  3:36 ` Gary Thomas
  2001-06-07  3:50   ` Suresh N
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2001-06-07  3:36 UTC (permalink / raw)
  To: Suresh N; +Cc: ecos-discuss

On 07-Jun-2001 Suresh N wrote:
> Hi,
>     while building redboot for mbx board i am getting error in this
> command to get redboot.ppcbug
> 
> <cut>
> powerpc-eabi-objcopy -O srec
> /export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.elf
> /export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.srec
> powerpc-eabi-objcopy -O srec --change-address=0x02040000
> /export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.elf
> /export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.ppcbug
> 
> powerpc-eabi-objcopy: unrecognized option `--change-address=0x02040000'
> </cut>
> any idea why this change address is required ?

What version of powerpc-eabi-objcopy (where'd you get it) is this?

The option is used to move the code [relocate] so that RedBoot can
be programmed into the Flash by EPPCbug.  The Flash chips actually
change addresses based on a jumper, so the device that RedBoot will
actually be in is at 0xFE000000, but EPPCbug sees it at 0xFC000000.
The "change-address" option takes the image destined to load at
0xFE000000 and move it so that it will load at 0x00040000.

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

* RE: [ECOS] Problem in installing redboot
  2001-06-07  3:36 ` Gary Thomas
@ 2001-06-07  3:50   ` Suresh N
  2001-06-07  9:30     ` Jonathan Larmour
  0 siblings, 1 reply; 4+ messages in thread
From: Suresh N @ 2001-06-07  3:50 UTC (permalink / raw)
  To: Gary Thomas; +Cc: ecos-discuss

hi

I am using objcopy version 2.9-ecosSWtools-990319.. downloaded from ecos
website...

bye

-----------------***************************************----------------
				N.SURESH
		            Research Engineer,
		  Centre For Development of Telematics,
		       	   71/1,Sneha Complex,
			    Bangalore-560052		
-----------------***************************************----------------

On Thu, 7 Jun 2001, Gary Thomas wrote:

> 
> On 07-Jun-2001 Suresh N wrote:
> > Hi,
> >     while building redboot for mbx board i am getting error in this
> > command to get redboot.ppcbug
> > 
> > <cut>
> > powerpc-eabi-objcopy -O srec
> > /export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.elf
> > /export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.srec
> > powerpc-eabi-objcopy -O srec --change-address=0x02040000
> > /export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.elf
> > /export/home1/nsuresh/ecos/redboot-build/install/bin/redboot.ppcbug
> > 
> > powerpc-eabi-objcopy: unrecognized option `--change-address=0x02040000'
> > </cut>
> > any idea why this change address is required ?
> 
> What version of powerpc-eabi-objcopy (where'd you get it) is this?
> 
> The option is used to move the code [relocate] so that RedBoot can
> be programmed into the Flash by EPPCbug.  The Flash chips actually
> change addresses based on a jumper, so the device that RedBoot will
> actually be in is at 0xFE000000, but EPPCbug sees it at 0xFC000000.
> The "change-address" option takes the image destined to load at
> 0xFE000000 and move it so that it will load at 0x00040000.
> 

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

* Re: [ECOS] Problem in installing redboot
  2001-06-07  3:50   ` Suresh N
@ 2001-06-07  9:30     ` Jonathan Larmour
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Larmour @ 2001-06-07  9:30 UTC (permalink / raw)
  To: Suresh N; +Cc: Gary Thomas, ecos-discuss

Suresh N wrote:
> 
> I am using objcopy version 2.9-ecosSWtools-990319.. downloaded from ecos
> website...

If you found those tools, you would probably have seen they were for an old
version of eCos. You can get newer tools by downloading binutils 2.11. See
http://sources.redhat.com/ecos/tools/linux-powerpc-eabi.html for more.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/

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

end of thread, other threads:[~2001-06-07  9:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-06 23:15 [ECOS] Problem in installing redboot Suresh N
2001-06-07  3:36 ` Gary Thomas
2001-06-07  3:50   ` Suresh N
2001-06-07  9:30     ` Jonathan Larmour

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