> Also now I'm facing a new problem: > > I've made the changes as recommended by the mailing list in board-evm.c > serial.c and clock.c as shown by this link: > http://www.mail-archive.com/[EMAIL PROTECTED] om/msg02308.html > > But i'm still not able to enable UART2. Is there anything extra that must be done.
In .config, you must set #uarts to 3: CONFIG_SERIAL_8250_NR_UARTS=3 Also, the uart ports are /dev/ttySx, ex. /dev/ttyS2 for uart2. Lastly, verify that uart2 is enabled in pinmux. Check /proc/pinmux. -Ronald _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
