Forum Discussion
4 Replies
- YuanLi_S_Intel
Regular Contributor
May i know have you tried to program SOF file? is it working fine?
- cbhowmik
New Contributor
No, I get a different error while programming the sof: "Detected a PMBUS error during configuration. Potential errors: VID setting is incorrect in the Intel Quartus Prime project. The target device fails to communicate to a smart regulator or PMBUS master on board."
I am using this guide https://rocketboards.org/foswiki/Projects/AgilexSoCWithNANDStorageOnHPS, and get the above error while running this command:
cd $TOP_FOLDER ~/intelFPGA_pro/21.3/nios2eds/nios2_command_shell.sh \ quartus_pgm --no_banner --mode=jtag -o "p;gilex_soc_devkit_ghrd/output_files/ghrd_agfb014r24a3e3vr0_hps_debug.sof"
- cbhowmik
New Contributor
I finally made this work somehow. I set the other switches to the configuration described in this document (https://rocketboards.org/foswiki/Documentation/AgilexSoCGSRD#Creating_SD_Card)
Then the board switches need to be configured as follows:
- SW1: ON-OFF-OFF-ON
- SW2: all OFF
- SW3: OFF-OFF-ON-ON-ON-ON
- SW4: OFF-OFF-OFF-ON
- SW5: all OFF
- SW6: OFF-OFF-OFF-ON
- SW9: OFF-OFF
- SW10: OFF-ON
- and then changed SW1 to OFF/OFF/OFF/ON.
- YuanLi_S_Intel
Regular Contributor
I am glad it works now. VID error is due to SDM IO setting in Quartus.
You may refer to the user guide at link below for VID setting:
Also, since you are using development kit. You may need to check the connection of SDM_IO0 - SDM_IO16 on schematic and set accordingly.