Skip to content

NanoPi R2S Kernel 5.8.0-rc3 - Ubuntu Focal 20.04 LTS

Compare
Choose a tag to compare
@avafinger avafinger released this 29 Jun 22:47
· 29 commits to master since this release
30cfef8

Mainline Kernel 5.8.0-rc3

Kernel 5.8.0-rc3 to be installed on NanoPi R2S Ubuntu 20.04 LTS / Ubuntu 19.10

Installation

  • Make sure you have enough space in /boot partition

  • Download the file linux-image-5.8.0-rc3_1.0-8.deb

      wget https://github.com/avafinger/nanopi-r2s-ubuntu-server-minimal-image/releases/download/v0.94/linux-image-5.8.0-rc3_1.0-8.deb
    
  • install with:

      sudo dpkg -i  linux-image-5.8.0-rc3_1.0-8.deb
    
  • wait to complete the install

      sync && sudo reboot
    

Like this:

alex@svn:~$ ssh [email protected]
[email protected]'s password: 
Welcome to Ubuntu 20.04 LTS (GNU/Linux 5.8.0-rc1 aarch64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

Last login: Mon Jun 29 14:41:03 2020 from 192.168.254.253
ubuntu@nanopi-r2s:~$ uname -ra
Linux nanopi-r2s 5.8.0-rc1 #3 SMP PREEMPT Mon Jun 15 10:07:48 -03 2020 aarch64 aarch64 aarch64 GNU/Linux
ubuntu@nanopi-r2s:~$ sudo dpkg -i linux-image-5.8.0-rc3_1.0-8.deb 
[sudo] password for ubuntu: 
Selecting previously unselected package linux-image-5.8.0-rc3.
(Reading database ... 37569 files and directories currently installed.)
Preparing to unpack linux-image-5.8.0-rc3_1.0-8.deb ...
INFO: Updating Kernel 5.8.0-rc1 to 5.8.0-rc3
INFO: Updating...
Unpacking linux-image-5.8.0-rc3 (1.0-8) ...
Setting up linux-image-5.8.0-rc3 (1.0-8) ...
OK: Kernel update success! Please reboot with: sync && sudo reboot