码迷,mamicode.com
首页 > 其他好文 > 详细

vxWorks下intel82567v3网卡驱动的更新

时间:2015-05-28 09:33:43      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:

/* 82567 devicesID */



#define INTEL_DEVICEID_82567LF              0x10BF
#define INTEL_DEVICEID_82567V               0x10CB
#define INTEL_DEVICEID_82567LM              0x10F5
#define INTEL_DEVICEID_82567V3              0x1501
#define INTEL_DEVICEID_82567V4              0x1525


1. Copy the "gei825xxVxbEnd.c" to "INSTALL_DIR\WindRiver\vxworks-6.6\target\src\hwif\end" and 

   "gei825xxVxbEnd.h" file to "INSTALL_DIR\WindRiver\vxworks-6.6\target\src\hwif\h\end" folder.


   Here, INSTALL_DIR means; The directory in which VxWorks is installed in host computer.


2. Go to VxWorks Development shell as follows: 


   In Windows, 
   Start menu => Programs => Wind River => VxWorks 6.6 General Purpose Technologies => VxWorks Development Shell


3. In VxWorks Development Shell, compile the driver for Pentium4 as below.
   INSTALL_DIR\WindRiver\vxworks-6.6\target\src\hwif\end\make CPU=PENTIUM4 TOOL=diab


4. Compile the BSP for bootrom and vxworks image.

资源地址:

http://download.csdn.net/detail/mao0514/8746635

vxWorks下intel82567v3网卡驱动的更新

标签:

原文地址:http://blog.csdn.net/mao0514/article/details/46116759

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!