1.在板子上电瞬间有JUMP BL,出现Uncompressing Linux..... done, booting the kernel,后不再打印,
a。检查串口的pin配置是否正确:
打开 mediatek\dct\DrvGen.exe
选择mediatek\custom\{project}i\kernel\dct\dct\codegen.dws 配置文件
b。如果硬件上用UART1,在alps/mediatek/custom/{priject}/preloader/inc/cust_bldr.h中是否为UART1输出。
c。在alps/bootable/bootlloader/lk/app/mt_boot/mt_boot.c中查看printk.disable_uart=0确认是否关闭了打印。