搜索资源列表
BAS上载WEB文件工具(FileCompose)
- 本工具可以将所有的web文件打包生成一个文件,用户通过tftp将该文件加载到主机,方便完成web客户端的升级。另外加载web客户端程序,既可以用该打包文件也可以分别加载所有的web文件,主机兼容两种方式。用于VxWorks环境下的GoAheadWebSrv内置WEB服务器应用。-the tools to the web all documents generated a document package, users tftp this document loaded to the host,
SaveMem
- 在vxWorks环境下, 将嵌入式系统的内存倒到HOST的源代码, 便于分析比较
VxWorks_PCI_Bridge_Config.rar
- 介绍了PCI桥的配置空间配置头的结构及其配置原理,介绍了配置空间的访问方法;详细阐述了三种桥(PCI-PCI桥、PCI-ISA桥以及PCI Host桥)配置及其层次结构,对应的各个寄存器的含义,结合VxWorks系统,讲述了基于PowerPC架构的PLX6150桥(PCI6150)芯片、W83628AG以及MPC8247 PCI桥的配置和实现方法。 关键词:PCI桥;PLX6150桥芯片;W83628AG;MPC8247;VxWorks,Describes the PCI bridge con
vmware_vxWorks_boot_from_disk_
- 本人做的从虚拟机的硬盘直接启动vxworks,直接用vmware打开,启动时先用手动启动,回车用p命令查看参数,然后修改主机参数。后面就不用再说了...,I make a virtual machine from the hard disk boot directly vxworks, the direct use of vmware open, start by using the manual start, enter the command Show with p parameters,
vxworks_load.rar
- 原创:VxWorks 动态加载的应用 实现目标模块的动态加载有很多中方法,如在主机环境的界面上通过在目标模块上单击鼠标右键,选择“Download 文件名”;也可以通过wShell和GDB命令行窗口实现。本文通过tshell下使用ld( )、 loadModule( )、loadModuleAt( )中一个函数来实现,当然在代码中也可以自如的调用它们。,To achieve the goal of dynamically loaded modules in a lot of methods,
SL811HS-VxWorks-Host-Driver
- vxworks下usb host 驱动,SL811HS VxWorks Host Driver-usb host driver under VxWorks, SL811HS VxWorks Host Driver
123654654
- SL811HS VxWorks 主机驱动-SL811HS VxWorks Host Driverv1.0
28
- arm9 jx2410 vxworks环境下开发板与主机通信-communication between host and target
trysock
- 扫描host主机端口,查看端口是否有空闲。能否进行连接。目标机器是vxworks-Host host port scan to see whether the ports are free. Able to connect. Target machine is vxworks
Vxware-vxworks-serial-programm
- 在vxware下的vxworks学习串口编程,学习条件: 1 开发主机,就是你的PC拉,要有com1,com2串口,2 在vmware下配置好基于x86 pcPentium的vxworks ,3 一根串口直连线, -Vxworks under the vxware learning serial programming, learning conditions: 1 development of the host, is the pull of your PC, to have com1
wr_vx_simulator_users_guide_6.6
- 风河系统VxWorks模拟器v6.6是一个模拟的硬件来作为目标 原型和试验台VxWorks的环境。VxWorks的模拟器 允许您开发、运行和测试应用程序在您的主机系统VxWorks, 减少了目标在硬件开发。VxWorks的 模拟器还允许你建立模拟目标网络开发和 测试复杂网络应用程序。-Wind River VxWorks Simulator v6.6 is a simulation of the hardware as the target prototype and tes
4.UDP-sockets-communication-
- UDP sockets communication between UDP server running on a VxWorks system and UDP client running on a UNIX host
Vxworks
- VxWorks是一种嵌入式的实时操作系统,所谓嵌入式系统就是用户自己开发设计板子,板子上通常有一颗CPU,VxWorks支持32位的CPU,包括Intel公司的x86、Motorola公司的68k和PowerPC、MIPS、ARM、Intel公司的i960、Hitachi公司的SH。我们设计的这块板子通常没有软件的自开发能力,所以我们需要一台通用机来辅助开发,这台通用机可以是PC或工作站,我们称辅助我们软件开发的通用机为宿主机(Host),用户自己开发的板子为目标机(Target)。宿主机上要有
usb
- vxworks中USB驱动程序,Host模式和device模式,C代码-USB drivers in vxworks, Host mode and device mode, C Code