Welcome![Sign In][Sign Up]
Location:
Search - S3C2410 init

Search list

[Other resourceuda1341

Description: 基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动,在s3c2410 cpu下调试通过。 使用方法:源码树的根下新建local目录,并将其解压缩到该目录,修改源码树根下的Makefile文件的559行为: vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(net-m) $(libs-y) $(libs-m))) local/ 就可以编译了,不过是模块编译,编译好了之后不要忘了insmod进内核啊
Platform: | Size: 23327 | Author: 杨少英 | Hits:

[Other resourceinit

Description: S3C2410的完整的初始化过程,包括IO口,MMU,等等,详情可以在其内部的2410.c查询到。注意,特别适用于Techv-2410开发板。
Platform: | Size: 47426 | Author: 安熙 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Embeded Linuxuda1341

Description: 基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动,在s3c2410 cpu下调试通过。 使用方法:源码树的根下新建local目录,并将其解压缩到该目录,修改源码树根下的Makefile文件的559行为: vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(net-m) $(libs-y) $(libs-m))) local/ 就可以编译了,不过是模块编译,编译好了之后不要忘了insmod进内核啊-Linux kernel 2.6.20 based on the sound chip UDA1341 sound card driver in the adoption of s3c2410 cpu debugging. Usage: source tree root under the new local directory, and unzip to that directory, edit the Makefile under the root source file 559 acts: vmlinux-dirs: = $ (patsubst /,,$( filter /, $ (init-y) $ (init-m) $ (core-y) $ (core-m) $ (drivers-y) $ (drivers-m) $ (net-y) $ (net- m) $ (libs-y) $ (libs-m))) local/can be compiled, but is a module compiler, the compiler better not forget that after the insmod into the kernel ah
Platform: | Size: 23552 | Author: 杨少英 | Hits:

[Embeded Linuxinit

Description: S3C2410的完整的初始化过程,包括IO口,MMU,等等,详情可以在其内部的2410.c查询到。注意,特别适用于Techv-2410开发板。-S3C2410 complete the initialization process, including the IO port, MMU, etc., of the details in their internal inquiry into 2410.c. Note, in particular, apply to Techv-2410 development board.
Platform: | Size: 160768 | Author: 安熙 | Hits:

[OtherS3C2410(2410Init[1].s)

Description: S3C2410启动代码的详细分析,对每行代码均进行了详细的解析,并附了批注-none
Platform: | Size: 196608 | Author: 程保树 | Hits:

[SCMcc2420receive

Description: CC2420的接受程序,用的是ARM处理器s3c2410-cc2420 receive S3C2410 init
Platform: | Size: 41984 | Author: 宇烁 | Hits:

[ARM-PowerPC-ColdFire-MIPS2410Init.s

Description: S3C2410启动程序设计详细分析,讲解的很详细-2410Init
Platform: | Size: 196608 | Author: wei | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C2410-init

Description: 基于ARM9芯片S3C2410异常中断程序设计。验证的代码详细分析了基于ARM嵌入式系统的异常处理流程。然后阐明关键字“-irq”的作用,设计出中断处理函数。最后,通过设置中断控制寄存器,设计外部中断EINT3的初始化程序,并给出主程序流程图。实践证明程序运行稳定可靠。-S3C2410 ARM9-based chip exception interrupt programming. Detailed analysis of the code verification of embedded systems based on ARM exception handling process. Then clarify keyword " -irq" role, designed interrupt handler. Finally, by setting the interrupt control registers, external interrupt EINT3 design initialization procedure, and gives the main program flow chart. Proved to run stable and reliable.
Platform: | Size: 31744 | Author: lyq | Hits:

[ARM-PowerPC-ColdFire-MIPSARM-s3c2410-init-code-analysis

Description: ARM s3c2410启动代码分析及中断执行过程解析-ARM s3c2410 startup code and interrupt implementation of resolution
Platform: | Size: 25600 | Author: zxy | Hits:

[Embeded Linuxint

Description: unix s3c2410 linux hard init 操作 代码- unix s3c2410 linux hard
Platform: | Size: 5120 | Author: 舒佳 | Hits:

[Linux-Unixint-farsight

Description: a8 s3c2410 linux hard init 操作 代码-a8 s3c2410 linux hard init
Platform: | Size: 99328 | Author: 舒佳 | Hits:

[Technology ManagementJLinktoS3C2440NandFlash

Description: 简要说明 JLink间接的方法来实现对S3C2410、S3C2440开发板的Nor、Nand Flash的烧写。包含烧写步骤及烧写bin文件和源代码。 init.bin u-boot_0.bin init内存初始化.rar u-boot-1.1.6_OpenJTAG.tar.bz2 -Briefly explain JLink indirect way to implement, S3C2440 development board to S3C2410, Nand Flash of Nor the burn write. Contains write steps and burn write burn bin and source code file. Init. Bin U-boot_0. Bin Init memory initialization. Rar U-boot-1.1.6 _OpenJTAG. Tar. Bz2
Platform: | Size: 6685696 | Author: wanghdy | Hits:

[Driver Developourdev_422781

Description: 间接烧写s3c2410 s3c2440 norflash nand flash 的方法。包含一个init.bin文件和特质的uboot-Indirectly programming s3c2410 s3c2440 norflash NAND flash. Contains a init.bin file and character of the uboot
Platform: | Size: 6919168 | Author: 苏高民 | Hits:

CodeBus www.codebus.net