Re: Windows CE 5.0 eval edition problem
From: fd (fd_at_daptech.com)
Date: 08/13/04
- Next message: kamaal: "Re: rtl8139 problem"
- Previous message: Cary Lewis: "Help with Device Driver - Power Up Handling"
- In reply to: fd: "Windows CE 5.0 eval edition problem"
- Next in thread: fd: "Re: Windows CE 5.0 eval edition problem"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Aug 2004 09:41:15 -0400
Looked more deeply and no it's not the cache. I build a simple program to
use the FindFisrtfile-FindNextFile functions. That's where the problem is.
Calling those functions on CE5.0 are very much slower than on CE4.2.
Any idea where I have to look now?
Regards.
"fd" <fd@daptech.com> wrote in message
news:evsfmshfEHA.2460@TK2MSFTNGP12.phx.gbl...
>
>
> I have successfully adapted CE 4.2 to CE 5.0 but I have some problem with
> the disk cache. I have exactly the same "Sysgened" (except for obsolet and
> new sysgen switch) configuration and the same hardware.
>
>
>
> On my 4.2 system when the Desktop display icons (15 icon), it's very fast.
> Same for unfolding Start menu program.
>
>
>
> On CE 5.0 when the Desktop display icons (15 icon), it's very slow and
also
> for displaying the Start menu program.
>
>
>
> After digging, it appears that the read cache is not active on CE 5.0. I
saw
> that after enabling some trace in Nand's DiskIO read sector, sectors are
> always requested from hardware. This is not the same on CE 4.2.
>
>
>
> My system is a PXa255, 64 mb RAM, 64 mb Nand
>
> ROM only file system is enabled on the Nand.
>
>
>
> [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\NandDisk]
>
> "Name"="NandDisk2 Flash Device"
>
> "Folder"="Storage_Nand2"
>
> "AutoPart"=dword:0
>
> "AutoFormat"=dword:1
>
> "MountFlags"=dword:7
>
> "PartitionDriver"=""
>
> "FileSystem"="fatfsd.dll"
>
> "CacheDll"="diskcache.dll"
>
>
>
> [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\NandDisk\FATFS]
>
> "CacheSize"=dword:0
>
> "MountAsRoot"=dword:1
>
> "Flags"=dword:00000026
>
> "EnableCacheWarm"=dword:0
>
> "EnableCache"=dword:1
>
>
>
> Any idea where I have to look now.
>
>
>
> Regards
>
>
- Next message: kamaal: "Re: rtl8139 problem"
- Previous message: Cary Lewis: "Help with Device Driver - Power Up Handling"
- In reply to: fd: "Windows CE 5.0 eval edition problem"
- Next in thread: fd: "Re: Windows CE 5.0 eval edition problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|