From: Sean Anderson <sean.anderson@seco.com>
To: Jonas Kvinge <jonaski@opensuse.org>, u-boot@lists.denx.de
Subject: Re: silent u-boot not working
Date: Thu, 13 Jun 2024 11:34:36 -0400 [thread overview]
Message-ID: <ca425556-fdbd-457e-8713-5176f925cce7@seco.com> (raw)
In-Reply-To: <6fc28b7090833e94d47ee3abfce1b1f5a75d349f.camel@opensuse.org>
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 possible.
> The keyboard is not working before the Linux kernel is loaded, so I can
> not interrupt u-boot and enter any commands, so where should I put "set
> env silent 1"?
>
> I've followed the guide on
>
> I have built u-boot from source using `make rpi_4_defconfig`
> configuration modified the configuration with make menuconfig, and
> verified this in .config before builing.
> CONFIG_SILENT_CONSOLE=y
> CONFIG_SILENT_U_BOOT_ONLY=y
> CONFIG_SILENT_CONSOLE_UPDATE_ON_SET=y
> CONFIG_SILENT_CONSOLE_UPDATE_ON_RELOC=y
> CONFIG_SILENT_CONSOLE_UNTIL_ENV=y
>
> Copied the binary to /boot/efi/u-boot.bin and /boot/vc/u-boot.bin
>
> I've also tried to define CONFIG_EXTRA_ENV_SETTINGS in
> include/configs/rpi.h according to:
> and rebuilt and copied to binary again, still not working.
>
> The text and logo is still present during boot, what am I doing wrong
> here?
I implemented a silent console recently. Here are the steps I took:
- Define CONFIG_DISABLE_CONSOLE
- set silent=y in the default environment (CONFIG_EXTRA_ENV_SETTINGS)
You can still enable the console by pressing any key at the (invisible) prompt.
Let me know if that works for you.
--Sean
next prev parent reply other threads:[~2024-06-13 15:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-13 13:16 silent u-boot not working Jonas Kvinge
2024-06-13 15:34 ` Sean Anderson [this message]
2024-06-14 10:49 ` Jonas Kvinge
2024-06-14 10:52 ` Fabio Estevam
2024-06-14 11:51 ` Jonas Kvinge
2024-06-14 11:58 ` Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ca425556-fdbd-457e-8713-5176f925cce7@seco.com \
--to=sean.anderson@seco.com \
--cc=jonaski@opensuse.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.