The below GPIO has been configured as used as LED in the EVB.
#define SABRESD_USR_DEF_RED_LED IMX_GPIO_NR(1, 2)
when i tried to export the same as per GPIO.txt
getting below error
echo 2 > export
sh: write error: Device or resource busy
I also tried with another GPIO3[15].
which is already set as Input. I am able to change direction of that particular pin. but not able to make changes in value. Value always remains 0.
what am i missing to do????