All Projects → Evidlo → Remarkable_entware

Evidlo / Remarkable_entware

Entware installer modified for reMarkable Tablet

Programming Languages

shell
77523 projects

reMarkable Entware

This is a modified installer for Entware, a lightweight package manager and software repo for embedded devices. Includes Toltec

See a list of available packages here and here.

Installation

Connect your device to the internet before executing.

git clone http://github.com/evidlo/remarkable_entware && cd remarkable_entware
scp entware_install.sh [email protected]:
ssh [email protected] ./entware_install.sh

All entware data is located in /opt (which actually points to /home/root/.entware because of size constraints on the root partition). Base installation is ~13MB.

Examples

opkg install git
opkg find '*top*'    # search package names and descriptions

After a reMarkable update

reMarkable updates wipe out everything outside of /home/root. While Entware remains intact in /home/root/.entware, the mount over /opt has to be recreated with entware_reenable.sh.

scp entware_reenable.sh [email protected]
ssh [email protected] ./entware_reenable.sh

No space left on device

You can clean up logfiles which take up considerable space on the root partition.

journalctl --vacuum-size=2M
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].