1. 内核源码下载

内核源码位于工程目录下(petalinux-config -c kernel)

每个版本不太一样

(搜索任意一个linux下的文件即可,比如find -name goku_udc.c)

petalinux2019.2

components/plnx_workspace/sources/linux-xlnx

内核配置文件(2019.2)

components/plnx_workspace/sources/linux-xlnx/oe-local-files/devtool-fragment.cfg

components/plnx_workspace/sources/linux-xlnx/oe-local-files/plnx_kernel.cfg

部分版本路径:

(build/tmp/work-shared/plnx-zynqmp/kernel-source/)

2021.2

build/tmp/work-shared/zynqmp-generic/kernel-source/

官方下载链接

GitHub - Xilinx/linux-xlnx: The official Linux kernel from Xilinxhttps://github.com/Xilinx/linux-xlnx

2. 查看最终完整的dts (dtb转dts)

dtc -I dtb -O dts images/linux/system.dtb -o a.dts

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