Jan 29th 2022 It works for me.     diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index e840e963..6b15462c 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -418,8 +418,8 @@ extern int soft_i2c_gpio_scl;    #ifdef CONFIG_DM_VIDEO  #define CONSOLE_STDOUT_SETTINGS \ -    "stdout=serial,vidconsole\0" \ -    "stderr=serial,vidconsole\0" +    "stdout=serial\0" \ +    "stderr=serial\0"  #else  #define CONSOLE_STDOUT_SETTINGS \