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/DRA745: How to enable debug print into u-boot?

Part Number: DRA745


Tool/software: Linux

Hello All,

I want to enable debug prints in u-boot. There are few debug prints in u-boot code like below:

debug("setup_dplls\n");

debug("Core DPLL configured\n");

1. I want to know how to enable these prints, debug()

2. Does u-boot code print these debug() prints on UART debug prompt?

3. If u-boot does not show on UART debug prompt, where shall we expect to see?

Note: We are trying to debug u-boot our new custom board.

Thanks,

Chetan