Skip to content

Commit

Permalink
Linux Kernel 5.0.0-rc7 NanoPi M4/T4/NEO4
Browse files Browse the repository at this point in the history
  • Loading branch information
avafinger committed Feb 18, 2019
1 parent 6b0c42d commit f76db03
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -921,11 +921,34 @@ Download from: https://github.com/avafinger/nanopi-m4-ubuntu-base-minimal/releas
You need at least 19 Mbytes free on /boot


sudo dpkg -i inux-image-mainline-5.0_1.0-7.deb
sudo dpkg -i linux-image-mainline-5.0_1.0-7.deb
sudo shutdown -h now
Reboot..


# Release v1.17 (Experimental)

* Kernel 5.0.0-rc7 (linux-image && kernel headers)

**Instructions:**

* Download deb file:



wget $(curl -s https://api.github.com/repos/avafinger/nanopi-m4-ubuntu-base-minimal/releases | grep -oP '"browser_download_url": "\K(.*)(?=")' | grep v1.17)



* Install

You need at least 19 Mbytes free on /boot


sudo dpkg -i linux-image-mainline-5.0_1.0-8.deb
sudo shutdown -h now
Reboot..


# Build Mainline Kernel on NanoPi M4 (**on board**)

Expand Down

0 comments on commit f76db03

Please sign in to comment.