Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WinCE6.0 - MSFLASH for STRATAFLASH

2 views
Skip to first unread message

Sam

unread,
Jun 20, 2007, 9:16:21 AM6/20/07
to
Hai ,

I want to use the flash memory based FAT file system on PXA27X DevKit. After
refering few google groups post on net, i added the following catalog items
and reg entries. I was not sure about which file system to add
SYSGEN_FSRAMROM or SYSGEN_FSROMONLY, so i did non.
Still i do not see any folder named "NOR Flash" in the root directory of
device after download the image thru ethernet.
Please help to fix it up !

Regards
SAM


Address table entries:
IF :DEF: MCPII_MODULE
DCD 0x9AA00000, 0x00000000, 64 ; MAINSTONEII: nCS0: MCPII
Module Boot Flash (64MB).
ELSE
DCD 0x9AA00000, 0x04000000, 32 ; MAINSTONEII: nCS1:
Secondary flash (32MB).
DCD 0x9CA00000, 0x00000000, 32 ; MAINSTONEII: nCS0: Boot
Flash (32MB).
ENDIF

Catalog Items:
SYSGEN_MSFLASH_STRATAD
SYSGEN_FATFS
SYSGEN_STOREMGR_CPL

Project.Reg file
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\StrataFMD]
"Dll"="stratad.dll"
"Order"=dword:2
"Prefix"="DSK"
"Ioctl"=dword:4
"Profile"="MSFlash"
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"BlockSize"=dword:40000
"WriteBufferSize"=dword:40
"MemBase"=dword:BCA00000
"MemLen"=dword:01000000
"IsPairedFlash"=dword:1
"Flags"=dword:1000
"MountBootable"=dword:1

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MSFlash]
"DriverPath"="Drivers\\BuiltIn\\StrataFMD"
"LoadFlags"=dword:1 ; synchronous load
"Order"=dword:0
"BootPhase"=dword:0

; Override names in default profile
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]
"Name"="MSFLASH for STRATAFLASH"
"Folder"="NOR Flash"
"DefaultFileSystem"="FATFS"
"PartitionDriver"="mspart.dll"
"AutoMount"=dword:1
"AutoPart"=dword:1
"AutoFormat"=dword:1
"MountFlags"=dword:E

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]
"Dll"="fatfsd.dll"
"Flags"=dword:00000014
"Util"="fatutil.dll"
"Paging"=dword:1
"CacheSize"=dword:0
"MountAsRoot"=dword:1
"MountAsBootable"=dword:1
"MountPermanent"=dword:1


K. S. Huang

unread,
Jun 20, 2007, 3:49:04 PM6/20/07
to
If you wish having the StrataFMD as root filesystem, you should pick the
SYSGEN_FSROMONLY option.
"Sam" <S...@Sam.com> wrote in message
news:uvz40xzs...@TK2MSFTNGP05.phx.gbl...

Sam

unread,
Jun 21, 2007, 1:08:30 AM6/21/07
to
Hai Huang,

I do not want flash as root, kindly tell me whats wrong in the reg entries/
other configuration, am i missing anything?

SAM

"K. S. Huang" <k_Underln_s_Underln_huang_AT_yahoo_DOT_com> wrote in message
news:uzzPkO3...@TK2MSFTNGP02.phx.gbl...

sam....@gmail.com

unread,
Jun 21, 2007, 8:18:32 AM6/21/07
to
Hai

I am getting the following error, i am using SYSGEN_FSRAMROM.
The following are the reg entries, address table entries. What does
"STRATA
Error: Block 1 locked" mean ?
I am loooking forward to mount either of the flash memory available on
PXA27X kit as NOR Flash folder with 1 MB capacity.
Please help to fix this one.

Thank you
SAM

Debug Window output:

4294772324 PID:400002 TID:9d0002 FSDMGR!MountStore: Attaching new
storage
device "MSFlash"
4294772324 PID:400002 TID:9d0002 Kernel DLL 'stratad.dll' needs thread
creation/deletion notification
4294772324 PID:400002 TID:9d0002 FMD_Init: Warning, IsPairedFlash not
specified in registry. Using value of 0.
4294772324 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294772324 PID:400002 TID:9d0002 STRATA Error: Block 1 locked ...
Lower
flash.
4294772324 PID:400002 TID:9d0002 STRATA Error: Block 1 locked ...
Upper
flash.
4294772324 PID:400002 TID:9d0002 FMD_EraseBlock: Unable to whack block
signature
4294772324 PID:400002 TID:9d0002 VerifySignatures: error in
FMD_EraseBlock,
bailing
4294772324 PID:400002 TID:9d0002 ERROR: FMD_Init: Error while trying
to
verify block signatures.
4294772324 PID:400002 TID:9d0002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\falmain.cpp at line 201
4294772324 PID:400002 TID:9d0002 DEBUG_BREAK @c0889720 Ignored.
4294772324 PID:400002 TID:9d0002 FLASHDRV.DLL:Unable to initialize
FLASH
Media Driver (FMD).
4294772324 PID:400002 TID:9d0002 FSDMGR!MountStore: Failed mounting
store
"MSFlash"; error=6
4294772324 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::~StoreDisk_t:
deleting
store (D004AC90)
4294772324 PID:400002 TID:9d0002 FSDMGR!AutoLoadFileSystems: Unable to
auto-load HKLM\System\StorageManager\AutoLoad\MSFlash; error=6

