Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSystem ID issue
Hi everyone, I am working in a project using Quartus v11.0. The Bsp was created using Qsys. *obs: The project was updated/converted from SOPC Builder to Qsys... So, I am having pro...
Altera_Forum
Honored Contributor
14 years agocheck again and again that you compile the correct project and that the .sof file you put in the FPGA is the one you just compiled and not something else.
Check that your BSP project points to the correct .sopcinfo file and not the one from another project. Check in QSys that the System ID component is connected to the Nios CPU data master. If the System ID component is running on a different clock than the CPU, check that this clock is active. You can also try to access directly the System ID component through System Console, as explained in this thread (http://www.alteraforum.com/forum/showthread.php?t=36930). In your case you'd have to change the addresses, so it would be something likeset mast 0]
open_service master $mast
processor_reset $mast
master_read_32 $mast 0x00400800 1
master_read_32 $mast 0x00400804 1