We would like to use the UARTs on the AM335x for our application. For testing I would like to access one of the UARTs on the AM335x EVM.
From my understanding, after examinging am335x_gpevm_pinuse.xlsx, the CPLD code and the schematics, all the documentation indicates we should be able to access either:
- UART5 from the AM335x on UART2 (J12) of the daughterboard of the EVM with the EVM set to profile 6
OR
- UART2 from the AM335x on UART2 (J12) of the daughterboard of the EVM with the EVM set to profile 4
Unfortunately we cannot get any data out of J12 in either setting. Any suggestions?
Thanks in advance,
Kurtis
As further information:
- We do NOT need the LCD and it has been removed from our board.
- We have rebuilt the kernel with the FTDI drivers and we are able to communicate with ttyUSB0 over microcom
- I have read posts:
http://e2e.ti.com/support/dsp/sitara_arm174_microprocessors/f/791/p/201131/719329.aspx#719329
http://e2e.ti.com/support/dsp/sitara_arm174_microprocessors/f/791/t/194759.aspx
which seem very similar but I did not see a solution