Reg Entries:

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\StrataFMD]

"Dll"="stratad.dll"

"Order"=dword:2

"Prefix"="DSK"

"Ioctl"=dword:4

"Profile"="MSFlash"

"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"

"BlockSize"=dword:40000

"WriteBufferSize"=dword:40

"MemBase"=dword:BAA00000

"MemLen"=dword:00100000

"IsPairedFlash"=dword:0

"Flags"=dword:1000

"MountBootable"=dword:0

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MSFlash]

"DriverPath"="Drivers\\BuiltIn\\StrataFMD"

"LoadFlags"=dword:2

"Order"=dword:0

"BootPhase"=dword:2

; Override names in default profile

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]

"Name"="MSFLASH for STRATAFLASH"

"Folder"="NOR Flash"

"DefaultFileSystem"="FATFS"

"PartitionDriver"="mspart.dll"

"AutoMount"=dword:1

"AutoPart"=dword:1

"AutoFormat"=dword:1

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]

"Dll"="fatfsd.dll"

"Flags"=dword:00000014

"Util"="fatutil.dll"

"Paging"=dword:1

"CacheSize"=dword:0

"MountAsRoot"=dword:0

"MountAsBootable"=dword:0

"MountPermanent"=dword:0

"MountAsRom"=dword:0

"MountAsHidden"=dword:0

Bruce Eitman [eMVP]

unread,
Jun 21, 2007, 8:44:11 AM6/21/07
to
It means that block 1 is locked, or marked as not writable. You need to
unlock some flash parts before you can erase or write them. I think that
MSFlash expects that the parts have been unlocked by the bootloader.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

<sam....@gmail.com> wrote in message
news:1182428312.5...@i38g2000prf.googlegroups.com...

sam....@gmail.com

unread,
Jun 21, 2007, 10:32:24 AM6/21/07
to
Hai Bruce,

Thanks for replying,
How to unlock the blocks? and
who is suppose to do that boot loader or kernel ?

Thank you
SAM

Bruce Eitman [eMVP]

unread,
Jun 21, 2007, 11:52:20 AM6/21/07
to
Either bootloader or kernel, or modify MSFlash to do it on initialization
and resume. MSFlash has a function to unlock the blocks. The mainstone
bootloader only unlocks blocks when it erases the block.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

<sam....@gmail.com> wrote in message
news:1182436344....@d30g2000prg.googlegroups.com...

K. S. Huang

unread,
Jun 21, 2007, 3:29:33 PM6/21/07
to
Due to you havbe the following registry

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]

"MountAsRoot"=dword:1

And the other one is for store the hive-based registry setting, if you don't
use hive remove it as well.
"MountAsBootable"=dword:1

"Sam" <S...@Sam.com> wrote in message

news:OtJS6F8s...@TK2MSFTNGP05.phx.gbl...

Anand

unread,
Jun 21, 2007, 9:55:10 PM6/21/07
to
Sam,
Find the fmd.cpp file and add this line to unlock the block.
SetBlockLock(dwBlockID, 1, FALSE)
You need to keep track of which blocks are locked and unlocked and whenever
the FMD_WriteSector gets called you need to unlock the block if it is not
unlocked already. StrataFlash is all locked at power up time by default.
Good luck.
Anand

<sam....@gmail.com> wrote in message
news:1182436344....@d30g2000prg.googlegroups.com...

Bruce Eitman [eMVP]

unread,
Jun 22, 2007, 8:24:07 AM6/22/07
to
*Some* Strata flash are all locked at power up.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

"Anand" <a1...@hotmail.com> wrote in message
news:eMXSeBH...@TK2MSFTNGP04.phx.gbl...

Sam

unread,
Jun 25, 2007, 5:36:45 AM6/25/07
to
Hai experts,

1)As Anand mentioned i have called "SetBlockLock(dwBlockID, 1, FALSE)" in
the "VerifySignatures()" now i am not getting "STRATA Error: Block 1 locked"
error. Is that fine to call SetBlockLock() in the VerifySignatures() to
unlock, shall i leave it SetBlockLock() in VerifySignatures() ?

2)Even after clearing that block lock error, i donot see norflash folder in
the root, but i can see a partion created in the strorage manger control
panel applet, but when i try to mount that one it says "unable to mount". i
am able to delete the existing partion and create new partiton, but not able
to mount that one also. the following are the error messages and registry ,
what could be wrong ?

Looking for a reply...

Thank you
SAM

Debug window output

