Hi everyone,
I am new in embbeded programming and I don't know a lot of things but I want to learn it. Therefore, I want to enable all 3 UART ports on my board (one UART port with 5 pins and two UART ports with 3 pins).
I followed this patch: http://arago-project.org/git/projects/?p=linux-omapl1.git;a=commitdiff_plain;h=08824c950521a1dd842349f8076340f97223495e
When I compiled kernel with this changes (and configured menuconfig), I can see console on two computers. I want to disable console on UART1 totaly. When I delete "ret = da8xx_pinmux_setup(da850_uart1_pins);" from my kernel and build, I can't read data from UART1. When I press some button on my keyboard (on the PC which is connected with board over UART1), SBC8018 board detect interrupt but I can't read buffer from "UART1_RXD" pin.
I am working on SBC8018 board with AM1808 chip.
I hope this is understandable explanation of my problem and any help is welcome.
Thanks,
Vladimir