随笔分类 -  ZYNQ

摘要: 阅读全文
posted @ 2022-10-22 22:14 shejie 阅读(181) 评论(0) 推荐(0)
摘要:问题1 使用uart16550串口出现 undefined reference to `XUartNs550_SendByte' 解决方法 修改./components/plnx_workspace/fsbl/fsbl_bsp/ps7_cortexa9_0/include/xparameters.h 阅读全文
posted @ 2021-09-27 21:19 shejie 阅读(869) 评论(0) 推荐(0)
摘要:1.手动编译FSBL文件,并上传到./images/linux文件夹中 2.petalinux-config 中 "Linux Components Selection" disable "First Stage Bootloader". 3.检查地址将system_top.dtsi中的 memor 阅读全文
posted @ 2021-09-27 21:12 shejie 阅读(970) 评论(0) 推荐(0)
摘要:1.安装支持库: sudo apt-get install -y openssl tofrodos gawk gcc git git-core make net-tools ncurses-dev tftp tftpd zlib1g-dev flex bison libssl-dev zlib1g- 阅读全文
posted @ 2021-09-27 21:06 shejie 阅读(645) 评论(0) 推荐(0)
摘要:错误现象: 原因分析: \u-boot-xlnx-xilinx-v2018.1\u-boot-xlnx-xilinx-v2018.1\drivers\mtd\spi\ spi_flash.c中 static const struct spi_flash_info *spi_flash_read_id 阅读全文
posted @ 2020-10-29 17:57 shejie 阅读(4155) 评论(0) 推荐(0)
摘要:经过2天的努力,一个大工程的时序终于调好了。之前对时序分析总是有畏惧心理,这两天静下心来,通过查阅资料,不断测试,终于消除了所有错误 放个之前的图片 主要是用到了调整逻辑、约束时序的方法 create_clock -period 25.000 -name clk_main -waveform {0. 阅读全文
posted @ 2020-10-24 23:49 shejie 阅读(1587) 评论(1) 推荐(0)