Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe timestamp mismatch means that the SOPC project that is configured inside the FPGA isn't the same than the one your software was compiled for. Be sure to accomplish the following tasks, in that order:
- Generate the system from SOPC builder, save and quit SOPC builder
- Compile the design in Quartus
- Program the FPGA with the compiled project
- Compile your system library (old IDE) or regenerate your BSP (new IDE)
- Compile your software
- Download your software