diff options
Diffstat (limited to 'board/wandboard/README')
-rw-r--r-- | board/wandboard/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/wandboard/README b/board/wandboard/README index f84f2053375..2d514a72149 100644 --- a/board/wandboard/README +++ b/board/wandboard/README @@ -37,3 +37,13 @@ as the mx6 processor) - Connect the serial cable to the host PC - Power up the board and U-Boot messages will appear in the serial console. + +Debug UART +---------- + +The following settings provide a debug UART for the Wandboard: + +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_MXC=y +CONFIG_DEBUG_UART_BASE=0x02020000 +CONFIG_DEBUG_UART_CLOCK=80000000 |