Discussion:
How to add any file to nk.bin?
(too old to reply)
Duy Trinh - Mr James
2004-12-31 07:43:38 UTC
Permalink
If i have a file as *.exe, how to add it into nk.bin

Thanks.
Vinay Satishchandra Trivedi
2004-12-31 09:05:02 UTC
Permalink
i don't think you can add any file to nk.bin. you have to configure the same
to the source file and then reconstruct the nk.bin. this is how you can add
it.

vinay
Post by Duy Trinh - Mr James
If i have a file as *.exe, how to add it into nk.bin
Thanks.
Duy Trinh - Mr James
2004-12-31 09:14:56 UTC
Permalink
How to add it to the source file in PB? I had seen some codes for that
thing. But i dn't remember it.


"Vinay Satishchandra Trivedi"
Post by Vinay Satishchandra Trivedi
i don't think you can add any file to nk.bin. you have to configure the same
to the source file and then reconstruct the nk.bin. this is how you can add
it.
vinay
Post by Duy Trinh - Mr James
If i have a file as *.exe, how to add it into nk.bin
Thanks.
Vinay Satishchandra Trivedi
2004-12-31 09:27:02 UTC
Permalink
you can find this in the platform builder 4.2 help documentation. they have
given method to include simple hello.exe to the os image. you can take a cue
from that and modify the same for your exe.

regards,

vinay
Post by Duy Trinh - Mr James
How to add it to the source file in PB? I had seen some codes for that
thing. But i dn't remember it.
"Vinay Satishchandra Trivedi"
Post by Vinay Satishchandra Trivedi
i don't think you can add any file to nk.bin. you have to configure the
same
Post by Vinay Satishchandra Trivedi
to the source file and then reconstruct the nk.bin. this is how you can
add
Post by Vinay Satishchandra Trivedi
it.
vinay
Post by Duy Trinh - Mr James
If i have a file as *.exe, how to add it into nk.bin
Thanks.
Bruce Eitman (eMVP)
2004-12-31 14:28:57 UTC
Permalink
Assuming that you are using PB to create the nk.bin, use the bib file to add
it. Look up "BIB File" in PB Help for more information.
--
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

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
Post by Duy Trinh - Mr James
If i have a file as *.exe, how to add it into nk.bin
Thanks.
Zhongwei Wang at AppliedData
2004-12-31 14:32:49 UTC
Permalink
Assuming you have platform builder, put your.exe in Platform\YourBSP\FILES
folder. Add the following line to your FILES section of \FILES\Platform.bib
file and rebuild the platform.

Your.exe $(_FLATRELEASEDIR)\Your.exe NK

If you search platform.bib in this news group, microsoft website or PB help,
you will find more details.
--
Zhongwei Wang
Applied Data Systems
www.applieddata.net
Application - Ready embedded systems
Microsoft Windows Embedded Partner
Gold Level Member
Duy Trinh - Mr James
2005-01-04 10:00:58 UTC
Permalink
I only copy some files to wince. But i dn't want to load those files to
memory of WinCE. How to do that?
Post by Zhongwei Wang at AppliedData
Assuming you have platform builder, put your.exe in Platform\YourBSP\FILES
folder. Add the following line to your FILES section of
\FILES\Platform.bib
Post by Zhongwei Wang at AppliedData
file and rebuild the platform.
Your.exe $(_FLATRELEASEDIR)\Your.exe NK
If you search platform.bib in this news group, microsoft website or PB help,
you will find more details.
--
Zhongwei Wang
Applied Data Systems
www.applieddata.net
Application - Ready embedded systems
Microsoft Windows Embedded Partner
Gold Level Member
Bruce Eitman (eMVP)
2005-01-04 13:42:58 UTC
Permalink
What kind of files are they?

For executables (dll, exe, cpl...) if the files are uncompressed, they will
execute in place (XIP)
--
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

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
Post by Duy Trinh - Mr James
I only copy some files to wince. But i dn't want to load those files to
memory of WinCE. How to do that?
Post by Zhongwei Wang at AppliedData
Assuming you have platform builder, put your.exe in
Platform\YourBSP\FILES
Post by Duy Trinh - Mr James
Post by Zhongwei Wang at AppliedData
folder. Add the following line to your FILES section of
\FILES\Platform.bib
Post by Zhongwei Wang at AppliedData
file and rebuild the platform.
Your.exe $(_FLATRELEASEDIR)\Your.exe NK
If you search platform.bib in this news group, microsoft website or PB
help,
Post by Zhongwei Wang at AppliedData
you will find more details.
--
Zhongwei Wang
Applied Data Systems
www.applieddata.net
Application - Ready embedded systems
Microsoft Windows Embedded Partner
Gold Level Member
deepak95a
2012-10-10 05:14:22 UTC
Permalink
Duy Trinh - Mr James wrote on 12/31/2004 02:43 ET
Post by Duy Trinh - Mr James
If i have a file as *.exe, how to add it into nk.bi
Thanks
in PB, go to the Parameters vie
double click to open project.bib fil
in the FILES section, enter the name and location of your .exe fil
Build your OS desig
NOTE: Build a run time image option won't help, you will have to build
Loading...