Hi, all gurus!
I want to know about some configuration file.

When I work with WinCE5.0, there is a file with *.plg extension.
And with this file, I can analysis what modules have been included
with this kernel file, NK.bin.
But with Windows Embedded CE6.0, I couldn't find a file with an
extension plg.
What file has the information about NK.bin like *.plg file?

If you know, please let me know.
Thanx in advance!!
Have a great day!

Re: What is the file replacing *.plg which is used at WinCE5.0 in WinEmbCE6.0? by Erwin

Erwin
Sun May 18 23:12:49 PDT 2008

Take a look at makeimg.out in your flatrelease directory. This file contains
the same information,

Good Luck

Erwin Zwart

<okayhj@naver.com> wrote in message
news:c77e7160-98a7-47b6-9696-de876ae4596a@q24g2000prf.googlegroups.com...
> Hi, all gurus!
> I want to know about some configuration file.
>
> When I work with WinCE5.0, there is a file with *.plg extension.
> And with this file, I can analysis what modules have been included
> with this kernel file, NK.bin.
> But with Windows Embedded CE6.0, I couldn't find a file with an
> extension plg.
> What file has the information about NK.bin like *.plg file?
>
> If you know, please let me know.
> Thanx in advance!!
> Have a great day!



Re: What is the file replacing *.plg which is used at WinCE5.0 in by okayhj

okayhj
Sun May 18 23:35:10 PDT 2008

On 5=BF=F919=C0=CF, =BF=C0=C8=C43=BD=C312=BA=D0, "Erwin Zwart" <erwin dot zw=
art at pts dot nl>
wrote:
> Take a look at makeimg.out in your flatrelease directory. This file contai=
ns
> the same information,
>
> Good Luck
>
> Erwin Zwart
>
> <oka...@naver.com> wrote in message
>
> news:c77e7160-98a7-47b6-9696-de876ae4596a@q24g2000prf.googlegroups.com...
>
>
>
> > Hi, all gurus!
> > I want to know about some configuration file.
>
> > When I work with WinCE5.0, there is a file with *.plg extension.
> > And with this file, I can analysis what modules have been included
> > with this kernel file, NK.bin.
> > But with Windows Embedded CE6.0, I couldn't find a file with an
> > extension plg.
> > What file has the information about NK.bin like *.plg file?
>
> > If you know, please let me know.
> > Thanx in advance!!
> > Have a great day!- =B5=FB=BF=C2 =C5=D8=BD=BA=C6=AE =BC=FB=B1=E2=B1=E2 -
>
> - =B5=FB=BF=C2 =C5=D8=BD=BA=C6=AE =BA=B8=B1=E2 -

Thanx for your answer.
But I couldn't find makeimg.out file in the flatrelease directory and
also all directories in WinCE600.

Do I need to have to do some special method to make this file?
How can I make this file?

Thanx in advance, again. ;-)

Re: What is the file replacing *.plg which is used at WinCE5.0 in WinEmbCE6.0? by Erwin

Erwin
Sun May 18 23:47:00 PDT 2008

Makeimage.out is generated after sysgening your OSDesign (Build Solution),

Did you perform a build solution?

Erwin Zwart
<okayhj@naver.com> wrote in message
news:48cdb91a-76f9-4f87-b2bb-8665a834cb3e@x19g2000prg.googlegroups.com...
On 5¿ù19ÀÏ, ¿ÀÈÄ3½Ã12ºÐ, "Erwin Zwart" <erwin dot zwart at pts dot nl>
wrote:
> Take a look at makeimg.out in your flatrelease directory. This file
> contains
> the same information,
>
> Good Luck
>
> Erwin Zwart
>
> <oka...@naver.com> wrote in message
>
> news:c77e7160-98a7-47b6-9696-de876ae4596a@q24g2000prf.googlegroups.com...
>
>
>
> > Hi, all gurus!
> > I want to know about some configuration file.
>
> > When I work with WinCE5.0, there is a file with *.plg extension.
> > And with this file, I can analysis what modules have been included
> > with this kernel file, NK.bin.
> > But with Windows Embedded CE6.0, I couldn't find a file with an
> > extension plg.
> > What file has the information about NK.bin like *.plg file?
>
> > If you know, please let me know.
> > Thanx in advance!!
> > Have a great day!- µû¿Â ÅØ½ºÆ® ¼û±â±â -
>
> - µû¿Â ÅØ½ºÆ® º¸±â -

