Yes sir! My lcd is attached to to the GPIO connector, alright will check on that sir. Also sir, i installed a special image for my lcd touchscreen to work but after getting an upgrade touch does not respond anymore. How will i get rid with the upgraded kernel?hansotten wrote:What display/touchscreen?
If it is one of those LCD screens attached to the GPIO connector it is one of those SPI based framebuffer fbtft types.
Did you get a special image, with a modified kernel? In that case you must prevent kernel upgrades.
Will try this sir! Will this not have any issues in the future? like any issue that will affect my installed programs? sorry im quite new about thishansotten wrote:Get the kernel files form the image you started with and replace those in the boot directory.
And if this sounds complicated: install the image fresh.
And before you update, prevent kernel upgrades with
sudo apt-mark hold raspberrypi-bootloader
Preventing kernel upgrades is not a good thing in the long term. New features, security patches will be missing. And programs may need newer libs that come with upgrades.KenoRosarioPH wrote:Will try this sir! Will this not have any issues in the future? like any issue that will affect my installed programs? sorry im quite new about thishansotten wrote:Get the kernel files form the image you started with and replace those in the boot directory.
And if this sounds complicated: install the image fresh.
And before you update, prevent kernel upgrades with
sudo apt-mark hold raspberrypi-bootloader
That's quite bothering. Btw, the steps you suggested works fine as of now. Great help sir thanks! How about Waveshare LCD?hansotten wrote:Preventing kernel upgrades is not a good thing in the long term. New features, security patches will be missing. And programs may need newer libs that come with upgrades.KenoRosarioPH wrote:Will try this sir! Will this not have any issues in the future? like any issue that will affect my installed programs? sorry im quite new about thishansotten wrote:Get the kernel files form the image you started with and replace those in the boot directory.
And if this sounds complicated: install the image fresh.
And before you update, prevent kernel upgrades with
sudo apt-mark hold raspberrypi-bootloader
The manufacturers of these cheap lcd touch screens will have to help here, and I have my doubts they will support those longer than the initial sale. Adafruit being a good example of a company that does support long term, eg. the PiTFT. The chinese and indian companies will not.
So you are stuck with a functioning system frozen in time. Nothing wrong with that for the immediate future.
as sir Hans stated try having these before updating. sudo apt-mark hold raspberrypi-bootloader.Cypher wrote:Hi there, I have the same problem but with a USB 7" capacitive touchscreen (C) from WaveShare. I need the software update to use the Pi Camera, but if I do upgrade, it just stops detecting touch inputs... Will disabling the kernel updates work for this USB-type touchscreen?
Thanks in advance for your replies!
For those who still not have the fortune to get their screen working after executing upgrade and update. You can Email me @kenorosario@outlook.com. But here are the steps. Fear not to upgrade and update guys, touch function of the lcd will be right there working after updating the firmware. The following steps successfully worked on my part using WAVESHARE SPOTPEAR 3.5" (A) V3KenoRosarioPH wrote:Good day Forum! My 3.2" After getting an upgrade and update on my pi 2. my lcd touchscreen have been non responsive and i dont know the reason why. Before getting an upgrade and update, the display and touchresponse works fine.