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: Concate two flashes


On Tue, Nov 07, 2006 at 06:19:17PM +0100, Manfred Gruber wrote:
> Hi !
> 
> I have 2 flash chips on redboot:
> RAM: 0x00000000-0x02000000, [0x000439c8-0x01fdd000] available
> FLASH: 0xf0000000 - 0xf1ffffff 256 x 0x20000 blocks 
> FLASH: 0xf2000000 - 0xf3ffffff 256 x 0x20000 blocks
> 
> Is there is now a solution to concate two flashes?

In this case yes. The two flashes are contiguous. So you don't need to
use the flash_v2 branch. You just need to configure the v1 driver so
that it knows there are two flash chips in sequence and it will appear
as just one block.

   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]