-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Could not load fbtft module on boot #1215
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
Comments
This worked ! Thanks. Now I need to figure out to load the console on the tft. |
Yes that did the work ! Problem solved. I have a working lcd now which is autostarting from boot ! Great ! |
Okay to close? |
Yes. Okay to close. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It didn't worked to load the module fbtft from notro on boot. Everytime when the Raspberry Pi Zero is started I run this command to load it:
sudo modprobe fbtft_device custom name=fb_ili9341 gpios=reset:25,dc:24,led:18 speed=16000000 rotate=90 bgr=1
And then run to show the console:
con2fbmap 1 1
Raspbian Jessie on Raspberry Pi Zero with this kernel:
pi@raspi:~ $ uname -a
Linux raspi 4.1.13+ #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015 armv6l GNU/Linux
The text was updated successfully, but these errors were encountered: