CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - ETHERNET

搜索资源列表

  1. 实用化嵌入式LINUX 大连

    0下载:
  2. NET-DL 套件由日立SH7750处理 器、32M SDRAM 以及8M 的FLASH为用户的软件研发提供了足够的空间。板上提供非常 丰富的外设接口:一个10M/100M 自适应快速以太网接口、两个RS-232 串口、一个JTAG调 试口以及若干个基于PIO的指示灯。系统具有体积小、耗电低、处理能力强、网络功能强大 等特点,能够装载和运行嵌入式Linux 操作系统-NET-DL Boards Hitachi SH7750 processor, 32MB of SDRAM and 8MB of
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1147967
    • 提供者:杨政
  1. LPC2200_TCP

    0下载:
  2. 基于Philips ARM LPC2200 的uClinux以太网通讯程序。-based on the Philips LPC2200 ARM uClinux Ethernet communication procedures.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3328
    • 提供者:王真
  1. dm9000

    0下载:
  2. DM9000 10M/100M以太网扩展板Linux驱动代码-DM9000 10M/100M Ethernet expansion board-driven Linux code
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:21623
    • 提供者:xuruqun
  1. magic2200Examples

    0下载:
  2. 周立功magic2200linux下例子(包括i2c uart ethernet pwm adc等)-under examples (including i2c uart ethern et pwm adc)
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:649753
    • 提供者:吴若兵
  1. serialudp

    0下载:
  2. 我的毕业设计,ARM7的以太网应用,串口与以太网数据互发,使用的uclinux系统,支持多线程,所以在你编译uclinux的时候请选择uclibc库而不是uc-libc。文件中包含了源码和Makefile文件,image里是编译后生成的文件,可以直接烧录进板子,但是请注意板子的配置,我的是44B0的公板,不同的板子请在编译uclinux的时候重新配置好-I graduated from the design, the ARM7 Ethernet, serial and Ethernet Data
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2189850
    • 提供者:仇海亮
  1. study-report

    0下载:
  2. 我做毕业设计两个多月来的总结,基于ARM7的以太网通信设计,用的S3C44B0芯片,uClinux系统,包括详细的开发步骤,内有源码,适合初学者-graduated more than two months to design the summary, based on ARM7 Ethernet Communication Design, The S3C44B0 chips, uClinux system, including the development of detailed steps
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:153588
    • 提供者:仇海亮
  1. Drivers-and-Sources

    0下载:
  2. 基于arm7的uclinux嵌入式驱动程序源代码, 代码很全,包括如下目录: adc、gpio、i2c、pwm、Simple Block Device Driver Module、Simple Char Device Driver Module、Simple Ethernet Device Driver Module、Simple Kernel Module、spi、zlg_ffs
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1489683
    • 提供者:8307317
  1. dm9ks_linux_2.08

    0下载:
  2. Davicom DM9000A/DM9010 ISA NIC fast Ethernet driver for Linux
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:14907
    • 提供者:wanchang
  1. 2410bs

    0下载:
  2. 这是嵌入式系统针对ARM2410的boot loader,是在韩国原版vivi的基础上,对USB、Ethernet下载进行了功能改进,并调整了众多BUG。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:74456
    • 提供者:who
  1. LinuxKernel_2_6_10_SMDK2410CS8900Driver

    0下载:
  2. For SMDK2410 platform Linux kernel 2.6.10 CS8900 的 NIC driver. CS8900 是很常见的 Ethernet controller,需要在 Linux platform 上开发的朋友可以参考之.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:17122
    • 提供者:Lief Tang
  1. rtl8139

    0下载:
  2. 44b0uclinux下的8319网卡芯片驱动程序-44b0uclinux under the 8319 Ethernet chip Driver
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:16345
    • 提供者:胡德鹏
  1. 嵌入式系统uclinux编程

    0下载:
  2. 总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5084
    • 提供者:郭指挥
  1. AT91RM9200-BasicEMAC-ARM1_2-2_0

    2下载:
  2. at91rm9200 上网卡测试程序,包括主函数,初始化函数,及网卡驱动简单程序。-at91rm9200 72.16 testing procedures, including the main functions, initialization function, and the Ethernet driver simple procedures.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:369667
    • 提供者:陈磊
  1. w740mac.rar

    0下载:
  2. 华邦w740以太网驱动 mac driver,Winbond mac driver Ethernet driver w740
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:9000
    • 提供者:beijing
  1. redboot_200840.zip

    0下载:
  2. Redboot,ported to the i.MX27 PDK board. It was designed to be very portable, extensible, and configurable. Some of the features are: • Host connectivity via RS-232 or Ethernet • Command line interface via RS-232 or Telnet • Imag
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-21
    • 文件大小:36107915
    • 提供者:allen
  1. video

    2下载:
  2. 在QT4下开发的视频采集及传输程序,可以在以太网下进行传输。同时可以抓取图像保存到本地存储器,系统还有图像查看及管理的功能-Developed under the QT4 video capture and transmission process can be carried out under the Ethernet transmission. At the same time you can grab the image is saved to the local memory, the
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-10-18
    • 文件大小:1351773
    • 提供者:paul
  1. LinuxDrivers

    0下载:
  2. Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:585773
    • 提供者:清木
  1. Ethernet-pertest

    0下载:
  2. 利用PC端iperf SERVER程序(WINDOWS)与EVB端上的iperf CLIENT(embedded linux)连结ETHERNET测试performance -The use of PC client iperf SERVER procedures (WINDOWS) and EVB client on iperf CLIENT (embedded linux) link ETHERNET test performance
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:507541
    • 提供者:rick
  1. 234234234

    0下载:
  2. 基于嵌入式系统的E1以太网桥接器的设计与实现.pdf-the design of E1 ethernet based on emmbedded system
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-17
    • 文件大小:4742093
    • 提供者:ganzhhua
  1. Ethernet-IEC_61850-Protocol-Analysis

    0下载:
  2. Based on Industrial Ethernet technologies IEC_61850 Protocol Analysis.zip
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:278595
    • 提供者:王越
« 12 3 »
搜珍网 www.dssz.com