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

Display corruption on boot with Pi touchscreen #250

Closed
maroonmoon13 opened this issue Jul 18, 2023 · 2 comments
Closed

Display corruption on boot with Pi touchscreen #250

maroonmoon13 opened this issue Jul 18, 2023 · 2 comments

Comments

@maroonmoon13
Copy link

Describe the bug or issue
Display corruption on rpi4 with the official raspberry pi touchscreen.
Describe your setup

To Reproduce
Steps to reproduce the behavior:

  1. Flash the image on the SD card with either Balenaetcher or rpi imager
  2. With the LCD touchscreen connected, boot pi
  3. The LCD is all white and black strips, Cannot say if the device did boot or hung as there is no information on the screen.

Expected behaviour
Proper boot

Additional context
I verified that the LCD works fine with the official Raspberry Pi Linux distribution. ALso, I was able to boot of an old version of chromium OS. Unfortunately, I did not note the version before I flashed the new chromium version on the SD card.

@maroonmoon13 maroonmoon13 changed the title [Issue report] Display corruption on boot with Pi touchscreen Jul 18, 2023
@fydeos-alpha
Copy link
Member

Try this: https://fydeos.io/docs/knowledge-base/recipes/enable-fake-kms-for-raspberry-Pi

@maroonmoon13
Copy link
Author

Thank you!

I tried the second method of modifying the image on Ubuntu 22.04. I had trouble with the command:
sudo mount -t msdos /dev/mapper/loop0p12 -o rw /mnt/crosp12
the command which worked was
sudo mount -t vfat /dev/mapper/loop0p12 -o rw /mnt/crosp12

Also, I had to install the package kpartx, of course :)

I will test and update if the issue still persists.

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