Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

how to debug the plugs ethernet in stratix1s10?

1.With the calling of nr_plugs_initialize(...), why after nios-run the SOPC builder turn to GERMS monitor?

2.how to debug plugs ethernet lib(such as nr_plugs_initialize, or nr_plugs_connect)?

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    through the SDK shell,

    go to the project/*sdk/src/??plugs

    nb hello_plugs.c

    then while attached to your board,

    nr hello_plugs.srec

    this will let you do a bunch of things.

    Does that help?