Tool/software: Linux
Hi Sirs,
My environment is DM385 IPNC 3.5, kernel 2.6.37
We would like to configure the GPIO 2[30] to output pin.,following is our modification
=======================================================
In ti_tools/ipev_psp_arago/u-boot/board/ti/dm385_ipnc/mux.h
/* -204 */ BIT(0), BIT(0), BIT(0), BIT(2),
/* -208 */ BIT(2), BIT(7), BIT(2), BIT(2),
in board-dm385ipnc.c. we added the control function
gpio_is_valid(94);
gpio_request(94, "gpio_output");
gpio_direction_output(94, 1);
gpio_set_value(94, 1);
msleep(5000);
gpio_set_value(94, 0);
msleep(5000);
==============================================
But we checked this hardware pin when device was booting.------------>No any changed.
We changed the value in /sys/class/gpio/gpio94/value and checked this hardware pin ----->no any changed.
Please help if we lose some control.
Best regards,
Byron
