Lightly extended and updated version of Megan Walker's tutorial
Last active
August 15, 2021 21:27
-
-
Save lovettbarron/49a9fbc415141aeb02d2f1e15e643f70 to your computer and use it in GitHub Desktop.
Remarkable2 Setup and KOReader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SSH into the remarkable | |
ssh root@<ip> | |
# add pass | |
# Toltec | |
wget http://toltec-dev.org/bootstrap | |
echo "46f556b06f5624b48e974ae040b6213828eff6aa2cc78618a4d8961a27cdc8b3 bootstrap" | sha256sum -c && bash bootstrap | |
# Refresh bash | |
exec bash | |
# rm2fb | |
opkg install rm2fb | |
# Remux | |
opkg install remux | |
systemctl enable --now remux | |
# Text Remux (swipe up left side of screen) | |
# KOreader | |
opkg install koreader | |
mkdir /home/root/.config/draft | |
touch /home/root/.config/draft/02-koreader | |
cat <<EOT >> /home/root/.config/draft/02-koreader | |
name=koreader | |
desc=Ebook reader | |
call=/opt/koreader/koreader.sh | |
term=; | |
EOT | |
# test KO reader | |
# On sys update rerun: systemctl enable --now remux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment