Jump to content

prattom

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. By default boot logo is enabled in kernel configuration but in final kernel deb file generated for installation drivers/video/logo folder is missing. What can be the reason for this?
  2. https://github.com/armbian/build/blob/second/scripts/bootsplash following is not working anymore. Is there any for boot splash?
  3. As of now following patch works for disabling uboot text diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -453,12 +453,12 @@ #ifdef CONFIG_VIDEO #define CONSOLE_STDOUT_SETTINGS \ - "stdout=serial,vga\0" \ - "stderr=serial,vga\0" + "stdout=serial\0" \ + "stderr=serial\0" #elif 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 \ "stdout=serial\0" \
  4. I want to use orange pi pc plus for kiosk. Is there any way to disaplay own logo or any image during boot process instead for kernel messages. I have managed to disable kernel messages during boot up process but not it black screen. What changes should I make to display own logo or image during boot process insead of kernel messages.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines