u-boot environment variables changing through defconfig

Hello ,

I am trying to change variables like bootdelay by changing the build/workspace/sources/u-boot/configs/smarc-rzg2l_defconfig file, but the changes are not being taken in u-boot . when I run env default -a still the bootdelay is 2 .

To disable the kernal logs during boot I have tried this

Disable Kernel Logs on Screen During Boot

The Framebuffer console is supported via CONFIG_FRAMEBUFFER_CONSOLE setting in the kernel.

Currently, if CONFIG_EXPERT is not enabled, CONFIG_FRAMEBUFFER_CONSOLE will be enabled and logs will be dumped on your display console.

To disable it, please set "CONFIG_EXPERT=y" in your defconfig (arch/arm64/configs/defconfig). CONFIG_FRAMEBUFFER_CONSOLE will be disabled.  but coudnt find the defconfig mention here .

I want to reduce the boot time as low as possible. can you please give solution for above things and any suggestions to reduce boot time ,

Thank you.

Parents Reply Children