Hello All,

I have some questions related to the SD and ethernal card drivers under
Windows CE 4.2.

Let me first explain the behaviour that I am observing :-

The sd card works fine when i build the kernel with the ethernal component
cs8900
,i delete the ethernal cs8900 from the kernel when i rebuild the nk,the sd
card can't be found now!after i add the cs8900 component again and rebuild
the nk,the sd come out again!
need your help

enyuan sun
thanks!

Re: sd & ethernal by Voidcoder

Voidcoder
Wed Apr 12 07:32:31 CDT 2006

Check conditional statements in your *.reg and *.bib files
(cs8900 related places), may be something is wrong there.
Also check the CEC file to see what variables / dependencies
are defined for cs8900.

"enyuan sun" <enyuan sun@discussions.microsoft.com> wrote in message
news:B1C61D03-BF21-4298-8FC2-27C5E7A94E8A@microsoft.com...
> Hello All,
>
> I have some questions related to the SD and ethernal card drivers under
> Windows CE 4.2.
>
> Let me first explain the behaviour that I am observing :-
>
> The sd card works fine when i build the kernel with the ethernal component
> cs8900
> ,i delete the ethernal cs8900 from the kernel when i rebuild the nk,the sd
> card can't be found now!after i add the cs8900 component again and rebuild
> the nk,the sd come out again!
> need your help
>
> enyuan sun
> thanks!
>



Re: sd & ethernal by enyuansun

enyuansun
Thu Apr 13 07:29:02 CDT 2006


thanks a lot:
i rebuild the kernel with the the two component sd and and cs8900,and at the
same time i take my cs8900 chip down from my board,now the sd card can't find
again!if i leave it on the board,the sd card can be found again,why ?is it
the variables/dependencies lead to it?
i found that if the dll of cs8900 autoload failed,the sd card dll autoload
will failed too,what relation between them?need you help!