Hello,
Now that I got the my OMAP35EVM board working I can face my first tasks which inevitably come with the first problems [:S]. I have a small device that sends and receives data over a serial interface. Unfortunately I don't only need the TXD and RXD Pins from the serial Port but also the RTS, DTR and CTS pins which are not connected on the OMAP35xxEVM . So, I took a FTDI FT232R IC that converts RS232 signals to USB and vice versa which I would like to use on my Omap Board which causes some troubles for me.
First of all, is the USB interface always working or do I have to enable it or something like that?
FTDI offers some drivers for that Chip but it looks a bit complicated to compile them and moreover I have to use the compilers from the arm-2007q3 toolchain, am I right? Is that a problem or should the standard Linux drivers work? [:^)]
Well, it looks like I have to do some deeper research to get that chip working on my Board so I just wanted to ask whether some of you already gained some experiences on that area and could provide me with a few hints that push me into the right direction. I feel a bit lost at the moment.
Thanks in advance!
Maik