配置并编译内核[更新到linux-2.6.34][增加自动精简]

内核编译和嵌入式产品的设计与开发
回复
baobaoyeye
帖子: 13
注册时间: 2009-07-10 23:05

Re: 配置并编译内核[更新到linux-2.6.29.2]

#436

帖子 baobaoyeye » 2009-10-08 13:04

今天那自己的thinkpad做了下实验,感觉还行,毕竟还是个菜鸟~~~呵呵,顶你! :em02
zzyhyuan
帖子: 19
注册时间: 2009-09-24 22:54

Re: 配置并编译内核[更新到linux-2.6.29.2]

#437

帖子 zzyhyuan » 2009-10-13 18:32

:em11
自己乱选了一通,发现那个img 没打成DEB包时的大小为40+M!!
:em06
头像
mmxxkk
帖子: 53
注册时间: 2007-08-03 22:25
来自: 广西南宁
联系:

Re: 配置并编译内核[更新到linux-2.6.29.2]

#438

帖子 mmxxkk » 2009-10-13 20:51

还在继续学习中,下一步的计划就是亲自实践了~谢谢指导。
Wjian
帖子: 2044
注册时间: 2005-08-07 18:34
系统: android 4.2.1
来自: 湛江

Re: 配置并编译内核[更新到linux-2.6.29.2]

#439

帖子 Wjian » 2009-10-18 17:17

收藏! :em11
sylcrq
帖子: 7
注册时间: 2008-11-07 12:08
联系:

Re: 配置并编译内核[更新到linux-2.6.29.2]

#440

帖子 sylcrq » 2009-10-19 11:43

好帖顶起来~ :em11
慢慢学习~
Farley
帖子: 31
注册时间: 2006-08-18 0:25

Re: 配置并编译内核[更新到linux-2.6.29.2]

#441

帖子 Farley » 2009-10-23 0:01

mark
hbyusong
帖子: 47
注册时间: 2009-04-03 16:38

Re: 配置并编译内核[更新到linux-2.6.29.2]

#442

帖子 hbyusong » 2009-11-14 12:53

今天9.10上面编到打补丁那步,下不去了

代码: 全选

yusong@yusong-desktop:~/linus$ bzcat patch-2.6.31.6.bz2 | patch -p1
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/Documentation/connector/cn_test.c b/Documentation/connector/cn_test.c
|index 6a5be5d..473c589 100644
|--- a/Documentation/connector/cn_test.c
|+++ b/Documentation/connector/cn_test.c
--------------------------
File to patch: 
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

Re: 配置并编译内核[更新到linux-2.6.29.2]

#443

帖子 syrano » 2009-11-14 15:45

hbyusong 写了:今天9.10上面编到打补丁那步,下不去了

代码: 全选

yusong@yusong-desktop:~/linus$ bzcat patch-2.6.31.6.bz2 | patch -p1
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/Documentation/connector/cn_test.c b/Documentation/connector/cn_test.c
|index 6a5be5d..473c589 100644
|--- a/Documentation/connector/cn_test.c
|+++ b/Documentation/connector/cn_test.c
--------------------------
File to patch: 
在打补丁之前你是什么版本?
打补丁之前是2.6.31才用patch-2.6.31.6.bz2
E=m c^2
hbyusong
帖子: 47
注册时间: 2009-04-03 16:38

Re: 配置并编译内核[更新到linux-2.6.29.2]

#444

帖子 hbyusong » 2009-11-15 21:14

syrano 写了:
hbyusong 写了:今天9.10上面编到打补丁那步,下不去了

代码: 全选

yusong@yusong-desktop:~/linus$ bzcat patch-2.6.31.6.bz2 | patch -p1
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/Documentation/connector/cn_test.c b/Documentation/connector/cn_test.c
|index 6a5be5d..473c589 100644
|--- a/Documentation/connector/cn_test.c
|+++ b/Documentation/connector/cn_test.c
--------------------------
File to patch: 
在打补丁之前你是什么版本?
打补丁之前是2.6.31才用patch-2.6.31.6.bz2
是2.26.61.6呀
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

Re: 配置并编译内核[更新到linux-2.6.29.2]

#445

帖子 syrano » 2009-11-15 21:18

hbyusong 写了:
syrano 写了:
hbyusong 写了:今天9.10上面编到打补丁那步,下不去了

代码: 全选

