This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3358: Processors forum

Part Number: AM3358
Other Parts Discussed in Thread: AM3352

I am porting Uboot to my new board, which is based on the DESIGN of SBC8600, but the official Uboot Devkit is version 2011, I want to use the 2019 version of TI SDK. I added printouts during the SPL phase by adding configuration, but the display was all jumbled up. Try to modify the baud rate and other parameters of the serial port terminal software, but no effect. I suspect it may be the serial port parameter setting problem, I don't know if you have this reference.

CONFIG_DEBUG_UART_BASE=0x44e09000
CONFIG_DEBUG_UART_CLOCK=48000000
CONFIG_DEBUG_UART=y
CONFIG_DEBUG_UART_OMAP=y
CONFIG_DEBUG_UART_SHIFT=2
CONFIG_DEBUG_UART_ANNOUNCE=y