public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] Memory layout for ram and flash
@ 2002-03-13 18:15 Agarwal, Lomesh
  2002-03-17 23:57 ` Jesper Skov
  0 siblings, 1 reply; 4+ messages in thread
From: Agarwal, Lomesh @ 2002-03-13 18:15 UTC (permalink / raw)
  To: 'Jesper Skov'; +Cc: eCos Discuss

I was looking at URL for ecos configuration Tool version 2
(http://sources.redhat.com/ecos/ct2.html)
Page says that Memory Layout tool is missing in this release. Am I suppose
to use some other tool/release?

Thanks,
Lomesh

-----Original Message-----
From: Jesper Skov [mailto:jskov@redhat.com] 
Sent: Tuesday, March 12, 2002 11:24 PM
To: Charles-Henri Balet
Cc: eCos Discuss
Subject: Re: [ECOS] Memory layout for ram and flash


On Sat, 2002-03-09 at 16:02, Charles-Henri Balet wrote:
> Hi,
> My problem is for define the layout in the two file .ldi and .h, the
memory
> map of my board is
> 
> 1.-  SRAM from 0 to 0x7FFFF
> 2.-  Internal RAM 0x200000 to 0x200FFF
> 3.-  Flash from 0x820000 to 0x83FFFF
> 4.-  SRAM from 0x1000000 to 0x107FFFF
> 5.-  DRAM from 0x2000000 to 0x3FFFFFF
> 
> any can help me to construct the two layout file, .ldi and .h and how make

You can create the files using the config tool for windows. I'm pretty
sure it is covered in the documentation.

Alternatively, you can hand edit the files. The syntax should be obvious
- just adjust the addresses/sizes from the files of a similar platform.

> for use the flash section
> with the redboot fis tools ?

For that, you need to add a flash driver. See the porting guide
http://sources.redhat.com/ecos/docs-latest/porting/

Jesper


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

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

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

* RE: [ECOS] Memory layout for ram and flash
  2002-03-13 18:15 [ECOS] Memory layout for ram and flash Agarwal, Lomesh
@ 2002-03-17 23:57 ` Jesper Skov
  0 siblings, 0 replies; 4+ messages in thread
From: Jesper Skov @ 2002-03-17 23:57 UTC (permalink / raw)
  To: Agarwal, Lomesh; +Cc: eCos Discuss

On Wed, 2002-03-13 at 18:39, Agarwal, Lomesh wrote:
> I was looking at URL for ecos configuration Tool version 2
> (http://sources.redhat.com/ecos/ct2.html)
> Page says that Memory Layout tool is missing in this release. Am I suppose
> to use some other tool/release?

The older Windows-only version has the MLT support. If you can't run
that, edit the .ldi and .h files by hand.

Jesper


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

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

* Re: [ECOS] Memory layout for ram and flash
  2002-03-09  7:29 Charles-Henri Balet
@ 2002-03-13  3:17 ` Jesper Skov
  0 siblings, 0 replies; 4+ messages in thread
From: Jesper Skov @ 2002-03-13  3:17 UTC (permalink / raw)
  To: Charles-Henri Balet; +Cc: eCos Discuss

On Sat, 2002-03-09 at 16:02, Charles-Henri Balet wrote:
> Hi,
> My problem is for define the layout in the two file .ldi and .h, the memory
> map of my board is
> 
> 1.-  SRAM from 0 to 0x7FFFF
> 2.-  Internal RAM 0x200000 to 0x200FFF
> 3.-  Flash from 0x820000 to 0x83FFFF
> 4.-  SRAM from 0x1000000 to 0x107FFFF
> 5.-  DRAM from 0x2000000 to 0x3FFFFFF
> 
> any can help me to construct the two layout file, .ldi and .h and how make

You can create the files using the config tool for windows. I'm pretty
sure it is covered in the documentation.

Alternatively, you can hand edit the files. The syntax should be obvious
- just adjust the addresses/sizes from the files of a similar platform.

> for use the flash section
> with the redboot fis tools ?

For that, you need to add a flash driver. See the porting guide
http://sources.redhat.com/ecos/docs-latest/porting/

Jesper


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

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

* [ECOS] Memory layout for ram and flash
@ 2002-03-09  7:29 Charles-Henri Balet
  2002-03-13  3:17 ` Jesper Skov
  0 siblings, 1 reply; 4+ messages in thread
From: Charles-Henri Balet @ 2002-03-09  7:29 UTC (permalink / raw)
  To: ecos-discuss

Hi,
My problem is for define the layout in the two file .ldi and .h, the memory
map of my board is

1.-  SRAM from 0 to 0x7FFFF
2.-  Internal RAM 0x200000 to 0x200FFF
3.-  Flash from 0x820000 to 0x83FFFF
4.-  SRAM from 0x1000000 to 0x107FFFF
5.-  DRAM from 0x2000000 to 0x3FFFFFF

any can help me to construct the two layout file, .ldi and .h and how make
for use the flash section
with the redboot fis tools ?

many thanks
best regards

balet charles-henri




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

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

end of thread, other threads:[~2002-03-18  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-13 18:15 [ECOS] Memory layout for ram and flash Agarwal, Lomesh
2002-03-17 23:57 ` Jesper Skov
  -- strict thread matches above, loose matches on Subject: below --
2002-03-09  7:29 Charles-Henri Balet
2002-03-13  3:17 ` 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).