摘要: 问题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 阅读(850) 评论(0) 推荐(0)
摘要: 1.卸载VMware tools sudo apt-get autoremove open-vm-tools 2.安装界面版VMware tools sudo apt-get install open-vm-tools-desktop 3.重启验证 reboot 阅读全文
posted @ 2021-09-27 21:14 shejie 阅读(159) 评论(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 阅读(955) 评论(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 阅读(627) 评论(0) 推荐(0)