打印设置
4 Dec 2024
Read time: 1 minute(s)
在启动流程调试或者模块调试的时候,如果需要通过串口打印信息进行调试,可以通过 Kconfig 配置中的 ArtInChip debug 使能打印信息。
make uboot-menuconfig
ArtInChip debug --->
[ ] Enable early print information
[ ] Enable device binding log
[ ] Enable mmc driver log
[ ] Enable spi-nand driver log
[ ] Enable spi-nor driver log
[ ] Enable spi driver log
[ ] Enable mmc framework trace log
[ ] Show boot time
[ ] Show UBI debug log
其中第一项:Enable early print information 可以将串口初始化之前的调试信息打印出来。
注:
SPL 中,使用上述配置时,不能同时使能 TINY_PRINTF