Hello,
I'm 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