FAQ_MA35D1 Disable Console to Accelerate Booting by Buildroot

Post Reply
ytliu6
Posts: 94
Joined: 08 Nov 2022, 10:28

11 Aug 2023, 19:00

The booting time of an image created using Buildroot is faster compared to Yocto, primarily because Buildroot employs the busybox system, whereas Yocto utilizes the systemd system.

If your goal is to further decrease the booting time, an effective approach is to deactivate the console log, which significantly accelerates the boot process. It's important to note that the log level influences whether error messages are displayed or not. Thus, exercise caution when configuring this setting.

Code: Select all

$ make linux-menuconfig

Kernel Hacking --->
printk and dmesg options --->
         ...
         (3) Default console loglevel (1-15)
         (3) quiet console loglevel (1-15)
         (3) Default message log level (1-7)
Rebuild Linux kernel and re-pack all image

Code: Select all

$ make linux-rebuild
$ make
#log level #booting time #Buildroot

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 67 guests