i want to set uart0_rts to output pin.
#define TEGRA_GPIO_BANK_ID_D 3
GPIO3_PD.03 = 3*8+3 = 27
i exec command:
cd /sys/class/gpio
echo 27 > export
cd gpio27
echo out > direction
cat value is 0
but the signal is high-level.
and when i set value to 1, the signal is high-level also.
how can i control the gpio 27?