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/TMDXIDK5718: Change default debug console(UART3) to UART1 at u-boot and kernel

Part Number: TMDXIDK5718


Tool/software: Linux

Hi Kemal,

Unfortunately still i am struggling to get boot logs at UART1. Please have a look on my changes w.r.t to AM5718

Board Changes:

1. Removed R690 , R691 and R904 registers
2. Soldered R880 and R879 registers with 0 ohm.
3. connected TTL-232R cable to 8,10,60 pins of J21 Expansion connector.

Code Changes:

1. in make menuconfig set "UART used for console" as 1.
2. in <uboot>/arch/arm/am57xx-idk-common.dtsi 

chosen {
- stdout-path = &uart3;
+ stdout-path = &uart1;
};
t
+&uart1 {
+ status = "okay";
+};

Please rectify me, where i am wrong.

Even i followed e2e.ti.com/.../560432. but no luck.

Thanks,
Gourav