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

Enable video backend engine #28

Merged
merged 1 commit into from Dec 28, 2023
Merged

Conversation

tiopex
Copy link
Contributor

@tiopex tiopex commented Dec 27, 2023

Enable video backend engine to display splash screen or console logs from uboot (in right way :) @nfriedly )

Default, the only splash screen is displayed, to enable console logs with small miyoo logo in left corner we need to add the below entries to console.cfg

silent= - to enable logs
splashimage= - to display small miyoo logo instead fullscreen splash image

example config.cfg:

CONSOLE_VARIANT=pocketgo
silent=
splashimage=

to test use image with prepared bitmap: MiyooCFW/buildroot#69

@TriForceX FYI to add information to wiki on how to enable console logs in uboot

@tiopex tiopex requested a review from Apaczer December 27, 2023 13:09
@tiopex tiopex force-pushed the video-backend branch 2 times, most recently from 77a0a0a to 1f87288 Compare December 27, 2023 14:26
Copy link
Member

@Apaczer Apaczer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woow I can see uboot console now! 🙏 BTW how do I dump that info to some log.txt if possible? Can we drop miyoo-boot.bmp in favor of only miyoo-splash.bmp?
I had some issue at first making silent&splash work simultaneously (sole silent much more readable for my taste), propbably CRLF formatting.

configs/miyoo_defconfig Show resolved Hide resolved
include/env_default.h Show resolved Hide resolved
@tiopex
Copy link
Contributor Author

tiopex commented Dec 27, 2023

how do I dump that info to some log.txt if possible?

I'm afraid that there is no such feature in uboot

Can we drop miyoo-boot.bmp in favor of only miyoo-splash.bmp?

yes, after merging this PR

@tiopex tiopex merged commit f10f048 into MiyooCFW:master Dec 28, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants