Hi
I just want to ask some questions about u-boot in Pandaboard
Currently, I am using amstrong embedded linux to be my operating system, and I am now using some GPIOs to be outputs. The problem is now, I can set them initially as low, even if I change the uboot configuration gpio, it gives me a soft pull down which will be considered as high if it is connected to pull up resistors.
Those gpios are connected to pull-up resistors in my expansion board.
My setting is like:
in u-boot/board/ti/panda/panda_mux_data.h
{XXXXX,(PTD|OFF_EN|M3)}.
Can some one tell me how to fix that?