Forum Discussion

swpanda's avatar
swpanda
Icon for New Contributor rankNew Contributor
2 years ago

Cannot build GHRD for DK-DEV-AGF014EA

I'm struggling to build the GHRD for the DK-DEV-AGF014EA.

I've downloaded the https://github.com/altera-opensource/ghrd-socfpga repository and have attempted to follow the instructions from https://www.rocketboards.org/foswiki/Documentation/AgilexSoCGSRDDEVAGF027#Building_the_Hardware_Design.

By following the README, I've changed the board to "DK-DEV-AGF014E" and changed the device to "AGFB014R24B2E2V".

This ran into errors while building concerning ECC so I also had to disable the HPS EMIF ECC by setting "ENABLE_HPS_EMIF_ECC" to 0.

This build also had errors, this time about ethernet, so I set "HPS_SGMII_EMAC1_EN" to 0. This got further but now the build is complaining about power management settings.

Is there a GHRD for this board that actually works?

Am I totally aware that there could be something that I'm missing, and if so, please let me know.


Thank you!

5 Replies

  • aikeu's avatar
    aikeu
    Icon for Regular Contributor rankRegular Contributor

    Hi swpanda,


    Any follow up from the previous comment?


    Thanks.

    Regards,

    Aik Eu


  • aikeu's avatar
    aikeu
    Icon for Regular Contributor rankRegular Contributor

    Hi swpanda,


    I will close this thread if no further question.


    Thanks.

    Regards,

    Aik Eu


  • aikeu's avatar
    aikeu
    Icon for Regular Contributor rankRegular Contributor

    Hi swpanda,


    We do not receive any response from you to the previous question/reply/answer that I have provided. This thread will be transitioned to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.


    Thanks.

    Regards,

    Aik Eu


    • swpanda's avatar
      swpanda
      Icon for New Contributor rankNew Contributor

      I'm sorry, I just saw all my notifications in the junk mail.

      I posted the wrong link, I started from here: https://www.rocketboards.org/foswiki/Documentation/AgilexSoCGSRD#Building_the_Hardware_Design . It says to start from tag `QPD23.2_REL_GSRD_PR`.

      I'm usuing Quartus Pro 23.2.

      I made the changes mentioned in my original post.

      By following the README, I've changed the board to "DK-DEV-AGF014E" and changed the device to "AGFB014R24B2E2V".

      This ran into errors while building concerning ECC so I also had to disable the HPS EMIF ECC by setting "ENABLE_HPS_EMIF_ECC" to 0.

      This build also had errors, this time about ethernet, so I set "HPS_SGMII_EMAC1_EN" to 0. This got further but now the build is complaining about power management settings.

      Looking at the git history between the QPD23.2_REL_GSRD_PR and the QPD23.3_REL_GSRD_PR it doesn't look like there are significant changes.