Just to clarify my situation,
I just installed everyrhing such as
http://www.at91.com/linux4sam/bin/view/ ... ingStartedMy demo board is running on Linux. But for example, how can I add my Nokia LCD screen? It is connected on the external 40 pins port. (a student already did it). How can I program that? Because the only thing I can do is having a serial communication between the board an me. I cannot have a main.c, with all the peripherials (LCD screen, GPS module, Wifi transmitter) and run it on my board?
The tutorial does not explain that.
To clarify; 2 ways of working:
1) With Linux embedded and I program it to display what I want on the screen and configure my GPS module. (difficulty, make working the peripherials)
2) Program with IAR a program. It is not Linux any more and I have to create everything.
Is it true?
A student last year already did this project, using IAR. I have the gps.c, main.c, and the driver.c for the screen.
I will try to launch it in a new workspace with IAR because I just have the sources.