NanoPi R4S - Ubuntu 20.04 LTS - Mainline Kernel 5.13.3
Linux-image 5.13.3
Linux-image 5.13.3 for NanoPi R4S
- built on NanoPi R4S (on top of kernel version 5.13.2 - CPU Freq: 2.0 GHz / 1.5 GHz) - PASSED
Install
Unfortunately, to be able to upgrade from 5.13.2 to 5.13.3 you have to remove it prior to installing 5.13.3. This is not necessary if you are on 5.13.1 or 5.10.43.
if you are in 5.13.2
sudo apt-get remove --purge linux-image-5.13.2
install kernel 5.13.3
sudo dpkg -i linux-image-5.13.3_5.13.3-1_arm64.deb
sudo reboot
install kernel-headers 5.13.3
sudo dpkg -i linux-headers-5.13.3_5.13.3-1_arm64.deb