上手体验篇
系统适配篇
驱动开发篇
从挖坑到填坑篇
应用开发篇
贡献投稿篇
本文目录
编译和配置linux
1. 克隆linux
2. 载入默认配置
git clone https://github.com/Lichee-Pi/linux.git --depth=1 -b nano-4.14-exp
下载配置文件
wget http://nano.lichee.pro/_static/step_by_step/lichee_nano_linux.config
修改下载的配置文件名为.config
mv lichee_nano_linux.config ./config
编译
make ARCH=arm