Tool/software: Linux
I'm trying to set the debug uart in MLO after changing the am57xx-idk-common.dtsi file to contain
chosen {
stdout-path = &uart2;
}
&uart2 {
status = "okay";
}
In serial_find_console_or_panic(), I end up with fdtdec_get_chosen_node(blob, "stdout-path") == -1
I do see the device tree code trying to match "serial@4806c000" but I have not yet figured out what else I am missing.
Please advise