Aftermarket tooling for the reMarkable Paper Pro.
This repo will try to build a developer ecosystem around reMarkable Paper Pro (rmPP) - please feel free to contribute, pull, fork, and use.
https://github.com/shg8/rmBifrost
https://github.com/asivery/remarkable-xovi-extensions
https://github.com/ricklupton/rmc
https://github.com/asivery/pdf2rmdoc
https://github.com/reMarkable/uboot-imx-rm
https://github.com/reMarkable/linux-imx-rm
entware-install.sh - which installs the command line package manager opkg
set-max-screen-brightness.sh - which maximizes the screen brightness to the highest setting the hardware supports
- Switch rmPP to "developer mode"
- from the home screen, tap men->Settings->General->Software, tap your software version
- Tap Advanced->Developer mode->Accept
- Enter your passcode
- Tap Continue to start factory reset and enter developer mode
- Your paper tablet will restart. Afterwards, it will be in developer mode. Tap Next.
- Activate SSH over Wifi
- connect rmPP via USB to a PC
- from the home screen, tap Menu->Settings->General->About->Copyrights and Licenses
- note down the root password in the second paragraph under "GPLv3 Compliance"
- note down the IP address (either IPv6 [XXXX:XXX:XXX:XXXX:XXXX:XXXX:XXXX:XXX] or IPv4 [XXX.XXX.XXX.XXX], e.g. 10.11.99.1)
- use SSH to connect to your rmPP, on Windows, you'd e.g. use PuTTY
- when connecting to the IP noted above, use username "root" and the password you noted above
- once connected, type
rm-ssh-over-wlan on
- You should now be able to connect to rmPP using Wifi and SSH, nota bene: use the Wifi IP, not the USB IP
- Open SSH to rmPP and enter
wget -q -O- http://raw.githubusercontent.com/zyrill/rm-paper-pro/refs/heads/main/bootstrap.sh 2>/dev/null | /bin/sh
- Type
opkg list
to check whether opkg works and to see a list of installable packages