Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

Debug Help (System ID mismatch, System timestamp mismatch)

Altera_Forum
Honored Contributor II
4,828 Views

Hello everybody, 

 

This is my first post on this forum, so please bear with me... I am trying to debug, but I am receiving the following errors in the 'Target Connection' tab. 

 

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

 

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

 

I have a tiny bit of experience with all of this, so let me tell you what I have tried so far. Basically, I tried to redo everything. I went into Quartus and used the SOPC builder to generate a new SOPC file. While there, I made a note of the system ID and system timestamp and verified that these values matched those in the .sopcinfo file. They did. 

 

Then, I went to Nios II and redid the BSP. No errors there... I went and looked in the system.h file and verified that the timestamp in there matched the system timestamp I noted earlier. 

 

I rebuilt everything and then I tried to enter debug mode and that was when I saw the errors. The expected values always match the ones that I noted while in the SOPC builder, but the connected ones never change. 

 

Why is this, and how can I fix it? 

 

Thanks!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
3,067 Views

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.

0 Kudos
Altera_Forum
Honored Contributor II
3,067 Views

Yes, this fixed it, thanks for your help!

0 Kudos
Reply