创建Petalinux工程 一、创建工程 二、配置工程 2.1 使用本地内核源码与uboot源码 2.1.1 配置uboot源码路径 2.1.2 配置内核源码路径 2.2 更改tftp服务器目录 2.3 PetaLinux 工具 sstate-cache 工件 三、保存内核源码与uboot源码 3.1 修改petalinux-config配置 3.2 内核源码目录 3.3 uboot源码目录 一、创建工程 petalinux-create --type project --template versal --name test 二、配置工程 cd test petalinux-config --get-hw-description ../hardware/test_fpga.xsa 2.1 使用本地内核源码与uboot源码 2.1.1 配置uboot源码路径