Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1166258
  • 博文数量: 173
  • 博客积分: 4048
  • 博客等级:
  • 技术积分: 2679
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-12 18:53
文章分类

全部博文(173)

文章存档

2018年(1)

2016年(1)

2013年(1)

2012年(118)

2011年(52)

分类: 嵌入式

2011-02-23 10:30:27

在FPGA上搭建nios系统,在上面实现hello world应用,总是出现如下错误:
Reading System ID at address 0x00000808: 
    ID value does not match: read 0xFFFFFFFF; expected 0x5E5B656D
    Timestamp value does not match: image on board is older than expected
    Read timestamp  7:59:59 1970/01/01; expected  9:48:46 2011/02/23
The software you are downloading may not run on the system which is currently
configured into the device.  Please download the correct SOF or recompile.
一般出现上述错误原因为在FPGA板上烧的sof文件和nios ide软件工程文件不匹配,但自己反复编译多次仍出现上述错误。最后解决方法如下:
在quartus II 工程setting中,点击device and pin option。出现对话框中在unused选项卡中将reversed all unused pins 设为 as input tri-stated。重新编译,烧入FPGA板。再在nios ide中运行helloworld即可。
阅读(4356) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~