lupino 发表于 2013-4-4 21:42:31

楼主貌似没必要自己编译吧。
每个版本的内核在 https://github.com/raspberrypi/firmware 这儿都有的 自己 git checkout 出就已了。
既然是 raspbian 就不用谈编译了,编译出来的系统就不叫 raspbian。
基本系统非常简单只要一条命令就够了。sudo qemu-debootstrap --arch armhf wheezy chroot-raspbian-armhf http://mirror.nus.edu.sg/raspbian/raspbian不过这是在 ubuntu 上的。
rpi 上 直接去掉 qemu- 就可以了。

然后把 checkout 的 firmware cp 到相应的 dirctory 下就可以了。

偉哥 发表于 2013-5-13 09:20:14

支持!希望能编译一个带有支持PHP的WEB服务器系统。谢谢
页: 1 [2]
查看完整版本: raspbian 3.6.y 自编译,第二版.进一步精简.