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: Nor flash driver


On Fri, Apr 17, 2009 at 04:46:31AM -0400, keerti@mrt-communication.com wrote:
> 
> 
> Dear all,
> 
> I have a driver for 4MB NOR flash ,I want to ungrade that code for 8MB NOR
> flash.I have seen through the datasheet ,the working of both the flash are
> same(erase steps,ID steps)as they are both EON company flashes.Can i use
> the same driver  for 8MB  by changing device id.

You don't change the device ID. You add a new entry for the new device
ID.

You might also need to fiddle with the MMU setup for your target to
allow you to access the extra 4MB of memory space.

      Andrew

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