Forum Discussion
Hi 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
- ChristianMS5 months ago
New Contributor
Thank 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
- ThFo5 months ago
New Contributor
Hi @nareshrkumar,
Thanks you for your feedback.
I'm working with Christian and Baptiste. Without further information, the project, that we working on is currently at a deadlock situation.
Do you have new information about how to bypass the reset that can be triggered by quartus ?- Have you encountered/known issues with certain Quartus version ? (standard, pro or specific version number)
- If the USB blaster forces the reset, is there a method to bypass it using Quartus?
Thanks,
Théo- nareshrkumar4 months ago
New Contributor
Hi Theo, Christian and Baptiste
Thank you for the information shared.
As of today, I am not aware of any known issues with a Quartus version.
As the issue involves multiple components, U-Boot, Quartus, programmer and signing tool etc., I am working with different teams internally to get definitive information. Please give me some more time, I will update you on the status.
Thanks
Naresh
- ThFo4 months ago
New Contributor
Hi nareshrkumar,
Thank you for your help, we are still listening.
Christian & Baptiste & Théo