Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration: Add section about overriding the splash logo #2986

Merged
merged 1 commit into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pages/learn/manage/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Clicking the small edit (pencil) icon will pop up a small dialog for editing the

To remove the device level configuration, and reset it to its default value, click the delete (trash can) icon.

## Overriding the splash screen

To replace the {{ $names.company.lower }} logo with your custom splash logo, go to your Fleet or Device `Configuration` page and find the configuration for `Define the PNG image to be used for the boot splash screen. Only supported by supervisor versions >= v12.3.0.`. Click `activate` to upload your image.

<img alt="Override the splash screen" src="/img/configuration/override_splash_screen_config.png" />

## Adding custom configuration

The custom configuration section can be used to modify configuration options beyond the ones pre-populated for your device using the balenaCloud dashboard. Examples include, [modifying config.txt using configuration variables][boot-config-guide] for Raspberry Pi devices.
Expand Down
3 changes: 2 additions & 1 deletion pages/reference/OS/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,12 @@ dtoverlay=i2c-rtc,ds1307

To disable the Raspberry Pi rainbow splash screen, add the `disable_splash=1` entry to `config.txt`.

__Note:__ This setting disables the Raspberry Pi rainbow splash screen but does not disable the {{ $names.company.lower }} logo splash screen. If you would like to replace the {{ $names.company.lower }} logo with your custom splash logo, replace `splash/balena-logo.png` located in the [boot partition][boot-partition] of the image. Note that this file may be called `resin-logo.png` on older releases.
__Note:__ This setting disables the Raspberry Pi rainbow splash screen but does not disable the {{ $names.company.lower }} logo splash screen. If you would like to replace the {{ $names.company.lower }} logo with your custom splash logo, you must do so via the [Configuration page][configuration-page].

[boot-partition]:/reference/OS/overview/2.x/#image-partition-layout
[config-txt]:https://www.raspberrypi.com/documentation/computers/config_txt.html
[configuration]:/learn/manage/configuration
[configuration-page]:/learn/manage/configuration/#overriding-the-splash-screen
[configuration-list]:/reference/supervisor/configuration-list
[configuration-fleet]:/learn/manage/configuration/#fleet-configuration-management
[configuration-device]:/learn/manage/configuration/#device-configuration-management
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading