-
Notifications
You must be signed in to change notification settings - Fork 41
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
Not support Raspberry LCD 7 Inch 800*480 #2
Comments
Hi, The goal is to get displays edid data. Now copy that file into $ANDROIDSOURCE/kernel-v4.14/firmware/edid/ folder. Build new Kernel with: CONFIG_EXTRA_FIRMWARE="brcm/brcmfmac43430-sdio.bin brcm/brcmfmac43430-sdio.txt brcm/brcmfmac43455-sdio.clm_blob brcm/brcmfmac43455-sdio.txt brcm/brcmfmac43455-sdio.bin edid/hdmi-800x400.bin" In cmdline.txt change to: drm_kms_helper.edid_firmware=edid/hdmi-800x480.bin Tested by myself with succes for this device: https://www.ebay.de/itm/Raspberry-Pi-5-inch-LCD-Touchscreen-TFT-HDMI-800x480-RPI-Display-with-stylus/283412360350?hash=item41fcb16c9e:g:dvcAAOSweGpchY4P I can provide for this display edid data. Do you have touchscreen working? |
Thanks for your answer. |
@dieseltronic Thank! |
I confirmed the dieseltronic's solution is worked ! |
Hi, I have tried make a test on Raspberry 3 B+.
The problem is I can't set the solution down to 800*400 when I tried replace in file "cmdline.txt" by line drm_kms_helper.edid_firmware=edid/1280x720.bin
it's only accept minimum 800x600, so I guest the kernel is not support this resolution.
So hope you can update this kernel to working with resolution.
Thanks & Best Regards.
Do Quang Huy
The text was updated successfully, but these errors were encountered: