E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
2.6.30.4
自动创建设备节点
使用linux-
2.6.30.4
。文件的管理使用的是sysfs.
hfyinsdu
·
2011-06-23 14:00
Linux移植之驱动编译出现的问题
我的内核是Linux-
2.6.30.4
,以EmbedSky_hello.c为例。
lufeiop02
·
2011-06-11 01:00
【转】Linux驱动修炼之道-platform
Linux驱动修炼之道-platform首先看一下我的系统中都有什么设备挂在了platform虚拟总线上: hacker@hacker:~/linux-
2.6.30.4
$cd/sys/bus/platform
wzz_momo
·
2011-06-10 13:00
数据结构
linux
struct
Module
table
null
Linux驱动修炼之道-驱动中一些常见的宏
://blog.csdn.net/woshixingaaa/archive/2011/06/02/6462065.aspx本文档讲解一下驱动中常用的宏,下边一个一个来说,先声明我使用的内核是Linux
2.6.30.4
helloyesyes
·
2011-06-02 18:00
数据结构
linux
Security
gcc
Blog
Linux驱动修炼之道-驱动中一些常见的宏
://blog.csdn.net/woshixingaaa/archive/2011/06/02/6462065.aspx本文档讲解一下驱动中常用的宏,下边一个一个来说,先声明我使用的内核是Linux
2.6.30.4
helloyesyes
·
2011-06-02 18:00
数据结构
linux
Security
gcc
Blog
嵌入式Linux之我行——Linux-
2.6.30.4
在2440上的移植之UDA1341声卡驱动
http://blogold.chinaunix.net/u3/101649/showart.php?id=2086765
guolele2010
·
2011-05-28 14:00
linux
嵌入式
Linux内核
2.6.30.4
裁剪问题汇总
1.“cannot create /proc/sys/kernel/hotplug: nonexistent directory” 错误。 CONFIG_PROC_FS=y CONFIG_PROC_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_NET=y 如果CONFIG_HOTPLUG和CONFIG_NET不选或没全选上的话,/proc/sys/kernel下将不会创建ho
helloyesyes
·
2011-05-23 19:00
C++
c
.net
linux
C#
linux
2.6.30.4
内核移植(2)触摸屏驱动
4.触摸屏驱动移植guolele:其中s3c2410_ts.c是用输入子系统写成的,这里我给出我写的一个。#include#include#include#include#include#include#include#include#include#include#include#include#include#include#include/*Forts.dev.id.version*/#de
guolele2010
·
2011-05-21 17:00
嵌入式Linux知识:S3C2440上 MMC/SD卡驱动实例开发讲解(1)
一、开发环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
编译器:arm-linux-gcc-4.3.2二、MMC/SD介绍及SDI主机控制器
menuconfig
·
2011-05-19 09:00
S3C2440上 MMC/SD卡驱动实例开发讲解
一、开发环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
编译器:arm-linux-gcc-4.3.2二、MMC/SD介绍及SDI主机控制器
menuconfig
·
2011-05-18 16:00
嵌入式Linux之我行——u-boot-2009.08在2440上的移植详解
共享资源,欢迎转载:http://hbhuanggang.cublog.cn一、移植环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
SdustLiYang
·
2011-05-13 09:00
linux
image
cmd
Flash
嵌入式
linux内核
转:S3C2440 上LCD 驱动
S3C2440上LCD驱动(FrameBuffer)实例开发讲解一、开发环境·主机:VMWare--Fedora9·开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
·编译器:
wlbzy
·
2011-05-12 13:00
关于hello world驱动的解析
obj-m+=hello.oall: make-C/opt/EmbedSky/linux-
2.6.30.4
M=$(pwd)modulesclean: make-C/opt/EmbedSky
ywf861029
·
2011-05-09 15:00
linux之Qt4.7.0移植----ubuntu10.10
EmbedSky_20100610.tar.bz2(选用4.3.3) 3.触摸屏校验工具:tslib-1.4.tar.gz 4.开发板4.3寸的TQ2440(内核天嵌自带的root_qtopia_2.2.0_
2.6.30.4
wyz365889
·
2011-05-04 15:00
linux
qt
Path
工具
library
编译器
Linux kernel compiling problem!
problem: root@zyx-VirtualBox:~#cd/opt/EmbedSky/root@zyx-VirtualBox:/opt/EmbedSky#cdlinux-
2.6.30.4
/root
zyxlinux888
·
2011-04-24 14:00
linux
header
tree
移植
2.6.30.4
到s3c2440
Linux移植A. Linux内核源码目录结构:a) arch 包含特定CPU体系结构的代码b) drivers 包含硬件驱动代码c) include 通用头文件及针对不同平台的特定头文件d) init 内核初始化代码e) ipc 进程间
shijian408
·
2011-04-22 18:00
S3C2440上LCD驱动(FrameBuffer)实例开发讲解(二)
FrameBuffer)实例开发讲解(二) 开发环境 主 机:VMWare--Fedora 9 开发板:Mini2440--64MB Nand, Kernel:
2.6.30.4
·
2011-04-20 19:00
buffer
内核宏ALIGN的含义
在linux
2.6.30.4
中,在include/linux/kernel.h文件中,ALIGN宏的定义如下:#defineALIGN(x,a)__ALIGN_MASK(x,(typeof(x))(a)
reille
·
2011-04-17 14:00
c
linux
cache
UP
alignment
insmod: error inserting '/lib/dm-region-hash.ko...
30831394insmod:errorinserting'/lib/dm-region-hash.ko':-1Fileexists解决方法:1,解压initrd文件[root@bogon~]#cp/boot/initrd-
2.6.30.4
熊二傻
·
2011-04-04 21:00
嵌入式开发三:mini2440开发-内核抑制-嵌入式Linux之我行——Linux-
2.6.30.4
在2440上的移植之内核
http://blogold.chinaunix.net/u3/101649/showart.php?id=2073912 按以上步骤得出结论如下:Copylinuxkernelfrom0x00060000to0x30008000,size=0x00500000...donezImagemagic=0x016f2818Setuplinuxparametersat0x30000100linuxcom
zhubenfulovepoem
·
2011-03-21 11:00
嵌入式开发二:mini2440开发-内核抑制-嵌入式Linux之我行——Linux-
2.6.30.4
在2440上的移植之内核
http://blogold.chinaunix.net/u3/101649/showart.php?id=2073912 按以上步骤得出结论如下:Copylinuxkernelfrom0x00060000to0x30008000,size=0x00500000...donezImagemagic=0x016f2818Setuplinuxparametersat0x30000100linuxcom
zhubenfulovepoem
·
2011-03-21 10:00
ARM+LINUX移植攻略(七)Linux
2.6.30.4
移植TE2440II开发板
6184884.aspx宿主机:ubuntu9.10目标机:s3c2440交叉编译器:arm-linux-gcc-4.3.2交叉编译器路径:/usr/local/arm/4.3.2要移植的内核版本:linux-
2.6.30.4
izuoyan
·
2011-02-14 22:00
c
linux
配置管理
Flash
WinCE
ARM+LINUX移植攻略(七)Linux
2.6.30.4
移植TE2440II开发板
6184884.aspx宿主机:ubuntu9.10目标机:s3c2440交叉编译器:arm-linux-gcc-4.3.2交叉编译器路径:/usr/local/arm/4.3.2要移植的内核版本:linux-
2.6.30.4
izuoyan
·
2011-02-14 22:00
c
linux
配置管理
Flash
WinCE
ARM+LINUX移植攻略(七)Linux
2.6.30.4
移植TE2440II开发板
6184884.aspx宿主机:ubuntu9.10目标机:s3c2440交叉编译器:arm-linux-gcc-4.3.2交叉编译器路径:/usr/local/arm/4.3.2要移植的内核版本:linux-
2.6.30.4
helloyesyes
·
2011-02-14 22:00
c
linux
配置管理
Flash
WinCE
ARM+LINUX移植攻略(七)Linux
2.6.30.4
移植TE2440II开发板
6184884.aspx宿主机:ubuntu9.10目标机:s3c2440交叉编译器:arm-linux-gcc-4.3.2交叉编译器路径:/usr/local/arm/4.3.2要移植的内核版本:linux-
2.6.30.4
helloyesyes
·
2011-02-14 22:00
c
linux
配置管理
Flash
WinCE
在内核中增加对yaffs文件系统的支持
1.解压下载的内核源代码linux-
2.6.30.4
.tar.bz2. 通常解压到/usr/src/目录下,因为此处为默认的系统内核源代码的存放处。
zskylark
·
2011-01-26 11:00
Linux 2440 LCD 控制器
共享资源,欢迎转载:http://hbhuanggang.cublog.cn一、开发环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
sfrysh
·
2011-01-14 14:00
c
linux
struct
IO
Module
平台
mdev实现U盘和SD卡的自动挂载
1)确保内核支持热插拔#cdlinux-
2.6.30.4
#vi.configCONFIG_KALLSYMS=y#CONFIG_KALLSYMS_ALLisnotset#CONFIG_KALLSYMS_EXTRA_PASSisnotset
mxcai2005
·
2010-12-24 09:00
UBIFS文件系统的移植
软件平台VMwareFedora-10使用源码:linux-
2.6.30.4
.tar.bz2u-boot-2010.06-rc1.tar.bz2硬件环境mini2440—64M NA
evilcode
·
2010-12-22 09:00
u-boot-2010.03在tq6410上的移植详解(一)
一、 移植环境主机:VMWare--Fedora8开发板:天嵌TQ6410—256Mnandflash,Kernel:
2.6.30.4
编译器:EA
zwj0403
·
2010-12-21 00:00
c
测试
Flash
三星
编译器
2010
S3C2440移植alsa-lib
-------------------------------------------------------------- 目标版:TQ2440,天嵌s3c2440开发板 目标版系统:Linux
2.6.30.4
ackerman
·
2010-11-30 09:00
C++
c
linux
python
C#
S3C2440裸机学习 - LCD驱动原理及代码分析[一]
共享资源,欢迎转载:http://hbhuanggang.cublog.cn 一、开发环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
yyt7529
·
2010-11-14 12:00
c
linux
struct
IO
平台
代码分析
kernel 支持网卡dm9000 开发板s3c2410
kernel
2.6.30.4
支持网卡dm9000 开发板s3c24101.geditarch/arm/plat-s3c24xx/common-smdk.c#include/*DM9000*/staticstructresources3c_dm9k_resource
hfyinsdu
·
2010-10-20 10:00
kernel
2.6.30.4
RTC 的修改 开发板s3c2410
RTC驱动移植geditarch/arm/plat-s3c24xx/common-smdk.cstaticstructplatform_device__initdata*smdk_devs[]={ &s3c_device_nand, &smdk_led4, &smdk_led5, &smdk_led6, &smdk_led7, &s3c_device_dm9k, &s3
hfyinsdu
·
2010-10-20 10:00
c
Date
struct
File
2010
移植 kernel linux-
2.6.30.4
移植linux-
2.6.30.4
所用的工具:交叉编译链制作yaffs文件的工具生成uImage的工具(放到交叉编译链的目录下,并且加上相应的前缀,比如arm-linux-mkimage或者arm-none-linux-gnueabi-mkimage
hfyinsdu
·
2010-10-20 10:00
image
System
download
makefile
Allocation
filesystems
[转]S3C2440上触摸屏驱动实例开发讲解
转自:来源:blog.chinaunix.net作者:TekkamanNinja 一、开发环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
lianghongge
·
2010-09-28 00:00
c
linux
timer
report
Module
input
嵌入式Linux之我行——S3C2440上LCD驱动(FrameBuffer)实例开发讲解
共享资源,欢迎转载:http://hbhuanggang.cublog.cn一、开发环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
sfrysh
·
2010-08-30 19:00
c
linux
struct
IO
嵌入式
平台
U-BOOT 6410平台DM9000AE的移植
一、 移植环境主 机:VMWare--Fedora8开发板:天嵌TQ6410—256Mnandflash,Kernel:
2.6.30.4
编译器:EABI-4.3.3_V0.1u-boot
willand1981
·
2010-08-13 15:00
Flash
平台
makefile
编译器
initialization
2010
移植
2.6.30.4
到MINI2440的学习笔记
近来找工作连连碰壁~感觉自己的实力还不足,所以打算移植
2.6.30.4
到MINI2440上锻炼一下自己这篇学习笔记以失败为基础向前推进~重点在于如何发现问题和解决问题的方法,因为我硬件基础还不足,所以像
jinlking
·
2010-08-10 16:00
linux
command
Parameters
interface
makefile
debugging
linux设备驱动程序开发环境的建立(编译嵌入式内核)
开发环境的建立: 内核:tq2440提供的内核linux-
2.6.30.4
_20091030.tar.bz2arm-linux-gcc-v:4.3.3我的环境是:pc: thinkpasl400linux
ruixj
·
2010-06-13 15:00
insmod: error inserting '/lib/dm-region-hash.ko' : -1 File exists解决方法
insmod:errorinserting'/lib/dm-region-hash.ko':-1Fileexists解决方法:1,解压initrd文件[root@bogon~]#cp/boot/initrd-
2.6.30.4
cuijianzhongswust
·
2010-05-06 12:00
File
Module
Q2440开发板系列教程合集-含有 Linux-
2.6.30.4
内核移植pdf文档
index.phphttp://blog.chinaunix.net/u1/38994/article_56615_5.html 首先推出的是Linux移植教程(现在是4.2版,直接更新Linux内核到
2.6.30.4
b_fushuaibing
·
2010-05-03 17:00
开发板上rmmod卸载模块必须创建/lib /modules/
2.6.30.4
这样一个空目录
必须创建/lib/modules/
2.6.30.4
这样一个空目录,否则不能卸载ko模块.
b_fushuaibing
·
2010-05-03 16:00
Module
tree
File
delete
Build
Path
嵌入式Linux之我行——S3C2440上LCD驱动(FrameBuffer)实例开发讲解(一)
迎转自:http://hbhuanggang.cublog.cn一、开发环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
编译器:arm-linux-gcc
liangkaiyang
·
2010-05-02 20:00
网络数据包发送接收全过程
可参考:http://lxr.linux.no/linux+v
2.6.30.4
/net/网络设备接口部分主要负责从物理介质接收和发送数据,实现的文件在linu/driver/net目录下面。
guopengzhang
·
2010-04-25 02:00
数据结构
linux
网络
socket
网络协议
buffer
Linux-
2.6.30.4
在2440上的移植之USB驱动
嵌入式Linux之我行,主要讲述和总结了本人在学习嵌入式linux中的每个步骤。一为总结经验,二希望能给想入门嵌入式Linux的朋友提供方便。如有错误之处,谢请指正。共享资源,欢迎转载:http://hbhuanggang.cublog.cn一、移植环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand编译器:arm-linux-gcc-4.3.2二、移植步骤1.配
willand1981
·
2010-04-01 16:00
u-boot-2009.08在2440上的移植详解(五)
共享资源,欢迎转载:http://hbhuanggang.cublog.cn一、移植环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
lhf0921
·
2010-03-21 12:00
File
cmd
command
Flash
System
buffer
u-boot-2009.08在2440上的移植详解(四)
共享资源,欢迎转载:http://hbhuanggang.cublog.cn一、移植环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
lhf0921
·
2010-03-21 12:00
linux
image
网络
Flash
compression
linux内核
u-boot-2009.08在2440上的移植详解(四)
共享资源,欢迎转载:http://hbhuanggang.cublog.cn一、移植环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
lhf0921
·
2010-03-21 12:00
u-boot-2009.08在2440上的移植详解(三)
共享资源,欢迎转载:http://hbhuanggang.cublog.cn一、移植环境主 机:VMWare--Fedora9开发板:Mini2440--64MBNand,Kernel:
2.6.30.4
lhf0921
·
2010-03-21 11:00
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他