This is the mail archive of the ecos-maintainers@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: AT91EB55 and DataFlash


On Thu, Feb 12, 2009 at 12:08:26PM +0000, John Dallaway wrote:
> eCos maintainers
> 
> Building RedBoot for the AT91EB55 target (eb55) is currently failing due to:
> 
> a) CYGPKG_ERROR missing in the RedBoot .ecm files. It is required by
> CYGPKG_DEVS_FLASH_ATMEL_DATAFLASH.

I think this is because of the inclusion of IO_SPI in all targets
which have SPI. The dataflash CDL contains:

cdl_package CYGPKG_DEVS_FLASH_ATMEL_DATAFLASH {
    display       "Atmel DataFlash parts support"
    description   "Support for Atmel DataFlash"
    active_if     CYGPKG_IO_SPI
    requires      CYGPKG_ERROR    

I think just adding

    active_if     CYGPKG_IO_FLASH

will solve the problem. 

Also the redboot.ecm files need CYGPKG_ERROR adding.

I can make a patch for this...

  Andrew


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