Skip to content

Instantly share code, notes, and snippets.

@lovettbarron
Last active August 15, 2021 21:27
Show Gist options
  • Save lovettbarron/49a9fbc415141aeb02d2f1e15e643f70 to your computer and use it in GitHub Desktop.
Save lovettbarron/49a9fbc415141aeb02d2f1e15e643f70 to your computer and use it in GitHub Desktop.
Remarkable2 Setup and KOReader
# 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