Thanx for your answer.
But I couldn't find makeimg.out file in the flatrelease directory and
also all directories in WinCE600.

Do I need to have to do some special method to make this file?
How can I make this file?

Thanx in advance, again. ;-)



Re: What is the file replacing *.plg which is used at WinCE5.0 in by okayhj

okayhj
Mon May 19 00:01:36 PDT 2008

On 5=EC=9B=9419=EC=9D=BC, =EC=98=A4=ED=9B=843=EC=8B=9C47=EB=B6=84, "Erwin Zw=
art" <erwin dot zwart at pts dot nl>
wrote:
> Makeimage.out is generated after sysgening your OSDesign (Build Solution),=

>
> Did you perform a build solution?
>
> Erwin Zwart<oka...@naver.com> wrote in message
>
> news:48cdb91a-76f9-4f87-b2bb-8665a834cb3e@x19g2000prg.googlegroups.com...
> On 5=C2=BF=C3=B919=C3=80=C3=8F, =C2=BF=C3=80=C3=88=C3=843=C2=BD=C3=8312=C2=
=BA=C3=90, "Erwin Zwart" <erwin dot zwart at pts dot nl>
> wrote:
>
>


Sure thing.
I built by performing Build->Build Solution (F7) in VS2005.
But there is no makeimage.out file throughout all the folders of
Windows Embedded CE6.0.

~~\PLATFORM\XX_BSP <- my BSP name
build.log, Build.wrn

WINCE600\
build.log

Those files are all I made by Build->Build Solution (F7).

I don't know what problem I have made for now.

Re: What is the file replacing *.plg which is used at WinCE5.0 in WinEmbCE6.0? by Erwin

Erwin
Mon May 19 00:39:42 PDT 2008

Not quite sure what is going wrong here but maby these links will help:
http://msdn.microsoft.com/en-us/library/aa448609.aspx

on channel 9:
http://channel9.msdn.com/wiki/default.aspx/CeDeveloper.BSPVMMakeImg
http://channel9.msdn.com/wiki/default.aspx/CeDeveloper.BSPJTAG?diff=y

It should be located in your _FLATRELEASEDIR:
<WINCEROOT>\OSDesign\<OSDESIGNNAME>\<OSDESIGNNAME>\Reldir\<CONFIGURATIONNAME>

If it helps i can send you (via mail) an example file and see if it fits
your needs?

Erwin Zwart

erwin dot zwart at pts dot nl

<okayhj@naver.com> wrote in message
news:6719818b-5752-4e0c-8c7f-6dd54d465b23@w5g2000prd.googlegroups.com...
On 5?19?, ??3?47?, "Erwin Zwart" <erwin dot zwart at pts dot nl>
wrote:
> Makeimage.out is generated after sysgening your OSDesign (Build Solution),
>
> Did you perform a build solution?
>
> Erwin Zwart<oka...@naver.com> wrote in message
>
> news:48cdb91a-76f9-4f87-b2bb-8665a834cb3e@x19g2000prg.googlegroups.com...
> On 5¿ù19ÀÏ, ¿ÀÈÄ3½Ã12ºÐ, "Erwin Zwart" <erwin dot zwart at pts dot nl>
> wrote:
>
>


Sure thing.
I built by performing Build->Build Solution (F7) in VS2005.
But there is no makeimage.out file throughout all the folders of
Windows Embedded CE6.0.

~~\PLATFORM\XX_BSP <- my BSP name
build.log, Build.wrn

WINCE600\
build.log

Those files are all I made by Build->Build Solution (F7).

I don't know what problem I have made for now.



Re: What is the file replacing *.plg which is used at WinCE5.0 in WinEmbCE6.0? by Luca

Luca
Mon May 19 00:47:54 PDT 2008

You can even open nk.bin file in Visual Studio (File->Open->File) and view
the
list of its modules and the registry entries for your image

--

Luca Calligaris
www.eurotech.it

<okayhj@naver.com> ha scritto nel messaggio
news:c77e7160-98a7-47b6-9696-de876ae4596a@q24g2000prf.googlegroups.com...
> Hi, all gurus!
> I want to know about some configuration file.
>
> When I work with WinCE5.0, there is a file with *.plg extension.
> And with this file, I can analysis what modules have been included
> with this kernel file, NK.bin.
> But with Windows Embedded CE6.0, I couldn't find a file with an
> extension plg.
> What file has the information about NK.bin like *.plg file?
>
> If you know, please let me know.
> Thanx in advance!!
> Have a great day!




