Hi everyone,
I searched but couldn't find answer to my problem. The problem is I am new to code in Linux environment, I have some knowledge about C/C++ or java languages but I have never written a code in Linux environment. I ask you guys that how can I programme A13, is there any example projects that I can look at first?
Thanks a lot..
check our blog have several examples http://olimex.wordpress.com
also you can review the project on OLinuXino project at GitHub https://github.com/OLIMEX/OLINUXINO
I had a look at the projects but still couldn't understand how to generate my code on the board. I mean, are there any IDE programs like Eclipse but works for Linux environment so that I can compile my code on the A13 board. I really don't know anything about Linux sorry for my ignorance I'm trying to learn :)
Thanks again...
You can use any IDE, read about cross-compile tools for arm.
I found some useful stuff about cross-compile thing. Thanks a lot :)