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 can I initial the flashs of sst29vfxxx and intel_strata at do_flash_init() ?


On Mon, Aug 08, 2005 at 12:20:38PM +0800, Steven_cheng wrote:
> Hello All,
> 
> In my platform, it supports two flashs with sst29vfxxx and intel_strata.
> When the cyg_start() of RedBoot calls the do_flash_init(),
> it only calls the flash_hwr_init() of intel_strata but sst29vfxxx.
> Then the redboot only disaply the flash info of intel_strata.
> How can I initial the flashs of sst29vfxxx and intel_strata at
> do_flash_init() ?

The flash infrastructure in the eCos trunk only supports one flash
driver. You need to use the flashv2 branch of eCos which supports
multiple flash drivers at the same time.

        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]