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 ```