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]

enabling flash from configtool


Argh. I'm attempting to enable my flash driver code from the configtool
by:

1) writing a flash.c and flash.h and putting them in my
/ecos/packages/devs/flash/arm/myboard/current/src/

2)writing a flash_myboard.cdl and putting it in
/ecos/packages/devs/flash/arm/myboard/current/cdl

3) adding a package -hardware CYGPKG_HAL_ARM_MYBOARD current ;
to my redboot_ROM.ecm

4) adding a package CYGPKG_DEVS_FLASH_ARM_MYBOARD in ecos.db

5) adding CYGPKG_DEVS_FLASH_ARM_MYBOARD to the packages defined for the
target of my board in ecos.db

6) opening the configtool, selecting the template for my board and
redboot from the packages popup menu.

What I get is a grayed out MYBOARD FLASH memory support entry in my
configuration but I don't believe it is actually compiled (I tested this
by placing an obvious syntax error in my flash.c code so that the
compilation would fail). The compilation doesn't fail.

What am I missing?

Frustrated m@

--------------------------------------------------------------------------------


The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited.

If you received this in error, please contact the sender or postmaster (postmaster@hanoverdisplays.com) and delete the material from any computer.

Although we routinely screen for viruses, addressees should check this e-mail and any attachment for viruses. We make no warranty as to absence of viruses in this e-mail or any attachments.

Our Company's email policy is to permit incidental personal use. If this email is of a personal nature, it must not be relied upon as expressing the views or opinions of the company.

Visit out website at www.hanoverdisplays.com



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