During boot, the kernel boot menu clears the screen for better HDMI visuals, which also affects the UART output. This results in the loss of U-Boot logs on UART, making it difficult to debug boot issues. While screen clearing is acceptable on HDMI, UART logs should remain intact for diagnostics. This behavior must be fixed to ensure reliable UART logging.
During boot, the kernel boot menu clears the screen for better HDMI visuals, which also affects the UART output. This results in the loss of U-Boot logs on UART, making it difficult to debug boot issues. While screen clearing is acceptable on HDMI, UART logs should remain intact for diagnostics. This behavior must be fixed to ensure reliable UART logging.