Re: What is the file replacing *.plg which is used at WinCE5.0 in by okayhj

okayhj
Mon May 19 01:10:06 PDT 2008

Thanx~ Luca~
It's very helpful for me.

I can see now infomation about Nk.bin with the method you mentioned
just above.
I'm now seeing what modules have been added to NK.bin.

And I have other questions.

1) If I can't find the module name I added in NK.bin, dose it meaning
that the module I added haven't been excluded?
ex. I can see below thing in Nk.bin file

....
file information (usbmsfn.dll)
attributes : 0x2007 (RHS)
size : 0x3800
creationTime : 5/19/2008 10:48 AM
lastAccessTime : 5/19/2008 10:48
lastWriteTime : 5/19/2008 10:48 AM
....

but I can't find some dll files I added and I wanted to add.

It is meaning that I missed something, isn't it?

2) what's the meaning of below fields?
attributes : 0x2007 (RHS)
size : 0x3800
creationTime : 5/19/2008 10:48 AM
lastAccessTime : 5/19/2008 10:48
lastWriteTime : 5/19/2008 10:48 AM

thanx for your kindness~
your help maybe very best help for lots of engineers!!

Re: What is the file replacing *.plg which is used at WinCE5.0 in WinEmbCE6.0? by Erwin

Erwin
Mon May 19 01:20:13 PDT 2008

Hi ,

You need to enable "Verbose Romimage output" by doing the following:
goto menu "Tools | Options" select "Platform builder for CE | OSDesign and
build | Verbosity" then enable checkbox "Verbose Romimage output"

Good Luck

Erwin Zwart

<okayhj@naver.com> wrote in message
news:6719818b-5752-4e0c-8c7f-6dd54d465b23@w5g2000prd.googlegroups.com...
On 5?19?, ??3?47?, "Erwin Zwart" <erwin dot zwart at pts dot nl>
wrote:
> Makeimage.out is generated after sysgening your OSDesign (Build Solution),
>
> Did you perform a build solution?
>
> Erwin Zwart<oka...@naver.com> wrote in message
>
> news:48cdb91a-76f9-4f87-b2bb-8665a834cb3e@x19g2000prg.googlegroups.com...
> On 5¿ù19ÀÏ, ¿ÀÈÄ3½Ã12ºÐ, "Erwin Zwart" <erwin dot zwart at pts dot nl>
> wrote:
>
>


Sure thing.
I built by performing Build->Build Solution (F7) in VS2005.
But there is no makeimage.out file throughout all the folders of
Windows Embedded CE6.0.

~~\PLATFORM\XX_BSP <- my BSP name
build.log, Build.wrn

WINCE600\
build.log

Those files are all I made by Build->Build Solution (F7).

I don't know what problem I have made for now.



Re: What is the file replacing *.plg which is used at WinCE5.0 in WinEmbCE6.0? by Luca

Luca
Mon May 19 02:12:40 PDT 2008

1) Not necessarily: the .bib files allow you to rename the files you include
in the image, for example:

filename.dll $(_FLATRELEASEDIR)\differentname.dll NK SH

you should look at the ce.bib file to check which files are actually
included in the OS

2) The attributes field reports the attributes fo the file (system, hidden,
read-only, etc)
The size, time, etc are the usual file information that you see in your
Explorer window

--

Luca Calligaris
www.eurotech.it

<okayhj@naver.com> ha scritto nel messaggio
news:6bebcacd-39d2-4ff4-9dac-050031952b8d@v26g2000prm.googlegroups.com...
> Thanx~ Luca~
> It's very helpful for me.
>
> I can see now infomation about Nk.bin with the method you mentioned
> just above.
> I'm now seeing what modules have been added to NK.bin.
>
> And I have other questions.
>
> 1) If I can't find the module name I added in NK.bin, dose it meaning
> that the module I added haven't been excluded?
> ex. I can see below thing in Nk.bin file
>
> ....
> file information (usbmsfn.dll)
> attributes : 0x2007 (RHS)
> size : 0x3800
> creationTime : 5/19/2008 10:48 AM
> lastAccessTime : 5/19/2008 10:48
> lastWriteTime : 5/19/2008 10:48 AM
> ....
>
> but I can't find some dll files I added and I wanted to add.
>
> It is meaning that I missed something, isn't it?
>
> 2) what's the meaning of below fields?
> attributes : 0x2007 (RHS)
> size : 0x3800
> creationTime : 5/19/2008 10:48 AM
> lastAccessTime : 5/19/2008 10:48
> lastWriteTime : 5/19/2008 10:48 AM
>
> thanx for your kindness~
> your help maybe very best help for lots of engineers!!



