Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: dhlii on January 15, 2014, 06:07:51 AM

Title: Howto disable A13 Uart 1
Post by: dhlii on January 15, 2014, 06:07:51 AM
I am trying to use the UART1 TX nd RX pins on the UEXT connector as Interrupts.
How do I disable UART1 do be able to do so ?

I have disabled uart1 in script.fex as well as the uart_debug_para specifying it, but data is still being transmited on uart1 through the linux boot
Title: Re: Howto disable A13 Uart 1
Post by: vinifr on January 20, 2014, 09:15:30 PM
Change uboot param too.

console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10. Remove console

root=/dev/mmcblk0p2 rootwait panic=10

Or put output in another device: kgdboc=ttyS0,115200 console=tty1,38400 root=/dev/mmcblk0p2 rootwait panic=10