From 5ede3227d2440f76585160ee1e2167a70e475842 Mon Sep 17 00:00:00 2001 From: avafinger Date: Thu, 7 Feb 2019 22:30:10 -0200 Subject: [PATCH] Mainline Linux Image 5.0.0-rc5 RK3399 NanoPi M4 --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 1e963d6..2985f85 100644 --- a/README.md +++ b/README.md @@ -848,6 +848,28 @@ I have provided an OS Image tested on NanoPi M4: Download from: https://github.com/avafinger/nanopi-m4-ubuntu-base-minimal/releases/tag/v1.12 +# Release v1.14 (Experimental) + + * Kernel 5.0.0-rc5 (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.14) + + + + * Install + + You need at least 20 Mbytes free on /boot + + + sudo dpkg -i inux-image-mainline-5.0_1.0-6.deb + sudo shutdown -h now + # Build Mainline Kernel on NanoPi M4 (**on board**)