Windows Embedded
(1)
EMVP
(1)
MirrorBit
(1)
Freescale
(1)
Eurotech.it.nospam
(1)
FLATRELEASEDIR
(1)
Followint
(1)
WINCEROOT
(1)

Including my FASLD driver and excluding FASLD driver

Asked By paolo patierno
20-Nov-09 02:59 AM
Hello,
I am working on Windows CE 5.0 and Freescale BSP iMX31.
I have a NOR Spansion MirrorBit and I have received a FASLD driver from
Spansion Support. I have put this driver in the path
%WINCEROOT%\PLATFORM\IMX31\SRC\DRIVERS\BLOCK\FASL\FASLD and I have included
this driver in the OS Design by setting the environment variable
BSP_NOR_SPANSION = 1. It generates the fasld.dll DLL.
The Microsoft give us a driver for MirrorBit NOR Spansion in the path
%WINCEROOT%\PLUBLIC\COMMON\OAK\DRIVERS\BLOCK\MSFLASHFMD\FASL\FASLD that
generates the fasld_lib.lib. This lib is linked with coredll or ceddk and
generates fasld.dll. My question is the followint : How can I have the
guarantee that in the NK.bin is inserted my fasld.dll and is excluded the
Microsoft dll ?

Thanks,
Paolo

If you want to be sure you can change the name of the BSP DLL in the

Luca Calligaris [eMVP] replied to paolo patierno
20-Nov-09 04:55 AM
If you want to be sure you can change the name of the BSP DLL in the sources
file and in your platform.bib and platform.reg files. Anyway when you
generate (blddemo) your OS, one of the steps which is performed is to copy
the various files to the
%_FLATRELEASEDIR%: since the BSP binaries are copied after the 'public' ones
your FASLD will overwrite the original one.
--
Luca Calligaris (MVP-Windows Embedded)
l.calligaris.nospam@eurotech.it.nospam
www.eurotech.it

Ok..thank you very much.Paolo."Luca Calligaris [eMVP]" wrote:

paolo patierno replied to Luca Calligaris [eMVP]
20-Nov-09 06:09 AM
Ok..thank you very much.
Paolo.
Post Question To EggHeadCafe