From af0ad66655f100bd690c74266898645da6fde25c Mon Sep 17 00:00:00 2001 From: jebba Date: Sat, 26 Jun 2021 20:29:08 -0600 Subject: [PATCH] alistair23 fork --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5126b34d7cec..190667895fed 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,7 @@ This kernel is for the reMarkable2 epaper tablet. # Differences -This is a small fork of the upstream reMarkable kernel from the manufacturer. - -* Adds kernel patch from here: -https://remarkablewiki.com/tech/rm2_otg_pogo +This is a small fork of the alistair23 reMarkable kernel. # Build Build thine kernel thusly: @@ -35,6 +32,7 @@ scp -pr tmp/lib/modules/* root@10.11.99.1:/lib/modules/ scp -p arch/arm/boot/zImage root@10.11.99.1:/boot/zImage-4.14.78 # DTB # XXX Update kernel version number +# XXX Update dtb name scp -p arch/arm/boot/dts/zero-sugar.dtb root@10.11.99.1:/boot/zero-sugar.dtb-4.14.78 ```