-
Notifications
You must be signed in to change notification settings - Fork 49
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
Raspberry Pi Buster Has Black Screen After installing #175
Comments
On the latest version of Raspberry Pi OS it should suffice just to add Let me know if this works. |
See: #177 Some feedback there would be appreciated. Don't use Buster it's old and broken. |
I have tried every suggestion that I could find. MULTIPLE new builds, multiple verifications of config.txt Seems like Neil Young says " Piece of Crap " |
Sounds like you might have a faulty display and should contact support. I can’t fix hardware failures with software. |
I took the advice here and flashed the new version of bullseye and added I also tried the legacy version of buster and installing via curling the install script - this did not work either. I found a debug script [here](https://github.com/pimoroni/hyperpixel4/blob/master/hyperpixel4-debug.sh below is the output of the script. I am concerned by the output of i2cdetect: The full output is here: Platform InformationRevision : a03115 Touchscreen logsRectangular: Goodix I2C Devices and Mappings/dev/i2c-20 Boot ConfigFor more options and information seehttp://rpf.io/configtxtSome settings may impact device functionality. See link above for detailsuncomment if you get no picture on HDMI for a default "safe" mode#hdmi_safe=1 uncomment the following to adjust overscan. Use positive numbers if consolegoes off screen, and negative if there is too much border#overscan_left=16 uncomment to force a console size. By default it will be display's size minusoverscan.#framebuffer_width=1280 uncomment if hdmi display is not detected and composite is being output#hdmi_force_hotplug=1 uncomment to force a specific HDMI mode (this will force VGA)#hdmi_group=1 uncomment to force a HDMI mode rather than DVI. This can make audio work inDMT (computer monitor) modes#hdmi_drive=2 uncomment to increase signal to HDMI, if you have interference, blanking, orno display#config_hdmi_boost=4 uncomment for composite PAL#sdtv_mode=2 #uncomment to overclock the arm. 700 MHz is the default. Uncomment some or all of these to enable the optional hardware interfaces#dtparam=i2c_arm=on Uncomment this to enable infrared communication.#dtoverlay=gpio-ir,gpio_pin=17 dtoverlay=vc4-kms-dpi-hyperpixel4sq Additional overlays and parameters are documented /boot/overlays/READMEEnable audio (loads snd_bcm2835)dtparam=audio=on Automatically load overlays for detected camerascamera_auto_detect=1 Automatically load overlays for detected DSI displaysdisplay_auto_detect=1 Enable DRM VC4 V3D driverdtoverlay=vc4-kms-v3d Run in 64-bit modearm_64bit=1 Disable compensation for displays with overscandisable_overscan=1 [cm4] Enable host mode on the 2711 built-in XHCI USB controller.This line should be removed if the legacy DWC2 controller is required(e.g. for USB device mode) or if USB support is not required.otg_mode=1 [all] [pi4] Run as fast as firmware / board allowsarm_boost=1 [all] Now Starting Raspberry PI |
PLEASE NOTE
Our software team are smol and busy, and you will not receive a timely response.
If you're having a hardware issue with your Hyperpixel 4, you should contact support@pimoroni.com.
Describe the bug
To Reproduce
What install steps did you go through so far? Did you install from GitHub or use our one-line-installer?
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
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.
cat /proc/cpuinfo | grep Revision
can tell us this exactlylsb_release --description
anduname -r
Fresh install
Extra debugging information
If you're having a problem with touch, try checking
dmesg
for related errors:dmesg | grep Goodix
for HyperPixel 4.0" Rectangulardmesg | grep ft5
for HyperPixel 4.0" SquareAnd check i2c is working:
ls /dev/i2c-*
You should see something like:
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)For example:
The text was updated successfully, but these errors were encountered: