No, there is no MUST for using the dedicated Boot UART connector.If you need the real system console with logs from the bootrom and the kernel you MUST use the debug UART /dev/ttyAMA10 on the small 3-pin connector.
However, if a simple login over serial is enough, then you can:
systemctl enable serial-getty@ttyAMA0.service
systemctl start serial-getty@ttyAMA0.service
Yes, Pi5 and CM5 have a dedicated Boot UART, but adding below to config.txt will make that appear on GPIO14/15
Code:
enable_rp1_uart=1enable_uart=1Code:
earlycon=pl011,0x107d001000,115200n8sorry, but have no idea If that will work for u-boot!
Statistics: Posted by aBUGSworstnightmare — Fri Jan 02, 2026 9:37 am