FydeOS / chromium_os-raspberry_pi

Build your Chromium OS for Raspberry Pi 4B, Pi400 and the latest Raspberry Pi 5

Home Page:https://chromiumos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display corruption on boot with Pi touchscreen

maroonmoon13 opened this issue · comments

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.

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.