Other Parts Discussed in Thread: AM3517
Hello Community,
The last weeks I got myself quite comfortable with the Omap3EVM Board. To be honest, it was a little bit time consuming to get an overview on how things are set up and how they are working together. Moreover, this was the first time I came in touch with Linux, so I had a lot of basic knowledge leaks I had to fix first. [:)] But hey,Rome wasn't built in a day neither[:D]
Well, since I'm going to implement some medical signal processing stuff here at University I was looking out for some possibilities to easily create a neat GUI and some C++ algorithms. I tried out a lot of things and available distros likewise Angstrom and Android. They might have served my purposes to implement some graphical stuff but I decided to use QT-Embedded instead. This is a nice UI framework for devices powered by embedded Linux. In fact, it does not require any kind of x-server since it directly works on the framebuffer.
Nonetheless, I found it not too easy to get these QT application working on our Omap3EVM board. But patience was a virtue again and now everything works [:P]
As I happen to make some detailed notes when approaching a new complex task, I just thought that they might help the one or two who make his very first experiences with the board. Do not regard them as a professional guide, I just copied them from my scratch, but they might save you some time anyway. So, this is not an attempt to rewrite the User's and Getting Started Guide provided by TI and Mistral but just a collection of steps and thoughts.
Set up Omap3EVM:
OmapHOSTTARGETConfigFirstSteps.pdf
Install TS-Libraries:
Install QT
Let me know if that helped you out [:H]
Regards,
Maik