Forum Discussion
Jeet14
Frequent Contributor
5 months 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