Page 1 of 1

FAQ_MA35D1 Disable Console to Accelerate Booting by Buildroot

Posted: 11 Aug 2023, 19:00
by ytliu6
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