LicheePi Zero Notes -2 linux compilation
这里尝试编译5.2版本的内核
git clone --single-branch --branch="zero-5.2.y" --depth=1 https://github.com/Lichee-Pi/linux.git
下面开始编译
cd linux
make ARCH=arm licheepi_zero_defconfig
make ARCH=arm menuconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j6 # 6线程
若出现报错:/bin/sh: 1: bison: not found
,则说明缺少busion依赖,输入以下命令进行安装。
sudo apt install bison flex
本网站文章版权均为本人所有,未经同意不得私自搬运复制,欢迎注明引用出处的合理转载,图片转载请留言。文章内容仅用于技术研究和探索,不得用于违法目的。