NanoPi R2S Kernel 5.8.1
Linux-image 5.8.1 for NanoPi R2S
Install instructions
Download the linux-image-5.8.1_1.0-11.deb
-
Make sure you have enough free space in /boot (Image size is 26 MB)
-
remove (de-install) old kernels
sudo dpkg -r linux-image-5.8.0-rc1 sudo dpkg -r linux-image-5.8.0-rc3 sudo dpkg -r linux-image-5.7.1 sudo dpkg -r linux-image-5.6.7 sudo dpkg -r linux-image-5.7.0-rc3
-
do some housekeeping
sudo apt-get update sudo apt-get dist-upgrade sudo apt-get clean all sudo apt-get purge $(dpkg -l | awk '/^rc/ { print $2 }')
-
Install
ubuntu@nanopi-r2s:~$ sudo dpkg -i linux-image-5.8.1_1.0-11.deb Selecting previously unselected package linux-image-5.8.1. (Reading database ... 35084 files and directories currently installed.) Preparing to unpack linux-image-5.8.1_1.0-11.deb ... INFO: Updating Kernel 5.8.0+ to 5.8.1 INFO: Updating... Unpacking linux-image-5.8.1 (1.0-11) ... Setting up linux-image-5.8.1 (1.0-11) ... OK: Kernel update success! Please reboot with: sync && sudo reboot ubuntu@nanopi-r2s:~$ sync && sudo reboot Connection to 192.168.254.48 closed by remote host. Connection to 192.168.254.48 closed. alex@svn:/apps/backup_sdcard$ ssh ubuntu@192.168.254.48 ubuntu@192.168.254.48's password: Welcome to Ubuntu 20.04.1 LTS (GNU/Linux 5.8.1 aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage Last login: Fri Aug 14 00:06:43 2020 from 192.168.254.13 ubuntu@nanopi-r2s:~$ uname -ra Linux nanopi-r2s 5.8.1 #1 SMP PREEMPT Thu Aug 13 00:21:06 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux ubuntu@nanopi-r2s:~$