Skip to content

Entware installer modified for reMarkable Tablet

Notifications You must be signed in to change notification settings

rmkit-dev/remarkable_entware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

reMarkable Entware

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

See a list of available packages here.

Installation

Connect your device to the internet before executing.

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

About

Entware installer modified for reMarkable Tablet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%