NanoPi R2S Kernel 5.8.0
Kernel 5.8.0 (mainline)
- DVFS
- eth0
- eth1
- realtek rtl8821CU / rtl8822BU compatibility with linux-5.8
- built on-board with gcc 9.3.0
Install
-
Make sure you have free space in /boot partition (Image size is 26 MB)
-
Download linux-image deb file and install
ubuntu@nanopi-r2s:~$ sudo dpkg -i linux-image-5.8.0_1.0-10.deb [sudo] password for ubuntu: Selecting previously unselected package linux-image-5.8.0. (Reading database ... 27401 files and directories currently installed.) Preparing to unpack linux-image-5.8.0_1.0-10.deb ... INFO: Updating Kernel 5.6.7 to 5.8.0 INFO: Updating... Unpacking linux-image-5.8.0 (1.0-10) ... Setting up linux-image-5.8.0 (1.0-10) ... OK: Kernel update success! Please reboot with: sync && sudo reboot ubuntu@nanopi-r2s:~$ ubuntu@nanopi-r2s:~$ sync && sudo reboot Connection to 192.168.254.28 closed by remote host. Connection to 192.168.254.28 closed. alex@svn:~$ ssh ubuntu@192.168.254.28 ubuntu@192.168.254.28's password: Welcome to Ubuntu 19.10 (GNU/Linux 5.8.0 aarch64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage Last login: Tue Aug 4 22:20:25 2020 from 192.168.254.13 ubuntu@nanopi-r2s:~$ uname -ra Linux nanopi-r2s 5.8.0 #1 SMP PREEMPT Tue Aug 4 13:30:59 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux ubuntu@nanopi-r2s