搜索资源列表
FSDev
- 在VC平台下调试通过的linux 0.11文件系统代码! 对学习文件系统实现的朋友很有帮助,可以下载一个文件映像进行测试各种文件操作API。具体的可以参考赵炯写的《linux0.11内核源代码完全注释》一书和他的网站下载imag文件!-in VC debugging platform adopted by the 0.11 linux file system code! The study documents System helpful friend, a document can be d
tlc3544
- AD转换器TLC3544在Linux2.6内核中的驱动程序 本人已经调试过 可以成功运行-AD converters TLC3544 in the Linux kernel driver than I have Debugging successful operation
project20070425-1
- 基于ARM的ucLinux、linux内核、驱动、应用调试-Based on ARM ucLinux, Linux kernel, drivers, application debugging
uda1341
- 基于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) $(ne
ARM_training
- ARM开发中收集的ARM培训资料,感觉收益匪浅:整理共享下: 1:ARM编程技巧.ppt 2:ARM处理器内核介绍.ppt 3:ARM调试方案.ppt 4:ARM及Thumb指令集练习.ppt 5:ARM集成开发环境介绍.PPT 6:ARM架构.ppt-ARM collected ARM development training materials, feeling proceeds V.: Finishing share: 1: ARM programming skil
linuxdrivers_and_test
- drivers_and_test目录 里面主要是测试程序,比如LED驱动、按键驱动、LCD驱动的测试程序。 其中的regeditor子目录对应的是一个调试工具(可以利用物理地址读写寄存器),它会用 到内核中的一个驱动程序drivers/char/ker_rw.c。-linux command
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
LinuxDeviceDriver
- linux设备驱动教学课件,字符驱动,内核调试,竞态,中断,高级io-linux device driver Courseware
kdb
- 内核调试软件工具包KDB,对编写内核模块有很大的帮助,版本是对linux-2.6.14.1-Kernel debugging software toolkit KDB, on the preparation of a kernel module is very helpful, the version is linux-2.6.14.1
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
Linux_Kernel_Debugging_classic_tutorials
- Linux内核调试技术经典教程Linux Kernel Debugging classic tutorials-Linux Kernel Debugging classic tutorials Linux Kernel Debugging classic tutorials
Linux_kernel_compilation_debug_electronic_document
- Linux 内核编译调试电子文档Linux kernel compilation debug electronic documents-Linux kernel debugging electronic documents compiled Linux kernel compilation debug electronic documents
GDB_debugging_environment_for_embedded_Linux_the_e
- 嵌入式Linux的GDB调试环境建立,对调试LINUX内核非常有益- GDB_debugging_environment_for_embedded_Linux_the_establishment_of
seven_steps_to_embedded_Linux
- 嵌入式Linux的学习涵盖的范围比较广,下从bootloader,到内核移植、文件系统,中间的驱动开发,到上层的应用程序调试、开发环境等,变化莫测,经常是别人的能用自己的就有问题。 由于缺乏他人适当指点,自己在学习过程中也走了很多弯路。看到有些朋友学习Linux的热情很高,但有时候不知道从哪入手,遂想和大家分享下这几年的经验教训。 此交流会在BUPT BES协会的组织下,历时半年,共九次。并录制了相关视频,上传到了BYR BT及优库上。 第一篇 Linux主机开发环
flc_debug.tar
- 可以记录从linux内核开始启动的所有你想要的信息。从而解决linux启动时加入的调试无法显示的问题。加入到内核目录下的driver中。有兴趣者可以联系我xhdwork@gmail.com -Linux kernel can be started from the record all the information you want. Are added in order to address linux boot debug the problem can not be displayed.
DAVINCI_env
- Davinci调试环境的搭建,详细介绍了davinci调试环境搭建过程,包括uboot,ramdisk,交叉编译环境,linux内核编译等-Davinci debugging environment set up, detailing the davinci debugging environment set up process, including uboot, ramdisk, cross-compiler environment, linux kernel compiling, etc.
Debug.Hacks-chinese_version
- 本书从调试器的基本使用方法、汇编的基础知识开始,到内核错误信息捕捉、应用程序调试、内核调试、本书深入浅出的讲解了linux下应用程序和内核的调试技巧。-This Book from the basic use of the debugger, the compilation of the basics, to the kernel error message capture, application debugging, kernel debugging, the book explain in
Linux
- Linux开发系列由浅入深地介绍了交叉编译工具的搭建、基于s3c2416 bootloader的实现过程,以目前最新版的linux4.10.10内核为基础,一步步细致地介绍了修改编译,以及最简单的hello world根文件系统到实用复杂的根文件系统的构建。从而对bootloader、linux内核、根文件系统之间的关系有一定的认识。系列文章选取了几个典型的linux设备驱动,如LED、gpio按键、u盘、sd卡、网卡、nand flash、lcd等等,介绍了linux设备驱动框架的模式。针对嵌
选题2-LE
- 掌握在Linux 集成开发环境中编写和调试程序的基本过程。 了解ARM 芯片(本实验是针对ARMS3C2410 系列)的基本结构。 了解Linux 内核中关于设备控制的基本原理。(Mastering the basic process of writing and debugging programs in a Linux integrated development environment. Understand the basic structure of the ARM chip (