4294779454 PID:400002 TID:9d0002 INFO: FMD_Init: Flash Address=0xbca00000
Length=0x500000.
4294779454 PID:400002 TID:9d0002 FLASHDRV.DLL:BuildupMappingInfo() - Enter.
4294779454 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::OpenDisk(0xD0049890)
DeviceInfo Class(0x00000001) Flags(0x00000015) Type(0x00000002)
Profile(MSFlash)
4294779454 PID:400002 TID:9d0002 FMD_OEMIoControl: unrecognized IOCTL
(0x71c24).
4294779454 PID:400002 TID:9d0002 FSDMGR!DumpRegKey: Dumping registry for key
System\StorageManager\Profiles
4294779454 PID:400002 TID:9d0002 AutoMount = 00000001
4294779454 PID:400002 TID:9d0002 AutoPart = 00000000
4294779454 PID:400002 TID:9d0002 AutoFormat = 00000000
4294779454 PID:400002 TID:9d0002 MountFlags = 00000000
4294779454 PID:400002 TID:9d0002 DefaultFileSystem =
4294779454 PID:400002 TID:9d0002 PartitionDriverName = MSPART
4294779454 PID:400002 TID:9d0002 Folder = Mounted Volume
4294779454 PID:400002 TID:9d0002 ActivityEvent =
PowerManager/ActivityTimer/SystemActivity
4294779454 PID:400002 TID:9d0002 FSDMGR!DumpRegKey: Dumping registry for key
MSFlash
4294779454 PID:400002 TID:9d0002 Name = MSFLASH for STRATAFLASH
4294779454 PID:400002 TID:9d0002 Folder = NOR Flash
4294779498 PID:400002 TID:2e80002 DB:OpenDB fail: DB RecycleData not found
4294779454 PID:400002 TID:9d0002 DefaultFileSystem = FATFS
4294779589 PID:400002 TID:9d0002 PartitionDriver = mspart.dll
4294779589 PID:400002 TID:9d0002 AutoMount = 00000001
4294779589 PID:400002 TID:9d0002 AutoPart = 00000001
4294779589 PID:400002 TID:9d0002 AutoFormat = 00000001
4294779589 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::GetPartitionDriver:
Using the generated partition driver name (mspart)!!!
4294779589 PID:400002 TID:9d0002 FSDMGR!LoadPartitionDriver: Loading
partition driver mspart.dll hModule=848BBE5C
4294779601 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::MountStore: Opened the
store "MSFlash" hStore=0xD06DE1B0
4294779601 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::MountStore: Geometry:
NumSec=7560 BytesPerSec=512 FreeSec=0 BiggestCreatable=0
4294779454 PID:3130002 TID:3140002 hello servicesd.exe $services_0002
4294779691 PID:3130002 TID:3140002 SERVICES: ERROR:
LoadLibrary(iphlapi.dll), GLE=<0x0000007e>
4294779691 PID:400002 TID:3140002 FSDMGR!MountTable_t::RegisterVolumeName:
Registered "$services_0002" at index 9
4294779691 PID:400002 TID:3140002 APISCreateAPIHandle: pvData == NULL
4294779691 PID:400002 TID:3140002 FSDMGR!MountTable_t::RegisterVolume:
Registered volume at index 9 (Name="$services_0002",

4294784981 PID:400002 TID:9d0002 FLASHDRV.DLL:BuildupMappingInfo() - Enter.
4294785009 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::MountStore: Geometry:
NumSec=7560 BytesPerSec=512 FreeSec=0 BiggestCreatable=0
4294785009 PID:400002 TID:9d0002 Partition PART00 NumSectors=7558
4294785009 PID:400002 TID:9d0002 MSPART!PD_OpenPartition:
dwStoreId=D06DE1B0, PartName=PART00
4294785009 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::LoadPartition: mounting
partition "PART00" on store "MSFlash"
4294785009 PID:400002 TID:9d0002 FSDMGR!ParitionDisk::LoadPartition:
Partition Type 0x04 --> "FATFS"
4294785009 PID:400002 TID:9d0002 FSDMGR!ParitionDisk::MountPartition:
"FATFS" --> fatfsd.dll
4294785009 PID:400002 TID:9d0002
FSDMGR!FileSystemDriver_t::~FileSystemDriver_t: deleting FSD (D06D6C70)
4294785009 PID:400002 TID:9d0002 FSDMGR!MountStore: Failed opening new store
"\StoreMgr\MSFlash"; error=4319
4294785009 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::~StoreDisk_t: deleting
store (D11F0D30)


Registry;

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\StrataFMD]
"BlockSize"=dword:40000
"Dll"="stratad.dll"
"Flags"=dword:1000
"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"Ioctl"=dword:4
"IsPairedFlash"=dword:0
"MemBase"=dword:BCA00000
"MemLen"=dword:500000
"MountBootable"=dword:0


"Order"=dword:2
"Prefix"="DSK"

"Profile"="MSFlash"
"SectorSize"=dword:200
"WriteBufferSize"=dword:40
HKEY_LOCAL_MACHINE\System\StorageManager]
"Dll"="fsdmgr.dll"
"PNPUnloadDelay"=dword:1000

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MSFlash]

"BootPhase"=dword:2


"DriverPath"="Drivers\\BuiltIn\\StrataFMD"
"LoadFlags"=dword:2
"Order"=dword:0

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ObjectStore]
"BootPhase"=dword:0
"Dll"="filesys.dll"
"LoadFlags"=dword:1
"MountAsBootable"=dword:1
"MountAsRoot"=dword:1
"MountPermanent"=dword:1
"Paging"=dword:1

