Change Debug Uart to Normal Uart on DEBIX Model C

2024.11.14by debix.io

Modification method:

① uboot:

Modify the file: include/configs/imx93_evk.h

Change console=ttyLP0,115200 earlycon to console=tty0,115200 earlycon

② kernel:

Modify the file: arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts

Comment out stdout-path = &lpuart1;



NOTE

U-Boot and Kernel of the DEBIX Model C (1GB RAM + 3-bit DIP Switch):