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.

Linux/AM3358: U-boot doesn't print messages

Part Number: AM3358


Tool/software: Linux

Hi all, 

I have a problem when i try to update SDK from ti-sdk-am335x-evm-06.00.00.00-Linux to ti-processor-sdk-linux-am335x-evm-04.00.00.04-Linux for my custom board (design base on AM335x EVM board).

With ti-sdk-am335x-evm-06.00.00.00-Linux i can create sd card and run well.

But when i switch to use ti-processor-sdk-linux-am335x-evm-04.00.00.04-Linux, i create sd card and put in the board but when power on, on terminal (i use putty) dont show anything.

I think the problem from u-boot 2017 in ti-processor-sdk-linux-am335x-evm-04.00.00.04-Linux, so i try to add some function to print information on some file in U-boot like:

/board/ti/am335x/board.c

/common/spl/spl.c

/arch/arm/mach-omap2/am33xx/board.c

......

but on terminal still dont show anything, so can anyone help me fix this problem, many thanks you, :)