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