Forum Discussion
ihsan28
New Contributor
1 year agoHPS to FPGA bridge in GSRD Agilex 7 m-series
Hi, I am following this tutorial to generate the GSRD for my fpga https://altera-fpga.github.io/rel-25.1/embedded-designs/agilex-7/m-series/hbm2e/ug-gsrd-agx7m-hbm2e/ everything work, until I wa...
Jeet14
Frequent Contributor
1 year agoHi Ihsan,
Yes, I can see that GHRD and GSRD is having the LEDS with the lwsoc2fpga bridge.
led_pio = "/soc/gpio@f9001080";
you can try with below command.
./blink <led_number> <delay_ms>
- The led_number specifies the desired LED, and is a value between 0 and 3.
- The delay_ms is a number that specifies the desired delay in ms between turning the LED on and off.
Regards
Jeetesh