[HKEY_LOCAL_MACHINE\System\StorageManager\EXFAT]
"CacheDll"="diskcache.dll"
"CacheSize"=dword:0
"DisableAutoFormat"=dword:1
"DisableAutoScan"=dword:1
"Dll"="exfat.dll"
"EnableCache"=dword:1
"FormatExfat"=dword:1
"FriendlyName"="exFAT FileSystem"
"Paging"=dword:1
"Util"="fatutil.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"CacheDll"="diskcache.dll"
"CacheSize"=dword:0
"DisableAutoFormat"=dword:1
"DisableAutoScan"=dword:1
"Dll"="exfat.dll"
"EnableCache"=dword:1
"FriendlyName"="FAT FileSystem"
"Paging"=dword:1
"Util"="fatutil.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\MSIFS]
"DefaultFileSystem"="EXFAT"

[HKEY_LOCAL_MACHINE\System\StorageManager\MSIFS\Detectors\EXFAT]
"Dll"="exfat.dll"
"Export"="FSD_DetectVolume"
"Guid"="{A4AB2ABF-726A-4aa8-B882-6EB6EB5780E9}"

[HKEY_LOCAL_MACHINE\System\StorageManager\MSPART]
"Dll"="mspart.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\PartitionTable]
"01"="FATFS"
"04"="FATFS"
"06"="FATFS"
"07"="MSIFS"
"0B"="FATFS"
"0C"="FATFS"
"0E"="FATFS"
"0F"="FATFS"
"20"="BOOT"
"21"="BINFS"
"22"="RAWFS"
"23"="RAWFS"
"25"="IMGFS"
"26"="BINARY"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]

"AutoFormat"=dword:1


"AutoMount"=dword:1
"AutoPart"=dword:1

"DefaultFileSystem"="FATFS"
"Folder"="NOR Flash"


"Name"="MSFLASH for STRATAFLASH"

"PartitionDriver"="mspart.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]

"CacheSize"=dword:0
"Dll"="fatfsd.dll"
"Flags"=dword:14
"MountAsBootable"=dword:0
"MountAsHidden"=dword:0
"MountAsRom"=dword:0
"MountAsRoot"=dword:0
"MountPermanent"=dword:0
"Paging"=dword:1
"Util"="fatutil.dll"


Sam

unread,
Jun 25, 2007, 8:11:56 AM6/25/07
to
Hai,

I noticed the follwoing error in the debug output


"FSDMGR!MountStore: Failed opening new store "\StoreMgr\MSFlash";
error=4319"

i found that 4319 is "ERROR_DEVICE_NOT_AVAILABLE" , this error is being
logged in "STG_OpenStore()" function of "stgapi.cpp".

Please tell me how to fix this one.

looking for reply

Thank you
SAM


Sam

unread,
Jun 26, 2007, 2:20:00 AM6/26/07
to
Hello experts,

please give us a hint to solve this one !


SAM


karthick

unread,
Jun 26, 2007, 7:41:07 AM6/26/07
to

HI sam

I have implemented the same with PXA270.

Make sure you have following components in Catalog items:
CORE OS
- FILE SYSTEM AND DATA STORE
Hive Based Registry setting
ROM only Data Store

And Add following environmental variables
PRJ_BOOTDEVICE_MSFLASH 1
PRJ_ENABLE_REGFLUSH_THREAD 1
SYSGEN_MSFLASH_STRATAD 1
PRJ_ENABLE_FSREGHIVE 1

Build your your image to RAM not to FLASH. If you build your image to
flash, then your flash will be in XIP mode , where you may not able to
imlement Fash file system.

Use the following registry setting

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]

"Dll"="fatfsd.dll"


"Flags"=dword:00000014
"Util"="fatutil.dll"
"Paging"=dword:1
"CacheSize"=dword:0

"FormatTfat"=dword:1
"MountAsRoot"=dword:1
"MountAsBootable"=dword:1
"MountPermanent"=dword:1


[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
"MountFlags"=dword:E

---------------------------------------------------------------------------
And if you change

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
"MountFlags"=dword:E
to
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
"MountFlags"=dword:C
in the following registry setting A NOR Flash Folder will be
available.

Sam

unread,
Jun 27, 2007, 12:10:53 AM6/27/07
to
Hai Karthick,

Thanks for the reply.
1)First i want to mount NOR flash folder then i will try for hive based
registry, is it possible to mount nor flash folder without hive based
registry or not?, could you suggest the reg entries for that and also for
the following regentries.
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\StrataFMD] ,


[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MSFlash]

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]
2) Which version of WinCE you have used for that 5.0 or 6.0, i think some
regsitry flags are changed in 6.0?

awaiting for your reply.

Thank you
SAM


karthick

unread,
Jun 27, 2007, 2:49:52 AM6/27/07
to
SAM

if you change the above key from

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
"MountFlags"=dword:E
to
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles]
"MountFlags"=dword:C

A NOR Flash Folder will be available.

I am using WINCE 5.0
seeting second bit i.e 1110(E) FLASH device to shadow.
we used the concept of shadowing for our implementation.

regds
karthick
www.hcl.in

Sunny

unread,
Jun 29, 2007, 9:53:51 AM6/29/07
to
Hai Karthick & SAM,

