Update readme with removal instructions
This commit is contained in:
parent
f35bcc9045
commit
1d9025debd
27
README.md
27
README.md
@ -2,6 +2,33 @@
|
|||||||
|
|
||||||
DRM kernel driver for 2.7" 400x240 Sharp memory LCD panel.
|
DRM kernel driver for 2.7" 400x240 Sharp memory LCD panel.
|
||||||
|
|
||||||
|
## Cleaning old drivers
|
||||||
|
|
||||||
|
The `bbqX0kbd` driver has been renamed to `beepy-kbd`, and `sharp` to `sharp-drm`.
|
||||||
|
|
||||||
|
Driver packages will detect if one of these old modules is installed and cancel installation of the package.
|
||||||
|
|
||||||
|
Remove the following files:
|
||||||
|
|
||||||
|
* `/lib/modules/<uname>/extra/bbqX0kbd.ko*`
|
||||||
|
* `/lib/modules/<uname>/extra/sharp.ko*`
|
||||||
|
* `/boot/overlays/i2c-bbqX0kbd.dtbo`
|
||||||
|
* `/boot/overlays/sharp.dtbo`
|
||||||
|
|
||||||
|
Rebuild the module list:
|
||||||
|
|
||||||
|
* `depmod -a`
|
||||||
|
|
||||||
|
Remove the following lines from `/boot/config.txt`:
|
||||||
|
|
||||||
|
* `dtoverlay=bbqX0kbd,irq_pin=4`
|
||||||
|
* `dtoverlay=sharp`
|
||||||
|
|
||||||
|
Remove the following lines from `/etc/modules`:
|
||||||
|
|
||||||
|
* `bbqX0kbd`
|
||||||
|
* `sharp`
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install the Linux kernel headers
|
Install the Linux kernel headers
|
||||||
|
Loading…
Reference in New Issue
Block a user