1
0
Fork 0

alistair23 fork

redonkable
jebba 2021-06-26 20:29:08 -06:00
parent 37f034027e
commit af0ad66655
1 changed files with 2 additions and 4 deletions

View File

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