楼主貌似没必要自己编译吧。
每个版本的内核在
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 下就可以了。