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

Display splash before loading firmware, shave 3 seconds off boot time #52

Merged
merged 1 commit into from Sep 8, 2018

Conversation

Projects
None yet
2 participants
@neonsea
Contributor

neonsea commented Sep 8, 2018

The way the splash was previously shown was at the very end of the boot chain, but this added an unnecessary 3 seconds to boot time. This commit makes it so the splash is displayed earlier in the boot process, and is displayed while the firmware is being loaded. This makes it still pop up, but without the extra delay.

This means that no boot messages are shown, except for errors. I think this is prettier anyways, however if the user wants to see boot messages, this is still possible by holding volume down while booting, which kicks it into "verbose" mode (don't display splash, display messages).

Display splash before loading firmware
Removes 3 second delay for booting into Horizon, and mutes the console. Errors unmute.

@Reisyukaku Reisyukaku merged commit 0a90548 into Reisyukaku:master Sep 8, 2018

@neonsea neonsea deleted the neonsea:splash_before branch Sep 8, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment