Re: WINCE6.0 file system by shai
shai
Tue Jun 17 08:44:46 PDT 2008
If you are using the FAL then look at DefineLayout(), in C:
\WINCE600\PUBLIC\COMMON\OAK\DRIVERS\BLOCK\MSFLASHFMD\HOOK\FLSNAND
\flsnand.cpp
And you will see how it looks for the MBR - no logic mapping at all.
By the way - Full FAL source is at:
C:\WINCE600\PRIVATE\WINCEOS\DRIVERS\MSFLASH\SRC
Shai
On Jun 17, 5:33=A0pm, Ranjit <Ran...@discussions.microsoft.com> wrote:
> Hi,
>
> I have formated the nand flash with FAT32 version using storage manager =
=A0and
> m trying to access MBR and FAT table from eboot. but MBR are available in
> logical address 0 which is decided by WINCE FAL.
>
> From eboot, I want to get =A0logical address of all physical address of =
=A0
> decided by FAL. Can any one share some ideas ...
>
> Ranjit