Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20713 Discussions

NIOS II Flash Programmer - System ID not found

Altera_Forum
Honored Contributor II
2,373 Views

Hello Everyone,  

 

I am trying to program the FPGA using the NIOS II Flash Programmer. Im getting errors whenever I try to open the settings.bsp or .sopcinfo files...it says: 

 

-Connected system ID hash not found on target at expected base address. 

-Connected system timestamp not found on target at expected base address. 

 

https://www.alteraforum.com/forum/attachment.php?attachmentid=6053  

 

Does anyone know what might cause it? 

 

Tahnk You very much
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
454 Views

Hi, maybe you get the wrong .pof on FPGA or a memory problem (stuck pins...)

0 Kudos
Altera_Forum
Honored Contributor II
454 Views

Hi, 

 

you did not use the System ID peripheral component in your system. This will result in an error in the flash programmer when the system id check is activated. In your case it looks like the system id check is disabled. This results in a warning. You should be able to program the flash. 

 

Regards, 

HJS
0 Kudos
Altera_Forum
Honored Contributor II
454 Views

To solve this problem,  

one solution is to regenerate bsp form within bsp editor, not by context menu > generate BSP
0 Kudos
Altera_Forum
Honored Contributor II
454 Views

 

--- Quote Start ---  

Hello Everyone,  

 

I am trying to program the FPGA using the NIOS II Flash Programmer. Im getting errors whenever I try to open the settings.bsp or .sopcinfo files...it says: 

 

-Connected system ID hash not found on target at expected base address. 

-Connected system timestamp not found on target at expected base address. 

 

https://www.alteraforum.com/forum/attachment.php?attachmentid=6053  

 

Does anyone know what might cause it? 

 

Tahnk You very much 

--- Quote End ---  

 

 

 

 

Maybe you've solved the problem, but i still share my experience with you all. Yesterday i encountered the problem and confused me a lot.At last , i found it wad s caused by the "nios_inst.v" doc. In the top level verilog doc(my doc is named as led.v), the nios_inst reset must be connected to the real pin, if not, the nios system could not run and the the NIOS II SBT will not find the system ID. My English may be poor and i hope my experience will help u a lot~~ 

 

Dahlia from Mainland China~~~
0 Kudos
Reply