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]

Flash - the saga continues


Hi everyone.
The procedure for enabling your flash drivers is still baffling me.
I have a configuration in configtool which shows that I have FLASH
device drivers and, within that my board specific FLASH memory support.

I can successfully build and I know that my files (MYBOARD_flash.c and
.h) are being compiled.

The trouble is that the flash functions declared and defined therein are
not called. In fact I can rename them and Redboot doesn't seem to miss
them.
Obviously this suggests that it's finding a set of flash_hwr_init,
flash_query, etc. functions elsewhere and uses those instead. 

What gets me is that I can't find where those other definitions would be
(unless it's secretly compiling the files for some other flash device in
the /packages/devs/ directory). 
One thing that strikes me as slightly odd is that the generated file
devs_flash_arm_myboard.h does nothing but define
CYGONCE_PKGCONF_DEVS_FLASH_ARM_MYBOARD_H

Is there a dummies guide out there?

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]