yohanevindra
Newbie level 5
I am using the **broken link removed** which is very similar to the Mini6410 and OK6410 boards.
I created an Emdebian system on the board, using the tutorial given here.
I want to be able to access the GPIO ports, I2C and possibly even the keys. I will be writing my program in C.
How d I access the different ports on the board?
The debian system on the board does not have "/sys/class/gpio" however when looking at the tarball for the kernel, I can see that there is a gpio.h in the include folder and also a gpio.c file in the vendor specific folder. How do I read and write to these GPIO ports and how do I access the I2C system?
If there are any websites or books you can point me to, that even would be much appreciated.
I created an Emdebian system on the board, using the tutorial given here.
I want to be able to access the GPIO ports, I2C and possibly even the keys. I will be writing my program in C.
How d I access the different ports on the board?
The debian system on the board does not have "/sys/class/gpio" however when looking at the tarball for the kernel, I can see that there is a gpio.h in the include folder and also a gpio.c file in the vendor specific folder. How do I read and write to these GPIO ports and how do I access the I2C system?
If there are any websites or books you can point me to, that even would be much appreciated.