I too have a similar issue using flash memory.
I want to mount a NOR flash folder in the root directory with RAM based
registry on Intel PXA27X developers kit. this kit has two flash chips one at
0xBAA0 0000 and other one at 0xBCA0 0000, i want to mount either one of
them, but failed. I have eboot.nb0 alone on first chip, the other one has
POST/BBU.

Thru CE 6.0 , i too had strata error block locked, so did called
SetBlockLock() as mentioned in this post earlier, then i got the partion in
the storage manager applet, but i am not able mount it, error code
4319-device not ready.

Then i tried on CE 5.0 , there i donot find nor folder or partion in storage
manager applet, Platform debug window/serial port also not displaying even a
single line, infact this image is debug build.

Kindly give us a hint where we went wrong.

following is the regisrty

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\StrataFMD]
"BlockSize"=dword:40000
"Dll"="stratad.dll"

"IClass"="{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"Ioctl"=dword:4
"IsPairedFlash"=dword:0

"MemBase"=dword:BAA00000
"MemLen"=dword:1F00000


"Order"=dword:2
"Prefix"="DSK"
"Profile"="MSFlash"

"WriteBufferSize"=dword:40

[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\MSFlash]

"BootPhase"=dword:2
"DriverPath"="Drivers\\BuiltIn\\StrataFMD"
"LoadFlags"=dword:2
"Order"=dword:0

[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]


"CacheDll"="diskcache.dll"
"CacheSize"=dword:0

"Dll"="fatfsd.dll"
"EnableCache"=dword:1
"Flags"=dword:64


"FriendlyName"="FAT FileSystem"
"Paging"=dword:1
"Util"="fatutil.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]


"AutoFormat"=dword:1
"AutoMount"=dword:1
"AutoPart"=dword:1
"DefaultFileSystem"="FATFS"
"Folder"="NOR Flash"

"MountFlags"=dword:C


"Name"="MSFLASH for STRATAFLASH"
"PartitionDriver"="mspart.dll"

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash\FATFS]
"CacheSize"=dword:0
"Dll"="fatfsd.dll"

karthick

unread,
Jul 1, 2007, 2:08:59 PM7/1/07
to
hi sunny

are you building image for flash or RAM..
we too have two flash chips of 64MB each in our board and we are
working on it..
we implemented for one chip.. i.e using first 32MB for storing the
Image tht is build for RAM and second 32MB for Flash file system..
to be safe frist try with implementing the nor flash for 2MB memory..
this you acn define in registry and then increase the size..
everything is possible.. only thing is we need to spend time.

regds
karthick.

Sunny

unread,
Jul 2, 2007, 12:16:50 AM7/2/07
to
Hai Karthick,

Thanks for reply,
We are building image for RAM.
Our kit has 2 flash chips of 32MB each. i have tired 1,2,5,10,..MB, yes
ofcourse it is eating lot of time.
But failed, i have mentioned the steps/errors i did in the previous post.

Sunny


karthick

unread,
Jul 2, 2007, 1:11:18 AM7/2/07
to
Sunny

Put some debug messages in FMD_Erase block function inside fmd.cpp
under starata folder..
If the flash is geeting erased then you need to do some changes in the
stattus of 0th block.

regds
karthick

Sunny.M...@gmail.com

unread,
Jul 5, 2007, 4:51:38 AM7/5/07
to
Hai karthick,

Thank you for the hint.
As you said i placed a debug statement and i found that fmd_erase is
being
called lot of times, follwoing is the log message i got.i have
disabled the
paging also.

looking for a reply
Sunny

