Re: Persistent Registry on Onboard Flash



Yes, without looking at the data *** for that part, I believe that you can
use that.

Copy the folder to you platform to build it.
Copy the contents of the .reg file from that directory to your platform.reg
and change the start and size settings to meet your needs.
You will also need the bib file settings to include the dll.

The format is up to you, look in PB help for FAT and TFAT, you will find
everything you need to auto format the disk on the first boot.

--
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


<vijayaraju.k@xxxxxxxxx> wrote in message
news:1114844660.100006.17850@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hai Dean,
> Thanks for Your immediately reply.
> My image is WinCE5.0 on ARM based device.
> Our Onboard Flash is Intel TE28F128(J3C120). Can I use MSFlash driver
> provided within
> C:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\BLOCK\MSFLASHFMD\STRATA
> for Persistent Registry purpose.If Yes, How can I use this? Which file
> system dll I must use to load this? Is it Fat File System Driver or
> anything else?
> Could you please help me in this regard.
>
> thanks in advance
> with regards
> Vijay Raj
>
>
>
> Dean Ramsier wrote:
> > You need to have a flash file system. You can use the MS flash file
> system,
> > or IPSM from Intel (assuming Intel flash). If you're executing from
> flash,
> > then you must use IPSM.
> >
> > Once you have the flash file system running, you configure your
> platform to
> > use that file system for the persistent registry (MountFlags
> variable).
> >
> > --
> > Dean Ramsier - eMVP
> > Vibren Technologies
> > http://www.vibren.com/Products/schema_bsp.htm
> >
> >
> > <vijayaraju.k@xxxxxxxxx> wrote in message
> > news:1114771403.654095.158140@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> > > Hello All,
> > >
> > > I have developed WinCE 5.0 image for a ARM based device.Everything
> is
> > > fine except Persistent Registry.
> > > I have a "Compact Flash" of 64 MB as HardDisk on my board and a
> > > onboard flash of 32 MB.
> > > I added Hive based registry component from catalog and its works
> fine,
> > > I can persist/restore the registry data only when My "Compact
> Flash"
> > > card is inserted into my board.
> > >
> > > Actually My problem is:
> > > I wanted to persist the registry in my onboard flash,HOw can I do
> it?
> > > can Anybody help me in this regard?
> > >
> > > thanks in advance
> > >
>


.