Fixing nios problem "System ID mismatch System timestamp mismatch"

转自:http://blog.csdn.net/boriscoding/article/details/18737321


一开始在nios flash programmer里面出现:Connected system ID hash not found on target at expected base address其实就是jtag没连好,板子多的时候容易连到其他的板子上。

但是网上有其他的人遇到不同的问题,可以参考一下。

http://blog.sina.com.cn/s/blog_4dbde8ed0100v3xa.html

我还把未分配引脚改回tri-state with pull up了……


后来出现:

System ID mismatch - connected: "0x23a8d24a", expected: "0x45a57fc4"

System timestamp mismatch - connected: "1331177017", expected: "1334558592"

有些童鞋也给出了一些不对路子的回答,当然可能每个人的情况不太一样。

最终还是altera forum上的哥们解决的问题:

after you generate the SOPC system you need to Go into Quartus, compile the project, and upload the new .sof file into the FPGA (be careful, if you don't have the licenses for all the IPs you are using, then the project is compiled into a *_time_limited.sof, so be sure you are using the right one). Then it should pass the system ID/timestamp test.  


Hope it helps to u 2 ;}


==========================================

2014年2月13日

碰到同样的问题,回去quartus编译了一遍,还是mismatch。。。。。

然后又是SOCP重新GENERATE等等从来了几遍。

正常了……


好无语,几块东西都不关联在一起……

猜你喜欢

转载自blog.csdn.net/linmin418/article/details/53707694