Forum Discussion
nareshrkumar
New Contributor
5 months agoHi Christian
Immediately after programming the volatile fuses, the board resets (the power supply current drops from 1A to 0.8A, and then returns to 1A), and the fan stops and restarts.
Preliminary impressions of the issue are, since the board resets after programming the volatile fuses, the saved hash is also lost. Hence, the hash comparison step fails, leading to no prints on the console.
So, basically we need to avoid reset once the fuse is flashed, this I believe is happening because reset is initiated by the Quartus tool or your programmer.
There are 2 points for us to check, one with Quartus tool and the other with your programmer:
- From my end, I am checking whether Quartus is initiating the reset, and if there is a way to avoid it.
- I believe you are using JTAG as your programmer, can you please check if the programmer is initiating the reset?
Thanks
Naresh
ChristianMS
New Contributor
5 months agoThank you for your involvement.
- Just for your information, I was using the Programmer from Quartus Prime 23.1 (Standard Edition), while the EKP file was generated using Quartus Prime 24.2 (Pro Edition). I will try installing the same version to ensure compatibility.
- We are using the "JTAG Altera USB Blaster." We’ll investigate the reset pin behavior, but if the reset does not occur, there should be an alternative way to boot the SPL (such as jumping to the entry address directly).
Best regards,
Christian & Baptiste