This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to add flash devices not contigously mapped to memory


On 9/28/06, Gary Thomas <gary@mlbassoc.com> wrote:
saurabh prakash wrote:
> hello all,
>
> I am working on a powerPC board with five flash devices of type AM29LV800.
> I have used four of them in 16 bit mode which are contigous and maps
> to address 0x30000000 -- 0x30100000, and they are working as expected.
> I want to map fifth device to a memory location which is not contigous
> to the above four. does anyone have any idea, how to do this in ecos?

Use the MMU to map it contiguously with the other devices.

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

does that imply that the ecos flash driver cannot work for flash
devices which are not located contigously, and one has to make them
contigous using MMU?

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]