Blinking LEDs on Beaglebone black using C++, Visual studio Linux development

Hi,

I am trying to run a program to blink LEDs on beaglebone black on Visual studio, with Linux. I have successfully connected remotely to BBB. And I am able to execute simple C++ programs. But I am not able to blink LEDs. The program successfully compiles and builds remotely, but when I run the binary file stored on BB from putty, the LEDs don't blink. Can someone help me here? Appreciate any help. Thanks.
Last edited on
I figured the problem and got it working. The problem was to do with permissions of led files since I logged in as debian. I had to execute the binary file as sudo <filename.o>

Closing this.
Thanks!
Topic archived. No new replies allowed.