yusong@yusong-desktop:~/linus$ bzcat patch-2.6.31.6.bz2 | patch -p1
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/Documentation/connector/cn_test.c b/Documentation/connector/cn_test.c
|index 6a5be5d..473c589 100644
|--- a/Documentation/connector/cn_test.c
|+++ b/Documentation/connector/cn_test.c
--------------------------
File to patch: 
在打补丁之前你是什么版本?
打补丁之前是2.6.31才用patch-2.6.31.6.bz2
是2.26.61.6呀
您可以直接下2.6.31的内核http://www.kernel.org/pub/linux/kernel/v2.6/li ... .6.tar.bz2
E=m c^2
hbyusong
帖子: 47
注册时间: 2009-04-03 16:38

Re: 配置并编译内核[更新到linux-2.6.29.2]

#446

帖子 hbyusong » 2009-11-15 21:33

syrano 写了:
hbyusong 写了:
syrano 写了:
hbyusong 写了:今天9.10上面编到打补丁那步,下不去了

代码: 全选

yusong@yusong-desktop:~/linus$ bzcat patch-2.6.31.6.bz2 | patch -p1
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/Documentation/connector/cn_test.c b/Documentation/connector/cn_test.c
|index 6a5be5d..473c589 100644
|--- a/Documentation/connector/cn_test.c
|+++ b/Documentation/connector/cn_test.c
--------------------------
File to patch: 
在打补丁之前你是什么版本?
打补丁之前是2.6.31才用patch-2.6.31.6.bz2
是2.26.61.6呀
您可以直接下2.6.31的内核http://www.kernel.org/pub/linux/kernel/v2.6/li ... .6.tar.bz2
我是下载的这个,就是在打补丁的时候打不上去
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

Re: 配置并编译内核[更新到linux-2.6.29.2]

#447

帖子 syrano » 2009-11-15 21:36

hbyusong 写了:
syrano 写了:
hbyusong 写了:
syrano 写了:
hbyusong 写了:今天9.10上面编到打补丁那步,下不去了

代码: 全选

yusong@yusong-desktop:~/linus$ bzcat patch-2.6.31.6.bz2 | patch -p1
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/Documentation/connector/cn_test.c b/Documentation/connector/cn_test.c
|index 6a5be5d..473c589 100644
|--- a/Documentation/connector/cn_test.c
|+++ b/Documentation/connector/cn_test.c
--------------------------
File to patch: 
在打补丁之前你是什么版本?
打补丁之前是2.6.31才用patch-2.6.31.6.bz2
是2.26.61.6呀
您可以直接下2.6.31的内核http://www.kernel.org/pub/linux/kernel/v2.6/li ... .6.tar.bz2
我是下载的这个,就是在打补丁的时候打不上去
那就不用打补丁了, 你那个补丁是给linux-2.6.31.tar.bz2用来升级的.
E=m c^2
hbyusong
帖子: 47
注册时间: 2009-04-03 16:38

Re: 配置并编译内核[更新到linux-2.6.29.2]

#448

帖子 hbyusong » 2009-11-15 21:44

hbyusong 写了:
syrano 写了:
hbyusong 写了:
syrano 写了:
hbyusong 写了:今天9.10上面编到打补丁那步,下不去了

代码: 全选

yusong@yusong-desktop:~/linus$ bzcat patch-2.6.31.6.bz2 | patch -p1
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/Documentation/connector/cn_test.c b/Documentation/connector/cn_test.c
|index 6a5be5d..473c589 100644
|--- a/Documentation/connector/cn_test.c
|+++ b/Documentation/connector/cn_test.c
--------------------------
File to patch: 
在打补丁之前你是什么版本?
打补丁之前是2.6.31才用patch-2.6.31.6.bz2
是2.26.61.6呀
您可以直接下2.6.31的内核http://www.kernel.org/pub/linux/kernel/v2.6/li ... .6.tar.bz2
我是下载的这个,就是在打补丁的时候打不上去
哦,知道,谢谢了
kooko1986
帖子: 13
注册时间: 2009-11-17 10:43

Re: 配置并编译内核[更新到linux-2.6.29.2]

#449

帖子 kooko1986 » 2009-11-18 13:42

wangyixi@wangyixi-desktop:~/linus$ sudo dpk -i linux-image-2.6.29david0.75_2.6.29david0.75-10.00.Custom_i386.deb
[sudo] password for wangyixi:
sudo: dpk: command not found

这个是什么原因呢?
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

Re: 配置并编译内核[更新到linux-2.6.29.2]

#450

帖子 syrano » 2009-11-18 13:46

kooko1986 写了:wangyixi@wangyixi-desktop:~/linus$ sudo dpk -i linux-image-2.6.29david0.75_2.6.29david0.75-10.00.Custom_i386.deb
[sudo] password for wangyixi:
sudo: dpk: command not found

这个是什么原因呢?
是dpkg而不是dpk
E=m c^2
回复