zoukankan      html  css  js  c++  java
  • vxWorks下intel82567v3网卡驱动的更新 分类: vxWorks 2015-05-28 08:49 302人阅读 评论(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_DIRWindRivervxworks-6.6 argetsrchwifend" and 

       "gei825xxVxbEnd.h" file to "INSTALL_DIRWindRivervxworks-6.6 argetsrchwifhend" 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_DIRWindRivervxworks-6.6 argetsrchwifendmake CPU=PENTIUM4 TOOL=diab


    4. Compile the BSP for bootrom and vxworks image.

    资源地址:

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

    版权声明:本文为博主原创文章,未经博主允许不得转载。

  • 相关阅读:
    简单介绍ps切片工具切图技巧
    ps选区工具应用
    【Photoshop基本概念知识】
    jQuery上传插件Uploadify使用详解
    PS非主流头发效果
    C#正则表达式整理备忘
    C#中利用正则表达式实现字符串搜索
    PS快捷键大全
    PS操作速查
    Photoshop CS2 菜单入门介绍
  • 原文地址:https://www.cnblogs.com/mao0504/p/4706414.html
Copyright © 2011-2022 走看看