Re: What is the file replacing *.plg which is used at WinCE5.0 in by Rob

Rob
Mon May 19 02:34:01 PDT 2008

What about :
(in cmd box ,in releasedir:)

viewbin -t nk.bin >qq.txt
start notepad qq.txt

this shows the FINAL result....
Greetings,
Rob.


"okayhj@naver.com" wrote:

> Thanx~ Luca~
> It's very helpful for me.
>
> I can see now infomation about Nk.bin with the method you mentioned
> just above.
> I'm now seeing what modules have been added to NK.bin.
>
> And I have other questions.
>
> 1) If I can't find the module name I added in NK.bin, dose it meaning
> that the module I added haven't been excluded?
> ex. I can see below thing in Nk.bin file
>
> .....
> file information (usbmsfn.dll)
> attributes : 0x2007 (RHS)
> size : 0x3800
> creationTime : 5/19/2008 10:48 AM
> lastAccessTime : 5/19/2008 10:48
> lastWriteTime : 5/19/2008 10:48 AM
> .....
>
> but I can't find some dll files I added and I wanted to add.
>
> It is meaning that I missed something, isn't it?
>
> 2) what's the meaning of below fields?
> attributes : 0x2007 (RHS)
> size : 0x3800
> creationTime : 5/19/2008 10:48 AM
> lastAccessTime : 5/19/2008 10:48
> lastWriteTime : 5/19/2008 10:48 AM
>
> thanx for your kindness~
> your help maybe very best help for lots of engineers!!
>

Re: What is the file replacing *.plg which is used at WinCE5.0 in by okayhj

okayhj
Mon May 19 02:49:27 PDT 2008

On 5=BF=F919=C0=CF, =BF=C0=C8=C46=BD=C312=BA=D0, "Luca Calligaris"
<anonym...@discussions.microsoft.com> wrote:
> 1) Not necessarily: the .bib files allow you to rename the files you inclu=
de
> in the image, for example:
>
> filename.dll $(_FLATRELEASEDIR)\differentname.dll NK SH
>
> you should look at the ce.bib file to check which files are actually
> included in the OS
>
> 2) The attributes field reports the attributes fo the file (system, hidden=
,
> read-only, etc)
> The size, time, etc are the usual file information that you see in your
> Explorer window
>
> --
>
> Luca Calligariswww.eurotech.it
>
> <oka...@naver.com> ha scritto nel messaggionews:6bebcacd-39d2-4ff4-9dac-05=
0031952b8d@v26g2000prm.googlegroups.com...
>
>
>
> > Thanx~ Luca~
> > It's very helpful for me.
>
> > I can see now infomation about Nk.bin with the method you mentioned
> > just above.
> > I'm now seeing what modules have been added to NK.bin.
>
> > And I have other questions.
>
> > 1) If I can't find the module name I added in NK.bin, dose it meaning
> > that the module I added haven't been excluded?
> > ex. I can see below thing in Nk.bin file
>
> > ....
> > file information (usbmsfn.dll)
> > attributes : 0x2007 (RHS)
> > size : 0x3800
> > creationTime : 5/19/2008 10:48 AM
> > lastAccessTime : 5/19/2008 10:48
> > lastWriteTime : 5/19/2008 10:48 AM
> > ....
>
> > but I can't find some dll files I added and I wanted to add.
>
> > It is meaning that I missed something, isn't it?
>
> > 2) what's the meaning of below fields?
> > attributes : 0x2007 (RHS)
> > size : 0x3800
> > creationTime : 5/19/2008 10:48 AM
> > lastAccessTime : 5/19/2008 10:48
> > lastWriteTime : 5/19/2008 10:48 AM
>
> > thanx for your kindness~
> > your help maybe very best help for lots of engineers!!- =B5=FB=BF=C2 =C5=
=D8=BD=BA=C6=AE =BC=FB=B1=E2=B1=E2 -
>
> - =B5=FB=BF=C2 =C5=D8=BD=BA=C6=AE =BA=B8=B1=E2 -

Thanx~!! very helpful for me. ;-)

Have a good day~!!