赞
踩
在完成如下两步的基础上再进行Vitis DPU加速设计:
A base hardware design exported from Vivado® Design Suite
A base software design that includes Linux kernel, root file system,and device tree
完成上述步骤后,单板可以正常启动,进入加速设计流程,下面是对vitis设计流程进行总结,更详细步骤请参考DPU。
1 重新配置Processor IP Block
2 加入clock block,加入Processor System Reset blocks,加入中断模块,并进行配置,在vivado 控制台要运行如下命令
set_property PFM.IRQ {intr {id 0 range 32}} [get_bd_cells /axi_intc_0]
3 连接时钟、复位和中断模块
4 在 Window->Platform interfaces中设置Platform interfaces
5 导出xsa
1 导入xsa
2 修改设备树
3 在Kenerl和Root file system中加入需要的package
4 运行:
p
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。