Tool/software: Linux
Hi, i am using Processor SDK 3.00.00.04.
i am trying to change debug port to UART 5 in u-boot. i modified below changes but still i am not getting debug logs.
------>.config
CONFIG_CONS_INDEX=5
------>board/ti/am335x/mux.c
static struct module_pin_mux uart4_pin_mux[] = {
{OFFSET(gmii1_txd3), (MODE(3) | PULLUP_EN | RXACTIVE)}, /* UART4_RXD */
{OFFSET(gmii1_txd2), (MODE(3) | PULLUDEN)}, /* UART4_TXD */
{-1},
};