4294773175 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x0, bcount=0x1).
4294773175 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294773175 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x0
4294774481 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x1, bcount=0x1).
4294774481 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294774481 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1
4294775681 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x2, bcount=0x1).
4294776093 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x2
4294777558 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x3, bcount=0x1).
4294777558 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294777558 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x3
4294778863 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x4, bcount=0x1).
4294778863 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294778871 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x4
4294779974 PID:400002 TID:30a0002 FSDMGR!MountTable_t::RegisterVolume:
Registered volume at index 9 (Name="$services_0002", MountFlags=0x101)
4294779983 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x5, bcount=0x1).
4294779983 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294779983 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x5
4294781195 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x6, bcount=0x1).
4294781195 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294781195 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x6
4294782415 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x7, bcount=0x1).
4294782415 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294782415 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x7
4294783639 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x8, bcount=0x1).
4294783639 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294783639 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x8
4294784923 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x9, bcount=0x1).
4294784923 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294784923 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x9
4294786074 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0xa, bcount=0x1).
4294786074 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294786074 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xa
4294787348 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0xb, bcount=0x1).
4294787348 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294787348 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xb
4294788568 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0xc, bcount=0x1).
4294788568 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294788568 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xc
4294789812 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0xd, bcount=0x1).
4294789812 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294789812 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xd
4294790992 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0xe, bcount=0x1).
4294790992 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294790992 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xe
4294792297 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0xf, bcount=0x1).
4294792297 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294792297 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xf
4294792975 PID:400002 TID:3450002 Grow Gdi handle table from 192 to
256
4294793517 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x10, bcount=0x1).
4294793517 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294793517 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x10
4294794687 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x11, bcount=0x1).
4294794687 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294794687 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x11
4294795941 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x12, bcount=0x1).
4294795941 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294795941 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x12
4294796042 PID:2f30002 TID:3450002 Explorer(V2.0) taskbar thread
started.
4294797153 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x13, bcount=0x1).
4294797153 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294797153 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x13
4294798387 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x14, bcount=0x1).
4294798387 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294798387 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x14
4294799577 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x15, bcount=0x1).
4294799577 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294799577 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x15
4294800892 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x16, bcount=0x1).
4294800892 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294800892 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x16
4294802060 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x17, bcount=0x1).
4294802060 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294802060 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x17
4294803361 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x18, bcount=0x1).
4294803361 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294803361 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x18
4294804562 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x19, bcount=0x1).
4294804562 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294804562 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x19
4294805844 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x1a, bcount=0x1).
4294805844 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294805844 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1a
4294807066 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x1b, bcount=0x1).
4294807066 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294807066 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1b
4294808369 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x1c, bcount=0x1).
4294808369 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294808369 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1c
4294809571 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x1d, bcount=0x1).
4294809571 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294809571 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1d
4294810854 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x1e, bcount=0x1).
4294810854 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294810854 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1e
4294811973 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x1f, bcount=0x1).
4294811973 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294811973 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1f
4294813278 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x20, bcount=0x1).
4294813278 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294813278 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x20
4294814480 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x21, bcount=0x1).
4294814480 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294814480 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x21
4294815783 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x22, bcount=0x1).
4294815783 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294815783 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x22
4294816924 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x23, bcount=0x1).
4294816924 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294816924 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x23
4294818187 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x24, bcount=0x1).
4294818187 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294818187 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x24
4294819412 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x25, bcount=0x1).
4294819412 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294819412 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x25
4294820591 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x26, bcount=0x1).
4294820591 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294820591 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x26
4294821791 PID:400002 TID:9d0002 sunny - FMD.cpp::VerifySignatures:
unlock
blocks (startblock=0x27, bcount=0x1).
4294821791 PID:400002 TID:9d0002 VerifySignatures: invalid block
detected,
calling FMD_EraseBlock
4294821791 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x27
4294823094 PID:400002 TID:9d0002 INFO: FMD_Init: Flash
Address=0xbab00000
Length=0xa00000.
4294823094 PID:400002 TID:9d0002 FLASHDRV.DLL:BuildupMappingInfo() -
Enter.
4294823195 PID:400002 TID:9d0002 FSDMGR!
StoreDisk_t::OpenDisk(0xD0049A30)


DeviceInfo Class(0x00000001) Flags(0x00000015) Type(0x00000002)
Profile(MSFlash)

4294823195 PID:400002 TID:9d0002 FMD_OEMIoControl: unrecognized IOCTL
(0x71c24).
4294823195 PID:400002 TID:9d0002 FSDMGR!DumpRegKey: Dumping registry


for key
System\StorageManager\Profiles

4294823195 PID:400002 TID:9d0002 AutoMount = 00000001
4294823195 PID:400002 TID:9d0002 AutoPart = 00000000
4294823195 PID:400002 TID:9d0002 AutoFormat = 00000000
4294823195 PID:400002 TID:9d0002 MountFlags = 00000000
4294823195 PID:400002 TID:9d0002 DefaultFileSystem =
4294823195 PID:400002 TID:9d0002 PartitionDriverName = MSPART
4294823195 PID:400002 TID:9d0002 Folder = Mounted Volume
4294823195 PID:400002 TID:9d0002 ActivityEvent =
PowerManager/ActivityTimer/SystemActivity
4294823195 PID:400002 TID:9d0002 FSDMGR!DumpRegKey: Dumping registry
for key
MSFlash
4294823195 PID:400002 TID:9d0002 Name = MSFLASH for STRATAFLASH
4294823195 PID:400002 TID:9d0002 Folder = NOR Flash
4294823195 PID:400002 TID:9d0002 DefaultFileSystem = FATFS
4294823195 PID:400002 TID:9d0002 PartitionDriver = mspart.dll
4294823195 PID:400002 TID:9d0002 AutoMount = 00000001
4294823239 PID:400002 TID:9d0002 AutoPart = 00000001
4294823239 PID:400002 TID:9d0002 AutoFormat = 00000001
4294823239 PID:400002 TID:9d0002 MountFlags = 00000000
4294823239 PID:400002 TID:9d0002 Paging = 00000000
4294823239 PID:400002 TID:9d0002 FSDMGR!


StoreDisk_t::GetPartitionDriver:
Using the generated partition driver name (mspart)!!!

