`
kongweile
  • 浏览: 508667 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

编译XT720 2.3.7的kernel

 
阅读更多
这是XT720的kernel地址:https://github.com/CyanogenModXT720/android_kernel
把其中的xt720分支拷贝下来
git clone https://github.com/CyanogenModXT720/android_kernel.git -b xt720

进入其目录
cd android_kernel
该目录下有2个kernel的配置好的文件:sholest_cu_defconfig,sholest_skt_defconfig
这里使用sholest_cu_defconfig,另外一个没试过。
如果按照
首先要将这个配置文件应用,生成.config
make menuconfig
将会进入配置的界面,看到“Boot options”的,选择进入,勾选“Kexec system call”,非勾选“Export atags in procfs”,双击Esc返回。选择“Save an Alternate Configuration File“,名字为“.config”,按OK,然后按Exit。

然后还要修改一下,drivers/misc/mmcfix/mmc-fix.c的97行注释掉。

然后make。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics