摘要: 阅读全文
posted @ 2022-10-22 22:14 shejie 阅读(170) 评论(0) 推荐(0)
摘要: static void Main(string[] args){ Console.WriteLine("测试程序"); Console.ReadKey();//加上这句,就可以达到不退出的效果} 阅读全文
posted @ 2021-10-22 22:13 shejie 阅读(1181) 评论(0) 推荐(0)
摘要: a = fi a = fi(v) a = fi(v, s) a = fi(v, s, w) a = fi(v, s, w, f) a = fi(v, s, w, slope, bias) a = fi(v, s, w, slopeadjustmentfactor, fixedexponent, bi 阅读全文
posted @ 2021-10-16 21:24 shejie 阅读(264) 评论(0) 推荐(0)
摘要: 打开方式 tmtool 阅读全文
posted @ 2021-10-11 22:27 shejie 阅读(241) 评论(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 阅读(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)
摘要: 编写好do文件之后,在Transcript窗口中输入do *.do之后回车,就可以自动完成仿真 阅读全文
posted @ 2021-05-06 14:25 shejie 阅读(448) 评论(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 阅读(4073) 评论(0) 推荐(0)