配置vxsim虛擬網(wǎng)卡
1. 首先要安裝虛擬網(wǎng)卡,方法:
本文引用地址:http://m.butianyuan.cn/article/201610/305793.htm添加新硬件->添加新設(shè)備->選擇網(wǎng)卡->從磁盤安裝->選擇目錄為Tornado2.2ppchostx86-win32bin里的netULIP.inf然后安裝。
安裝完畢后要進(jìn)行配置,例如ip地址為192.168.10.110,子網(wǎng)掩碼為255.255.255.0
2. configure target server:tool->configure target servers
new一個target server出來,
地址為開始設(shè)置的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
評論