This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP3- am3517 kernel configuration for high speed serial data transfer (460800 baud rate) / Serial Hw Fifo overflow.

  • Hi Harshad,

    You could use bootargs to set the baud rate of the serial interface to 460800 bps.

    There is an example for setting the bootargs via boot.scr file:

    setenv bootargs 'console=ttyS2,460800n8 root=/dev/mmcblk0p2 rootfstype=ext3 rootwait'

    BR

    Tsvetolin Shulev