4294823239 PID:400002 TID:9d0002 FSDMGR!LoadPartitionDriver: Loading
partition driver mspart.dll hModule=8571AE5C
4294823239 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::MountStore:
Opened the
store "MSFlash" hStore=0xD06DC910
4294823239 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::MountStore:
Geometry:
NumSec=18144 BytesPerSec=512 FreeSec=0 BiggestCreatable=0
4294823239 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x0
4294824584 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1
4294825686 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x2
4294826992 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x3
4294828193 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x4
4294829393 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x5
4294830597 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x6
4294831798 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x7
4294832998 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x8
4294834299 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x9
4294835499 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xa
4294836701 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xb
4294838001 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xc
4294838804 PID:400002 TID:1a90002 PWM: PBT_TRANSITION to system power
state
[Flags: 0x11000000]: 'useridle'
4294838804 PID:400002 TID:1a90002 PWM: Unknown Power State Flags:
0x11000000
4294838804 PID:400002 TID:1a90002 PWM: Waiting for PM state transition
notification
4294839207 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xd
4294840413 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xe
4294841615 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0xf
4294842918 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x10
4294844019 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x11
4294845320 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x12
4294846522 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x13
4294847725 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x14
4294849026 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x15
4294850226 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x16
4294851476 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x17
4294852731 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x18
4294853981 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x19
4294855242 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1a
4294856546 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1b
4294857647 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1c
4294858991 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1d
4294860148 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1e
4294861350 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x1f
4294862550 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x20
4294863751 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x21
4294865056 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x22
4294866258 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x23
4294867467 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x24
4294868660 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x25
4294869862 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x26
4294871164 PID:400002 TID:9d0002 sunny - FMD_EraseBlock ID= 0x27
4294872367 PID:400002 TID:9d0002 FLASHDRV.DLL:BuildupMappingInfo() -
Enter.
4294872481 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::MountStore:
Geometry:
NumSec=18144 BytesPerSec=512 FreeSec=0 BiggestCreatable=0
4294872481 PID:400002 TID:9d0002 Partition PART00 NumSectors=18142
4294872481 PID:400002 TID:9d0002 MSPART!PD_OpenPartition:
dwStoreId=D06DC910, PartName=PART00
4294872481 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::LoadPartition:


mounting
partition "PART00" on store "MSFlash"

4294872481 PID:400002 TID:9d0002 FSDMGR!ParitionDisk::LoadPartition:


Partition Type 0x04 --> "FATFS"

4294872481 PID:400002 TID:9d0002 FSDMGR!ParitionDisk::MountPartition:
"FATFS" --> fatfsd.dll
4294872481 PID:400002 TID:9d0002
FSDMGR!FileSystemDriver_t::~FileSystemDriver_t: deleting FSD
(D06DCAD0)
4294872481 PID:400002 TID:9d0002 FSDMGR!MountStore: Failed opening new
store
"\StoreMgr\MSFlash"; error=4319
4294872481 PID:400002 TID:9d0002 FSDMGR!StoreDisk_t::~StoreDisk_t:
deleting
store (D1200D30)
4294872481 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0xc
4294873730 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0xd
4294874931 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0xe
4294876132 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0xf
4294877334 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x10
4294878547 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x11
4294879738 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x12
4294881052 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x13
4294882240 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x14
4294883499 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x15
4294884748 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x16
4294886004 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x17
4294887253 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x18
4294888509 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x19
4294889757 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x1a
4294891079 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x1b
4294892261 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x1c
4294893519 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x1d
4294894765 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x1e
4294895966 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x1f
4294897167 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x20
4294898370 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x21
4294899671 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x22
4294900772 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x23
4294902036 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x24
4294903273 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x25
4294904473 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x26
4294905675 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x27
4294906978 PID:400002 TID:3670002 sunny - FMD_EraseBlock ID= 0x0
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000001f8 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000001f9 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000001fa as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000001fb as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000001fc as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000001fd as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000001fe as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000001ff as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000200 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000201 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000202 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000203 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000204 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000205 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000206 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000207 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000208 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000209 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000020a as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000020b as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000020c as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000020d as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000020e as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000020f as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000210 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000211 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000212 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000213 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000214 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000215 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000216 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000217 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000218 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000219 as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000021a as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000021b as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000021c as DIRTY
4294908281 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908281 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908281 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908281 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000021d as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000021e as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000021f as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000220 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000221 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000222 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000223 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000224 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000225 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000226 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000227 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000228 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000229 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000022a as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000022b as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000022c as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000022d as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000022e as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000022f as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000230 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000231 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000232 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000233 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000234 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000235 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000236 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000237 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000238 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000239 as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000023a as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000023b as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000023c as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000023d as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908431 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908431 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908431 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000023e as DIRTY
4294908431 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908549 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908549 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908549 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000023f as DIRTY
4294908549 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908549 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908549 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908549 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000240 as DIRTY
4294908549 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908549 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908549 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908549 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000241 as DIRTY
4294908549 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908549 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908549 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908549 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000242 as DIRTY
4294908549 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908549 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908549 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908549 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000243 as DIRTY
4294908549 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908549 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908549 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908549 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000244 as DIRTY
4294908549 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908549 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908549 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908549 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000245 as DIRTY
4294908549 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908549 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908549 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908549 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000246 as DIRTY
4294908549 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908549 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908549 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908549 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000247 as DIRTY
4294908581 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908581 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908581 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908581 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000248 as DIRTY
4294908581 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908581 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908581 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908581 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000249 as DIRTY
4294908581 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908581 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908590 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908590 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000024a as DIRTY
4294908590 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908590 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908590 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908590 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000024b as DIRTY
4294908590 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908590 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908590 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908590 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000024c as DIRTY
4294908590 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908590 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908590 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908590 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000024d as DIRTY
4294908590 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908590 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908590 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908590 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000024e as DIRTY
4294908590 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908590 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000024f as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000250 as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000251 as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000252 as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000253 as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000254 as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000255 as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000256 as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000257 as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000258 as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000259 as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000025a as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000025b as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000025c as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000025d as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000025e as DIRTY
4294908607 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908607 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908607 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908607 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000025f as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000260 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000261 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000262 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000263 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000264 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000265 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000266 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000267 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000268 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000269 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000026a as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000026b as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000026c as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000026d as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000026e as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000026f as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000270 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908664 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908664 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000271 as DIRTY
4294908664 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908664 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000272 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000273 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000274 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000275 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000276 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000277 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000278 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000279 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000027a as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000027b as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000027c as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000027d as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000027e as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000027f as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000280 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000281 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000282 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000283 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000284 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000285 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000286 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000287 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000288 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000289 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000028a as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000028b as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000028c as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000028d as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000028e as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000028f as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000290 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000291 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000292 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000293 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000294 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000295 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000296 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000297 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000298 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x00000299 as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000029a as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000029b as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000029c as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000029d as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000029e as DIRTY
4294908731 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908731 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908731 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908731 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x0000029f as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002a0 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002a1 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002a2 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002a3 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002a4 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002a5 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002a6 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002a7 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002a8 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002a9 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002aa as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002ab as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002ac as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002ad as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002ae as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002af as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002b0 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002b1 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002b2 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002b3 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002b4 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002b5 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002b6 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002b7 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002b8 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477
4294908894 PID:400002 TID:3670002 DEBUG_BREAK @c08d6f64 Ignored.
4294908894 PID:400002 TID:3670002
FLASHDRV.DLL:Compactor::CompactBlock() -
Unable to unmark physical sector 0x000002b9 as DIRTY
4294908894 PID:400002 TID:3670002 SectorMgr::UnmarkSectorsAsDirty:
Error,
Invalid dirty sector count
4294908894 PID:400002 TID:3670002 Unknown: DEBUGCHK failed in file
C:\ymzki\private\winceos\DRIVERS\msflash\src\.\compactor.cpp at line
477

