readme.txt
来自「vxworks的BSP开发配置文件」· 文本 代码 · 共 41 行
TXT
41 行
This directory and its subdirectories contain the source code for theVxWorks BSP.The BSP is build by running MAKE on Makefile. The ROM-based versionsare designed to be loaded at an address of 0x00040000. In order to beload and run properly, they must be prepended with a header thatplaces the VxWorks image at that address and which contains a jump tothat address. The targets that have this preamble added are indicatedwith a ".ful" extention. The following targets are valid:vxWorks: loadable VxWorks imagevxWorks.st loadable VxWorks stand-alone imagebootromu.ful: Bootrom image, uncompressedbootrom.ful: Bootrom image, compressedbootrom_res.ful:Bootrom image, rom-residentst_rom.ful: Standalone VxWorks image, corresponding to vxWorks.st_romThe following need to be built as serial port version in order forTornado to work with them.rom.ful: Romable VxWorks image, corresponding to vxWorks_romres_rom.ful: Romable VxWorks image, corresponding to vxWorks.res_romvxWorks.res_rom_nosym.ful: For more information, see the target.txt file.The file Makefile.mak is a "generic" makefile. It's behavior can bemodified via command-line switches: Tornado Version TOR201=1 Use Tornado 2.0.1 (default) TOR20=1 Use Tornado 2.0 Board Type IXM1200=1 Build for IXM1200 (default) Endian BE=1 Build Big-Endian (default is little endian)The file Makefile is a specific version.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?