UCTRONICS / UCTRONICS_LCD35_RPI

This driver is used for UCTRONICS LCD35 with SPI interface
41 stars 16 forks source link

Latest kernel is 4.14.34+, installing driver rolls back kernel #7

Open ghostop14 opened 6 years ago

ghostop14 commented 6 years ago

I have been trying to incorporate a wifi driver and was running into issues with installed versus running kernel versions. Finally tracked it down to the UCTRONICS install process. The latest kernel image is 4.14.34+ (4/17/2018). Newer via rpi-update. When installing the UCTRONICS driver, uname -r immediately reports back with the kernel version UCTRONICS was build against (4.14.33), essentially rolling back the kernel. Once this mismatch occurs, it's not possible to build any other kernel drivers. Installation should require raspberrypi-kernel-headers and build against the currently installed kernel.

CodyTracy commented 2 years ago

+1