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

Hyperpixel 4 no display on Pi 400 #212

Open
nofurthur opened this issue Feb 24, 2024 · 4 comments
Open

Hyperpixel 4 no display on Pi 400 #212

nofurthur opened this issue Feb 24, 2024 · 4 comments

Comments

@nofurthur
Copy link

Describe the bug

Hyperpixel 4 not displaying image on Raspberry Pi 400 - either displays backlight only or displays white screen and then backlight only.

To Reproduce

I have attempted installs from the one line installer and from Github on fresh installs of both the default Raspberry Pi OS, and the Bullseye distro identifed in the Hyperpixel4 Rectangular readme.
Your HyperPixel 4

Let us know which HyperPixel 4 board you're using. Note: if you're having a problem with the original HyperPixel you should go to: https://github.com/pimoroni/hyperpixel

  1. Is it Square or Rectangular?
  2. Touch or non Touch?
  3. Approximately when was it purchased - 2/20/24
  4. How is it connected to your Pi - have attempted both directly and with adafruit Cyberdeck

Your Raspberry Pi

Give as much detail about your Pi and OS as possible. We only officially support Raspbian, but might be able to point you in the right direction if the problem is with another OS.

  1. What model of Raspberry Pi are you using (the result of cat /proc/cpuinfo | grep Revision can tell us this exactly
    Revision : c03130
  2. Which OS release are you using: lsb_release --description and uname -r
    Description: Debian GNU/Linux 12 (bookworm)
    Release: 12
  3. Is this a fresh OS setup, or one you might have previously installed scripts/add-ons on?
    Completely fresh each time

Extra debugging information

If you're having a problem with touch, try checking dmesg for related errors:

  • dmesg | grep Goodix for HyperPixel 4.0" Rectangular

[ 9.265800] Goodix-TS 22-0014: supply AVDD28 not found, using dummy regulator
[ 9.266739] Goodix-TS 22-0014: supply VDDIO not found, using dummy regulator
[ 9.344535] Goodix-TS 22-0014: Error reading 1 bytes from 0x8140: -6
[ 9.370561] Goodix-TS 22-0014: Error reading 1 bytes from 0x8140: -6
[ 9.397581] Goodix-TS 22-0014: I2C communication failure: -6
[ 9.398315] Goodix-TS 22-005d: supply AVDD28 not found, using dummy regulator
[ 9.398561] Goodix-TS 22-005d: supply VDDIO not found, using dummy regulator
[ 9.399508] Goodix-TS 22-005d: Error reading 1 bytes from 0x8140: -6
[ 9.426726] Goodix-TS 22-005d: Error reading 1 bytes from 0x8140: -6
[ 9.453585] Goodix-TS 22-005d: I2C communication failure: -6

And check i2c is working:

ls /dev/i2c-*

/dev/i2c-20 /dev/i2c-21 /dev/i2c-22

And your HyperPixel 4 touch is showing up (there should be an address blocked out with UU in the below command):

i2cdetect -y X ( where X is the number of i2c bus found in the command above)

 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f

00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --



Additional info - I have attempted commenting out dtoverlay=vc4-kms-v3d in /boot/firmware/config.txt and though this does present a white screen at boot, I see no image. 

Additionally I am unable to execute rotate commands - have attempted to add rotate info to /boot/firmware/config.txt and this does not help the issue. 
@Daenks
Copy link

Daenks commented Mar 28, 2024

Hi, having this exact same issue. Did you ever find a solution, @nofurthur ?

@nofurthur
Copy link
Author

nofurthur commented Mar 28, 2024 via email

@Daenks
Copy link

Daenks commented Mar 28, 2024

Thanks for taking the time to reply. I will keep trying for a while.

@nofurthur
Copy link
Author

nofurthur commented Mar 29, 2024 via email

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