#petalinux-create--type project--template zynqMP--name/home/work/tp0805 bsp创建工程 #petalinux-create-t project-s<path-to-bsp>配置命令: #petalinux-config--get-hw-description=/home/work/tp0805/hdf #petalinux-config--get-hw-description=/home/ucas/yinhonggen/hdf 清理: #petalinux-build-x dist...
使用以下命令获取 PetaLinux 设置: source <petalinux_installation_path>/settings.sh 创建PetaLinux ZynqMP 工程: BSP 流程: petalinux-create -t project -s xilinx-zcu102-v2019.1-final.bsp (此示例适用于 ZCU102 开发板) 注:BSP 文件需从http://china.xilinx.com下载 模板流程: petalinux-create --type pr...
/bin/shp_own=$(cd$(dirname$0);pwd)cd$p_ownsource~/software/petalinux/settings.sh petalinux-create -t project -n petalinux --template zynqMPmkdirpetalinuxcdpetalinux petalinux-config --get-hw-description ../hardware/echowaititread-n 1 配置离线编译 配置路径如图左上角 编译工程并打包 petalinux-b...
petalinux-create -t project -s xilinx-zcu102-v2019.1-final.bsp (此示例适用于 ZCU102 开发板) 注:BSP 文件需从china.xilinx.com 下载 b. 模板流程: petalinux-create --type project --template zynqMP --name custom-project 4. 导入HDF a. petalinux-config--get-hw-description= b. 将“DTG SETTIN...
使用create命令创建工程 2. 导入硬件配置 cd <PROJECT_NAME 工程目录> petalinux-config --get-hw-description <PATH-TO-XSA-FILE> 修改系统配置 检查子系统自动硬件设置(Subsystem AUTO Hardware Settings)启动,并如下图所示,进入该目录: 可以在这个目录下配置系统级别的硬件设置,比如:处理器核、DDR、Flash、串口终...
cp-Copy files and directories to the vfat or ext*partitions create-Create anewOpenEmbeddedimageTOPIC:overview-Presents an overall overviewofWic plugins-Presents an overview andAPIforWic plugins kickstart-Presents a Wic kicstart file referenceExamples:$ wic--version Returns the current versionofWic...
petalinux-create -t project -s <FULLPATH-TO-BSP> Create a new project based on the ZYNQ™ template. 用于让petalinux工具包,从系统中抽取模板,产生工程 petalinux-create -t project --template zynq -n <PROJECT_NAME> Initialize a PetaLinux project within the project directory with an external HDF...
~$ petalinux-create -t project -s //xilinx-k26-starterkit-v2021.1-final.bsp -n kv260_os 将目录更改为新创建的项目: ~$ cd ./kv260_os 在这一点上,我发现有必要继续运行构建,因为这个 PetaLinux 项目变得如此庞大/复杂,尤其是在添加了 AI 模型和 Xilinx 加速应用程序时: ~$ petalinux-build 为KV...
create - Create a new OpenEmbedded image TOPIC: overview - Presents an overall overview of Wic plugins - Presents an overview and API for Wic plugins kickstart - Presents a Wic kicstart file reference Examples: $ wic --version Returns the current version of Wic ...
petalinux-create -t project -s <path to BSP> 模板工程 在本教程中,我们将使用 ZynqMP 的模板工程来创建 PetaLinux 工程。如果您有定制的赛灵思电路板,则必须使用模板工程,但也可以与标准的赛灵思开发板一起使用。BSP 不能与定制电路板一起使用,因为它包含仅描述标准赛灵思开发板架构的 HDF。