虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Embeded-linux-driver-cdrom

  • 基于PXA270-S linux的FPGA实现

    基于PXA270-S linux的FPGA实现。\r\n向LED_CONTROL写入n即得到n*0.1S的延时,LED闪烁的快慢程度发生变化。

    标签: linux FPGA PXA 270

    上传时间: 2013-08-22

    上传用户:tb_6877751

  • omap5912 spi interface driver

    omap5912 spi interface driver. In addition, supply a fpga download example via spi

    标签: interface driver omap 5912

    上传时间: 2013-08-26

    上传用户:hustfanenze

  • 重要代码,FPGA CYCLONE FLASH DRIVER

    重要代码,FPGA CYCLONE FLASH DRIVER

    标签: CYCLONE DRIVER FLASH FPGA

    上传时间: 2013-08-28

    上传用户:1079836864

  • it consist of PCF8583 assembly driver

    it consist of PCF8583 assembly driver, Proteus RTC example that is schematic, Proteus library and model files

    标签: assembly consist driver 8583

    上传时间: 2013-09-25

    上传用户:1477849018@qq.com

  • Solutions for LED Driver Overvoltage Protection

    Boost LED drivers are often used to drive LEDs in series. If an LED fails while open,overvoltage protection (OVP) is necessary to avoid the damage to a boost integrated circuit (IC) or output capacitor. This application report presents the solutions to increase the TPS61043 LED driver OVP threshold.

    标签: Overvoltage Protection Solutions Driver

    上传时间: 2013-10-14

    上传用户:jiangfire

  • ARM-Linux-IIC设备的添加与驱动实现

        本文分析了ARM-Linux下IIC总线及其设备驱动的层次结构,指出了IIC设备添加与驱动实现的途径,详细阐述了如何采用通用i2c-dev.c驱动常规IIC设备、如何编写特定IIC设备的probe方式驱动、怎样设计动态加载的简易IIC“客服-驱动”、怎样使用GPIO模拟IIC总线快速驱动设备等常用具体实现过程和关键环节,并说明了这些方法的优势和不足。   

    标签: ARM-Linux-IIC 设备 驱动实现

    上传时间: 2013-10-13

    上传用户:xingisme

  • 基于OMAP1510的mp3播放器设计

      第一章 序論……………………………………………………………6   1- 1 研究動機…………………………………………………………..7   1- 2 專題目標…………………………………………………………..8   1- 3 工作流程…………………………………………………………..9   1- 4 開發環境與設備…………………………………………………10   第二章 德州儀器OMAP 開發套件…………………………………10   2- 1 OMAP介紹………………………………………………………10   2-1.1 OMAP是什麼?…….………………………………….…10   2-1.2 DSP的優點……………………………………………....11   2- 2 OMAP Architecture介紹………………………………………...12   2-2-1 OMAP1510 硬體架構………………………………….…12   2-2.2 OMAP1510軟體架構……………………………………...12   2-2.3 DSP / BIOS Bridge簡述…………………………………...13   2- 3 TI Innovator套件 -- OMAP1510 ……………………………..14   2-2.1 General Purpose processor -- ARM925T………………...14   2-2.2 DSP processor -- TMS320C55x …………………………15   2-2.3 IDE Tool – CCS …………………………………………15   2-2.4 Peripheral ………………………………………………..16   第三章 在OMAP1510上建構Embedded Linux System…………….17   3- 1 嵌入式工具………………………………………………………17   3-1.1 嵌入式程式開發與一般程式開發之不同………….….17   3-1.2 Cross Compiling的GNU工具程式……………………18   3-1.3 建立ARM-Linux Cross-Compiling 工具程式………...19   3-1.4 Serial Communication Program………………………...20   3- 2 Porting kernel………………………………………………….…21   3-2.1 Setup CCS ………………………………………….…..21   3-2.2 編譯及上傳Loader…………………………………..…23   3-2.3 編譯及上傳Kernel…………………………………..…24   3- 3 建構Root File System………………………………………..…..26   3-3.1 Flash ROM……………………………………………...26   3-3.2 NFS mounting…………………………………………..27   3-3.3 支援NFS Mounting 的kernel…………………………..27   3-3.4 提供NFS Mounting Service……………………………29   3-3.5 DHCP Server……………………………………………31   3-3.6 Linux root 檔案系統……………………………….…..32   3- 4 啟動及測試Innovator音效裝置…………………………..…….33   3- 5 建構支援DSP processor的環境…………………………...……34   3-5.1 Solution -- DSP Gateway簡介……………………..…34   3-5.2 DSP Gateway運作架構…………………………..…..35   3- 6 架設DSP Gateway………………………………………….…36   3-6.1 重編kernel……………………………………………...36   3-6.2 DEVFS driver…………………………………….……..36   3-6.3 編譯DSP tool和API……………………………..…….37   3-6.4 測試……………………………………………….…….37   第四章 MP3 Player……………………………………………….…..38   4- 1 MP3 介紹………………………………………………….…….38   4- 2 MP3 壓縮原理……………………………………………….….39   4- 3 Linux MP3 player – splay………………………………….…….41   4.3-1 splay介紹…………………………………………….…..41   4.3-2 splay 編譯………………………………………….…….41   4.3-3 splay 的使用說明………………………………….……41   第五章 程式改寫………………………………………………...…...42   5-1 程式評估與改寫………………………………………………...…42   5-1.1 Inter-Processor Communication Scheme…………….....42   5-1.2 ARM part programming……………………………..…42   5-1.3 DSP part programming………………………………....42   5-2 程式碼………………………………………………………..……43   5-3 雙處理器程式開發注意事項…………………………………...…47   第六章 效能評估與討論……………………………………………48   6-1 速度……………………………………………………………...48   6-2 CPU負載………………………………………………………..49   6-3 討論……………………………………………………………...49   6-3.1分工處理的經濟效益………………………………...49   6-3.2音質v.s 浮點與定點運算………………………..…..49   6-3.3 DSP Gateway架構的限制………………………….…50   6-3.4減少IO溝通……………….………………………….50   6-3.5網路掛載File System的Delay…………………..……51   第七章 結論心得…

    标签: OMAP 1510 mp3 播放器

    上传时间: 2013-10-14

    上传用户:a471778

  • LINUX和WINDIWS服务器的统一管理初探

    LINUX和WINDIWS服务器的统一管理初探

    标签: WINDIWS LINUX 服务器

    上传时间: 2013-10-09

    上传用户:妄想演绎师

  • 单片机和嵌入式LINUX开发的那点事儿

    单片机和嵌入式LINUX开发的那点事儿

    标签: LINUX 单片机 嵌入式

    上传时间: 2013-11-05

    上传用户:takako_yang

  • linux 中断和设备驱动

    linux 中断和设备驱动 本章介绍L i n u x内核是如何维护它支持的文件系统中的文件的,我们先介绍 V F S ( Vi r t u a lFile System,虚拟文件系统),再解释一下L i n u x内核的真实文件系统是如何得到支持的。L i n u x的一个最重要特点就是它支持许多不同的文件系统。这使 L i n u x非常灵活,能够与许多其他的操作系统共存。在写这本书的时候, L i n u x共支持1 5种文件系统: e x t、 e x t 2、x i a、 m i n i x、 u m s d o s、 msdos 、v f a t、 p r o c、 s m b、 n c p、 i s o 9 6 6 0、 s y s v、 h p f s、 a ffs 和u f s。无疑随着时间的推移,L i n u x支持的文件系统数还会增加。

    标签: linux 中断 设备驱动

    上传时间: 2013-11-13

    上传用户:zxh122