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):
- U-Boot: https://github.com/debix-tech/uboot/tree/ModelC_uboot_V2023.04
- Kernel: https://github.com/debix-tech/linux/tree/ModelC_linux-6.1.36_2.1.0