karthick

unread,
Jul 6, 2007, 6:09:36 AM7/6/07
to
Set this command

// Set the block back to read array mode...
WRITE_COMMAND(ulBlockAddress, READ_ARRAY_CMD);

in the function BOOLEAN SetBlockLock(BLOCK_ID blockID, ULONG
NumBlocks, BOOL bLock)
before the last statement ++blockID.

And now check if you are having same problem...


regds
karthick

Sunny.M...@gmail.com

unread,
Jul 7, 2007, 12:12:46 AM7/7/07
to
Hai Karthick,

Thanks for the reply,
The presence of that statement in the function made no difference,
still the result is same.
Is there any thing else we can try?
Please let me know

Thank you
Sunny


karthick

unread,
Jul 7, 2007, 5:21:10 AM7/7/07
to
Sunny

After unlocking the blocks, the 0th block contains all information
about other blocks. if 0th block is arased then all other block will
also get erased.
I asked you to include tht ststament to retain the block status.
Because i implemented in the similar way..

Give a clean build and give out a try.. since most of the function
calls were from FAL.LIB , we dont have any clear documentation or
source code of this library..


regds
karthick


Aman

unread,
Sep 26, 2007, 10:43:02 PM9/26/07
to

"Sam" wrote:

change fatfsd.dll to exfat.dll
good luck:)

vishnu p singh

unread,
Dec 7, 2007, 2:05:01 AM12/7/07
to
hi K. S. Huang ,

I am newcomer in this field. Currently I am working on a PDA device(PXA255
ARM V4 ) which having 2 DRAm chips each 64 MB.Now i have to enable two more
chips each of 64 MB. i did following change .

1>
File Location :: CRLXSCALE\kernel\hal\Source files\cfwXsc1.c
I changed the extended DRAM Size(changed 192MB place of 64MB). Because
previously they enabled one 64 MB Chip.

2>

File Location::C:\WINCE500\PLATFORM\CRLXSCALE\inc\Memmap.inc
I edited in Memmap.inc like
EXTSDRAM_BASE_C_VIRTUAL, EXTSDRAM_BASE_PHYSICAL, 192(previously size is
64MB)
--

according to you i did correct things or it need some extra modification in
previous one.Please Can you help me.

Thanks and with Warm Regards

vishnu p singh

Silver

unread,
Dec 7, 2007, 11:57:45 AM12/7/07
to
And where do you initialize your DRAMs? The PXA DRAM controller needs to
know about the extra parts and how to access them - read the pxa255
datasheet section regarding the memory controller.

You will also need to update your config.bib file.

Geoff
--

vishnu p singh

unread,
Dec 9, 2007, 11:15:00 PM12/9/07
to
Hi Silver,

Thanks for you reply. I am just a beginer.My previous proj members already
enable two chips (including one extended 64 MB DRAM chip). That persons are
not there. So i have no idea how to do. According to documentation i did that
change. I have to just enable two more extende (64 MB each) DRAM including
the previous one. Please tell me what I have to do? I am using WinCE 5.0.

Thanks for giving your time.
--
vishnu p singh

0 new messages