This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM1808 linux documentation

Other Parts Discussed in Thread: AM1808Dear All, I would like to know where can i found documentation which explains how to interact with peripherals under linux. Example: In case i'm using LOGIC AM1808 eXperimenter KIT, how do i turn on a LED (perhaps through GPIO.h file ??? where can i find it?) Thanks in advaned Nissim.
  • With respect to GPIO control, tt depends on what version of Linux you are running. Early versions use devfs and ioctl. Later versions use sysfs and read/write. If you have the Linux kernel source, the "Documentation/gpio.txt" describes the capability of your version. Note that your kernel must be compiled with GPIO device support.