linux kernel - How to change UART1 to UART3 in imx6qsabresd -


i have custom board, based on sabresd image. need change debug uart uart1 uart3. includes changing uart when starting uboot.

by looking in online,i have done following changes (u-boot): mx6sabresd.h: changed

config_mxc_uart_base -> uart3_base config_console>_dev -> "ttymxc2" 

what config_mach_type used for, need change else in code?

can 1 please explain me how change uart1 uart3?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -