Re: How to speedup the boothing time of wince
- From: "Abhijit D. Babar" <abhijitit94@xxxxxxxxx>
- Date: Thu, 3 Apr 2008 22:22:06 -0700 (PDT)
On Apr 2, 7:36 pm, JochenD <Joch...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi,
the bootprocess in Windows CE is highly configurable, you can do whatever
you want as long as you implement it. Using mulitple XIPs like Blake sugessed
might be a possibility for you, but there are many more.
To start your own application you can place it in the registy key:
[HKEY_LOCAL_MACHINE\Init]
e.g:
[HKEY_LOCAL_MACHINE\Init]
Launchxx = "MyShell.EXE"
Dependsxx = hex:14, 00, 1e, 00
You might want to consult the PlatformBuilder help for example:
"Installing a Custom Shell" or "How to Customize the Shell"
Best regards
-Jochen
"Blake" wrote:
Hi,
Maybe you can try multi-xip files.
With this method, you can divide your nk.bin into several .bin files depends
on your design.
So you can just download some required files from flash to RAM to speedup
the booting time.
Hope it's help!!!
Blake
"Abhijit D. Babar" wrote:
Hi,
I have a appliction runing on win ce 6.0. I already deploy a nk.bin
on target platform and boot target from hard disk. When i start target
device, its booting time is very high. Device take a much time to boot
and load the image. How can i speed up the booting process. I want to
boot device within few of seconds.
Also when i start the target device, the application start
automatically. How can i do this.
Please help.....- Hide quoted text -
- Show quoted text -
as you say to make changes as follows:-
[HKEY_LOCAL_MACHINE\Init]
Launchxx = "MyShell.EXE"
Dependsxx = hex:14, 00, 1e, 00
but problem i given below.
i have hard disk with primary partition 32mb. I have 3 files
boot.ini, splash.bmx and eboot.bix. and also nk.bin on active
partition. when i start the device, image is loaded from hard disk
to ram. then how to edit the registry, because it is loaded on ram. I
place the application exe on \windows\startup folder, but these foeder
are created on ram, when i restart the target device, this file are
removed. Then how to start aplllication at startup of booting.
.
- Follow-Ups:
- Re: How to speedup the boothing time of wince
- From: Paul G. Tobey [eMVP]
- Re: How to speedup the boothing time of wince
- References:
- How to speedup the boothing time of wince
- From: Abhijit D. Babar
- RE: How to speedup the boothing time of wince
- From: Blake
- RE: How to speedup the boothing time of wince
- From: JochenD
- How to speedup the boothing time of wince
- Prev by Date: Re: How to get SD card/IPSM name ??
- Next by Date: How to start application at startup of booting time.
- Previous by thread: RE: How to speedup the boothing time of wince
- Next by thread: Re: How to speedup the boothing time of wince
- Index(es):
Relevant Pages
|
|