Hi,

I have formated the nand flash with FAT32 version using storage manager and
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 logical address of all physical address of
decided by FAL. Can any one share some ideas ...

Ranjit

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


Re: WINCE6.0 file system by chang

chang
Tue Jun 17 23:53:57 PDT 2008

On Jun 17, 7: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

if you are already formatted and can be indentified by other
system ..that is FAT32. Then there will be a always fat volume
structure to mantain the FAT table and it will be up during the boot
time . So try to read that structure to know the full FAT table .
guess... it will help you .

Chinmoy