Re: silent u-boot not working

2024-06-14 Thread Fabio Estevam
On Fri, Jun 14, 2024 at 8:51 AM Jonas Kvinge wrote: > The u-boot logo in the upper right corner is still showing, is it > possible to disable that too? If you don't want the U-Boot splash to appear, you can remove the CONFIG_VIDEO options from configs/rpi_4_defconfig

Re: silent u-boot not working

2024-06-14 Thread Jonas Kvinge
On Fri, 2024-06-14 at 07:52 -0300, Fabio Estevam wrote: > Hi Jonas, > > On Fri, Jun 14, 2024 at 7:49 AM Jonas Kvinge > wrote: > > > Where do I find CONFIG_EXTRA_ENV_SETTINGS? Is it an option in make > > menuconfig, or do I need to edit the header file > > include/configs/rpi.h? > > In recent U-

Re: silent u-boot not working

2024-06-14 Thread Fabio Estevam
Hi Jonas, On Fri, Jun 14, 2024 at 7:49 AM Jonas Kvinge wrote: > Where do I find CONFIG_EXTRA_ENV_SETTINGS? Is it an option in make > menuconfig, or do I need to edit the header file include/configs/rpi.h? In recent U-Boot versions, this option has been renamed to CFG_EXTRA_ENV_SETTINGS. It is

Re: silent u-boot not working

2024-06-14 Thread Jonas Kvinge
On Thu, 2024-06-13 at 11:34 -0400, Sean Anderson wrote: > Hi Jonas, > > - Define CONFIG_DISABLE_CONSOLE > - set silent=y in the default environment (CONFIG_EXTRA_ENV_SETTINGS) > > Where do I find CONFIG_EXTRA_ENV_SETTINGS? Is it an option in make menuconfig, or do I need to edit the header file

Re: silent u-boot not working

2024-06-13 Thread Sean Anderson
Hi Jonas, On 6/13/24 09:16, Jonas Kvinge wrote: > Hi, > > I'm running openSUSE Tumbleweed on an RPI CM4, I'm trying to silence u- > boot boot messages, with the default configuration there is an u-boot > logo on the top right corner and boot text, I'd like to get rid of the > logo and all text if