| 网站首页 | 文章中心 | 下载中心 | vxworks在线文档 | 实时论坛 | 
您现在的位置: vxworks开发网 >> 文章中心 >> 经验心得 >> 文章正文 用户登录 新用户注册
配置vxsim虚拟网卡            【字体:
配置vxsim虚拟网卡
作者:helen    文章来源:本站原创    点击数:    更新时间:2008-4-4    

14:13 2007-5-29 created by helen

1. 首先要安装虚拟网卡,方法:
   添加新硬件->添加新设备->选择网卡->从磁盘安装->选择目录为Tornado2.2ppc\host\x86-win32\bin里的netULIP.inf然后安装。
   安装完毕后要进行配置,例如ip地址为192.168.10.110,子网掩码为255.255.255.0
  
2. configure target server:tool->configure target servers
    new一个target server出来,
    地址为开始设置的ip地址(192.168.10.110),available back选wdbrpc,
    其中的core file and symbolsystem选生成的vxworks.exe位置处,
    memory catch size选specify 2000。
    target name/ip address填192.168.10.1。ok即可

3. vxworks组件配置(include表示需要增加该组件,only include表示该展开项下只包含该组件):
   development tool component 
       -target shell component(include)
    -WDB agent component 
        -select WDB connection
            -WDB END driver connectioin(only include)
        -select WDB mode 
            -WDB task debugging(only include)                
    -show routines   // 如果需要可再添加其他的show routine
        -memory show routine(include)
     -semaphore show routine(include)
     -symbol table show routine(include)  
   network components  
       -networking protocols
           -network debugging
               -ICMP show routines(include)
               -IGMP show routines(include)
     -network application
         -PING client(include)
     -core TCP/IP components
               -ICMPv4(include)
      -IGMPv4(include)
   operating system 
       -IO system components
           -File System and Disk Utilities

文章录入:helen    责任编辑:helen 
  • 上一篇文章:

  • 下一篇文章: 没有了
  • 发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    最新热点 最新推荐 相关文章
    Tornado学习笔记
    mv5100 bootrom烧写过程
    vmWare上运行VxWorks
    Tornado通过命令行编译vxwor…
    嵌入式实时系统的优盘启动技…
    通过串口tsfs启动vxworks调试
    vxworks中的VME总线情况
    vxworks下文件读写示例
    vxworks生成BOOTROM的两种方…
    DOC盘启动vxworks
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)