# Enable Console and printk for logging
CONFIG_CONSOLE=y
CONFIG_PRINTK=y
# Enable UART console
CONFIG_UART_CONSOLE=y
# Disable RTT console to avoid conflicts
CONFIG_RTT_CONSOLE=n
Powered by TurnKey Linux.