-
Notifications
You must be signed in to change notification settings - Fork 5k
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
fb_sh1106
driver not compiled in by default; consider enabling?
#2876
Comments
We are very unlikely to build this driver into the kernel - we aim to keep the core kernel as small as possible - but adding the module to the standard builds sounds reasonable. @popcornmix? |
Ah sure, sorry, what I meant to propose is |
No objection to adding this as a module. |
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
It's added (7f26b44), and will be in the next firmware release. |
Thank you! When will the next FW release be, if that's not a secret? How will it be distributed, |
Firmware releases are usually no more than a week apart, and they are available first via |
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
kernel: lan78xx: EEE support is now a PHY property See: raspberrypi/linux#2882 kernel: config: Add CONFIG_FB_TFT_SH1106=m See: raspberrypi/linux#2876 kernel: Fix for Pisound kernel module in Real Time kernel configuration See: raspberrypi/linux#2873 kernel: allo-katana: Added mute stream func See: raspberrypi/linux#2577 firmware: raspivid: Stop --raw option resetting --raw-format to YUV See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=189830&start=25#p1432589 firmware: Fixed up overflow in microsecond timer See: raspberrypi/userland#535
kernel: lan78xx: EEE support is now a PHY property See: raspberrypi/linux#2882 kernel: config: Add CONFIG_FB_TFT_SH1106=m See: raspberrypi/linux#2876 kernel: Fix for Pisound kernel module in Real Time kernel configuration See: raspberrypi/linux#2873 kernel: allo-katana: Added mute stream func See: raspberrypi/linux#2577 firmware: raspivid: Stop --raw option resetting --raw-format to YUV See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=189830&start=25#p1432589 firmware: Fixed up overflow in microsecond timer See: raspberrypi/userland#535
@CRImier this option is in latest rpi-update kernel. Can you test close if happy. |
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: raspberrypi#2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: raspberrypi#2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2876 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
Please update to the latest kernel which may contain a fix for this issue. |
On default Raspbian Lite install,
fb_ssd1306
kernel module is installed butfb_sh1106
(almost-identical display but cheaper and more popular) is not available. Has been happening for a couple of releases now. We could compile and add it by default in ZeroPhone SD card images, but it's a lot of hassle compared to what I'm proposing - setting it to'y'
by default in upstream and allowing all the other users to use it, too.System
raspinfo
command not installed by default on Raspbian Lite. Uname:Linux zerophone 4.14.98+ #1200 Tue Feb 12 20:11:02 GMT 2019 armv6l GNU/Linux
The text was updated successfully, but these errors were encountered: