-
Notifications
You must be signed in to change notification settings - Fork 3
Add splash #60
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
Add splash #60
Conversation
meta-zarhus-bsp/meta-zarhus-bsp-common/recipes-bsp/u-boot-logo/u-boot-logo_1.0.bb
Show resolved
Hide resolved
baa2e06 to
051dd4b
Compare
|
@macpijan splash on QEMU: 1-flicker.mp4Without 0001-virtio_gpu-remove-DM_FLAG_ACTIVE_DMA-to-keep-splash.patch patch there is much longer But results in |
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
| @@ -0,0 +1,33 @@ | |||
| SUMMARY = "Prepare U-Boot logo" | |||
| HOMEPAGE = "https://docs.zarhus.com" | |||
| # TODO: which license does logo have | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This recipe only function is to prepare logo for u-boot (resize and convert to BMP).
Not sure which part does this license apply to as the only file we download is Zarhus Logo.
meta-zarhus-bsp/meta-zarhus-bsp-common/recipes-bsp/u-boot/u-boot_%.bbappend
Outdated
Show resolved
Hide resolved
meta-zarhus-bsp/meta-zarhus-bsp-rockchip/recipes-bsp/u-boot/u-boot/0001-vop2_support.patch
Show resolved
Hide resolved
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Add patch with virtio-gpu drivers so we can enable display in U-Boot on QEMU (should probably be moved to meta-zarhus-bsp-qemuarm-uboot: Add qemuarm-uboot machine #47 before merge)- moved to meta-zarhus-bsp-qemuarm-uboot: Add qemuarm-uboot machine #47TODO:
Before merge: remove 6084281, should probably be set individually for each platform.- Done, left only 86e9ecc which can be overridden in e.g. kas config file. To enable splash addsplashto DISTRO_FEATURES or addDISTRO_FEATURES_DEFAULT:append = " splash"inside kas fileBetter readme for qemu- should be done in meta-zarhus-bsp-qemuarm-uboot: Add qemuarm-uboot machine #47Tested on Radxa-cm3 and QEMU. As of now display signal is lost when booting kernel (on HDMI
and QEMU).HDMI monitor on Radxa is very slow to start up after losing signal so usually before you see anything Linux manages to almost boot to login prompt (so you see only brief psplash logo).
On QEMU it's easier to see each stage as display is enabled quite early in kernel stage.