Thanks Datenheld and Hannes,
I am not an expert in Embedded Linux or device tree, and how the OS kernel is related with Hw, etc.
I found this post that explains how to use gpio on BBB via sysfs (shell command line) in linux.
the example is like this:
echo 7 > /sys/kernel/debug/omap_mux/gpmc_ad6
echo 38 > /sys/class/gpio/export
echo in > /sys/class/gpio/gpio38/direction
cat /sys/class/gpio/gpio38/value
do you think i could use this in the linux boot to set up my gpio pull up / pull down input pin (only the first line where I set the pin mode, direction and pull up/down)? or I should better use the method proposed by Hannes and compile device tree?
thanks very much, I know that its not very related to the libbouldog but I really appreciate if you give me your opinion.
Denys