Hi ~ all
I am runnig the Flash memory Read/Write Performance Test in a large
page flash (2K)
, but get the error as below.
ShellProc(SPM_BEGIN_TEST, ...) called
BEGIN TEST: "repeat at sector zero", Threads=0, Seed=5533
formatting the media...
DeviceIoControl(0x00561703, DISK_IOCTL_FORMAT_MEDIA)
disk contains 13952 total sectors
write size is 1 sectors (2048 bytes)
total writes to perform is 13952
repeat at sector zero : write/read 2048 bytes
00% complete
FAILED: DeviceIoControl(0x00561703, DISK_IOCTL_WRITE) failed
error 87
FAILED: DeviceIoControl(0x00561703, IOCTL_DISK_WRITE) failed
error 87
FAIL in C:\yzqasp1\private\test\BaseOS\Drivers\Storage\Function
\flshwear\.\flshwear.cpp at line 76: Dsk_WriteSectors(); error 87
FAIL in C:\yzqasp1\private\test\BaseOS\Drivers\Storage\Function
\flshwear\.\flshwear.cpp at line 197: ReadWritePerf()
ShellProc(SPM_END_TEST, ...) called
END TEST: "repeat at sector zero", FAILED, Time=0.
Anybody knows how to solve this problems? Thanks.
Vadim Yushprakh - 15 Jul 2008 20:27 GMT
The storage driver tests for CE6.0 R2 have been fixed to address this
flash-specific issue:
http://support.microsoft.com/kb/950687
For example, with the fix you can run the flshwear test with the following
commandline:
tux -o -d \release\flshwear.dll -c"/disk DSK0: /store /flash"
The other storage tests should work as well.
--Vadim Yushprakh
> Hi ~ all
>
[quoted text clipped - 23 lines]
>
> Anybody knows how to solve this problems? Thanks.