11-08-2021, 11:42 AM
Try bumping the kernel.
The command below installs latest kernel committed to the Pi firmware repo and automatically deletes old kernel modules so some disk space can be reclaimed.
Heres some useful links.
https://github.com/raspberrypi/rpi-firmw...its/master
https://github.com/raspberrypi/rpi-update
The command below installs latest kernel committed to the Pi firmware repo and automatically deletes old kernel modules so some disk space can be reclaimed.
Code:
sudo PRUNE_MODULES=1 rpi-update
Heres some useful links.
https://github.com/raspberrypi/rpi-firmw...its/master
https://github.com/raspberrypi/rpi-update