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

splash screen not appear in imx7d-pico with Yocto installation based on your tutorial #4

Open
patusaembedded opened this issue Sep 5, 2021 · 2 comments

Comments

@patusaembedded
Copy link

Hi,

i stay trying this: https://www.youtube.com/watch?v=Gc4_g6uxUQo and this: https://www.youtube.com/watch?v=auXr-DxoIfU&t=338s

Everything works ok except splash.bmp (both in pico-imx7(d) and scorpion images) appears in the beginning of boot

My display is 5 inches and 800x480 (and the display in the video tutorial is 720x1280) but I think the problem is not with the image size. Because I already tried with smaller sizes.

The video below shows in more detail the error I'm getting and the moment:
https://www.youtube.com/watch?v=Cllga3Sy_tA
How can I solve
u-boot

@pino-kim
Copy link

pino-kim commented Sep 8, 2021

@patusaembedded
Hi, I discuss your issue on Facebook a few days ago ...

https://www.youtube.com/watch?v=Cllga3Sy_tA in this video,
there are no splash images on bootloader time.
Am I point your issue correctly?

Timestamp 19sec : https://youtu.be/Cllga3Sy_tA?t=19

Can you let me know How did you build your machine with yocto?

@patusaembedded
Copy link
Author

@pino-kim Yes. It's correcttly.

cat /home/git/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys

sudo su
chown user_name folder_name (/srv/git/u-boot-edm.git)

git --bare init

/srv/git/u-boot-edm.git
exit

nano .git/config

git status
git checkout -b scorpion_test
git remote show local
git push local scorpion_test

cd /home/neuberfran/projects/tn-yocto/edm_yocto/sources/meta-scorpion/recipes-bsp/u-boot
nano u-boot-tn-imx_%.bbappend

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRCSERVER = "git:///srv/git/u-boot-edm.git"

SRCBRANCH = "scorpion_test"

SRCREV = "${AUTOREV}"

cp ~/Desktop/png2.bmp splash.bmp
splash.bmp

. ./setup-environment build-xwayland

bitbake imx-image-core

bitbake u-boot-tn-imx -c cleansstate

bitbake -e u-boot-tn-imx | grep SRCSERVER

splash issue:

in u-boot cli
bmp display ${loadaddr}

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

No branches or pull requests

2 participants