2020年9月30日

ZYNQ双核AMP开发详解(USE_AMP -DUSE_AMP=1 含义和作用详解)

摘要: 中文原始链接:https://www.codenong.com/cs106697858/ 英文原始链接:https://www.programmersought.com/article/76044148229/ ZYNQ双核AMP开发详解(USE_AMP -DUSE_AMP=1 含义和作用详解) Z 阅读全文

posted @ 2020-09-30 23:21 Kevin_HeYongyuan 阅读(2217) 评论(0) 推荐(0) 编辑

2019年7月12日

赛灵思机器学习套件(ML Suite) v1.4 DPU, DNNK

摘要: https://mp.weixin.qq.com/s/ngWlOyVFqVaQ0aX8xltJyQ 赛灵思机器学习套件(ML Suite) v1.4 已于 5 月 24 日发布,主要更新功能包括: DECENT 量化器的集成 xfDNN Runtime API 已升级,可支持多输出网络 简单易用的增 阅读全文

posted @ 2019-07-12 09:52 Kevin_HeYongyuan 阅读(907) 评论(0) 推荐(0) 编辑

2019年5月22日

petalinux add pre-build application to rootfs compile faliure solution

摘要: Vivado Petalinux版本:2018.3 1. 按照UG1144 -> Chapter 7 Customizing the Rootfs -> Including Prebuilt Applications建立mygpio,结果编译无法通过,解决方法 1. Create an applic 阅读全文

posted @ 2019-05-22 13:27 Kevin_HeYongyuan 阅读(1140) 评论(0) 推荐(0) 编辑

2017年10月19日

如何用SDK生成device tree

摘要: 目的:帮助初次使用Zynq & MPSoC的朋友,在PL添加IP(比如AXI-CAN),应如何生成对应的devic tree Step1: 下载device-tree-xlnx自动生成工具集 参考http://www.wiki.xilinx.com/Fetch+Sources,下载device-tr 阅读全文

posted @ 2017-10-19 14:31 Kevin_HeYongyuan 阅读(2692) 评论(0) 推荐(0) 编辑

2017年10月13日

Zynq UltraScale+ MPSoC device tree 中 CCF中 clock output数字映射表

摘要: 目的:方便使用Zynq UltraScale+ MPSoC的朋友们在添加PL侧IP后在对应的devicetree 如何设置对应的clock input参数 预备知识:阅读zynqmp-clk-ccf.dtsi,文档位置 linux-xlnx-xilinx-v2017.1\arch\arm64\boo 阅读全文

posted @ 2017-10-13 22:52 Kevin_HeYongyuan 阅读(1850) 评论(0) 推荐(0) 编辑

2017年9月15日

Zynq ZC702平台 QSPI + eMMC实现

摘要: 预备知识: UG821 指导步骤: 具体实现: Step1. Create a BSP with the library and set enable_mmc in the SDK options. For more details, see the library documentation. - 阅读全文

posted @ 2017-09-15 23:54 Kevin_HeYongyuan 阅读(12492) 评论(0) 推荐(1) 编辑

2017年9月3日

Zynq ZC702平台 Linux + Baremetal AMP实现(一)【快速启动CPU1】

摘要: Xilinx官方的Zynq AMP configure XAPP1078实现Linux+Baremetal方法有些麻烦,介绍一种可以通过在常规FSBL下来实现CPU0启动CPU1的方法。 预备知识:UG585, section 6.1.10 Starting Code on CPU 1 The st 阅读全文

posted @ 2017-09-03 22:50 Kevin_HeYongyuan 阅读(4838) 评论(0) 推荐(1) 编辑

导航