转载——如何把文件打包进NK

将文件让入Nk.bin

在project.bib文件中,在关键词“FILE”下面,按Name, Path, Memory Type格式添加。

其中:

Name: 所添加的文件在Target文件系统中的文件名,在/windows目录下。

Path: 所要添加的文件在host中的文件名(含路径)

Memory Type: 存储类型,一般写NK。

例如添加如下:

test.exe            d:/evcpro/mytest/rel/mytest.exe          nk

则将host上的mytest.exe加入nk.bin, 在Target上会在/windows目录下有个文件test.exe.

将文件放入指定的目录

A file system (.dat) file defines the directory and file locations for the initial settings on a target device. When you cold boot your platform on the target device, Filesys.exe uses these .dat files to create the directories, links, and files in the RAM file system on the target device.

When updating the Project.dat file to define directory and file locations, you can specify any root directory name other than the Windows directory and its subdirectories. In addition, you can copy or link to a file in the ROM Windows directory.

The file or link is created in the RAM file system that is part of the object store in the directory specified by the .dat file.

The following code example shows typical entries in a Project.dat file.

root:-Directory("My Documents")
root:-Directory("Program Files")
Directory("/Program Files"):-Directory("My Projects")
Directory("/Program Files"):-Directory("Accessories")
Directory("/Program Files"):-Directory("Communication")
Directory("/Program Files/My Projects"):-File("My Project Program", "/Windows/Myproj.exe")
root:-File("/control.lnk", "/Windows/control.lnk")

The root: statement defines the root directories for the OS image. The root: statement is used to create any subdirectories that must be the first entry in the file.

Two directories, My Documents and Program Files, are located below the root directory. In addition, three subdirectories — My Projects, Accessories, and Communication — are located in the Program Files directory.

The -File parameter copies the file Myproj.exe from ROM, as defined by the Windows directory, into the My Projects directory with the My Project Program file name.

When updating the .dat files, you can use IF and ENDIF conditional blocks and, optionally, the NOT (!) operator. Use the semicolon (;) to start a line of comments.

The following code example shows how the subdirectory locations for the Program Files directory could be rewritten.

IF IMGINCLUDEAPPS
  Directory("/Program Files"):-Directory("My Projects")
ENDIF
IF IMGNOACC !
  Directory("/Program Files"):-Directory("Accessories")
ENDIF
Directory("/Program Files"):-Directory("Communication")

In this example, Makeimg.exe includes the My Projects directory if the user-defined environment variable IMGINCLUDEAPPS has been set before running Makeimg.exe.

If the environment variable IMGNOACC was not set, the Accessories directory is included.

Regardless of environment variable settings, the Communication directory is included in the OS image.

Items placed in the ROM image appear in the Windows directory automatically.

At boot time, the OS parses the information that was in the .dat file and creates a more robust file system by creating other directories and copying files to their appropriate locations. This process uses RAM to store the files that were copied. Items listed in the .dat file are then copied, not moved.

Shortcut(.lnk) files make up the majority of the items in the .dat file, because .lnk files are very small and are not symbolic links.

The only way to make a file appear outside the Windows directory is through the .dat file.

地址http://blog.csdn.net/freasy/archive/2004/12/13/215263.aspx

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值