使用YOCTO编译环境修改内核源码的方法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
1)进入devshell ,运行bitbake linux-xlnx -c devshell,此时会打开一个新的shell终端
2)修改内核或driver代码,源码的位置在build/tmp/work-share下
3.a)在新的shell终端上编译make -j 4 Image CC=aarch64-poky-linux-gcc
3.b)此时也可以关掉打开的shell,在bitbake上运行bitbake linux-xlnx -c compile
4)编译后Image的位置
build/tmp/work/zcu102_zynqmp_arm_poky/linux-xlnx/standard build 下




A beautiful web dashboard for Linux
最近提交(Master分支:28 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)