I am just learning how to manipulate GPIO. I have my kernel set up to use the sysfs interface, for now. I am looking for a GPIO on the 816x EVM (rev E) that will let me "play around". I'd like at least 1 GP attached to a switch that I can toggle, and another attached to an LED that I can toggle.
Secondly, is the schematic the only way to map GP_IO numbers to pins on the chip? Or is there another document?
Thirdly, playing around from the command line use sysfs is not the way I want to do this long term. Are there source code examples? I saw the plethora of gpio.c and gpio.h files in the EZSDK. How do I know which one to use? Are these built into a library somewhere that I link in to my CCS5 project?
Any help would be greatly appreciated. I have already started looking through Documentation/gpio.txt, and not sure that gets me what I need. Or maybe it does, and I just don't know enough to know it does.