Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 5 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,36 +60,16 @@ It is recommended to install `lz4` on both your computer and the reMarkable tabl

#### Manually

Copy the provided binary `lz4.arm.static` to your reMarkable and make it executable.
The binary is version `1.9.2`.
Copy one of the provided `lz4` binaries to your reMarkable and make it executable.
The version you want to install depends on the version on your operating system.
Check the installed version with `lz4 --version`.

```bash
scp lz4.arm.static root@$REMARKABLE_IP:/home/root/lz4
scp bin/lz4-<version>.arm.static root@$REMARKABLE_IP:/home/root/lz4
ssh root@$REMARKABLE_IP 'chmod +x /home/root/lz4'
```

#### Using Toltec

This is only recommended for versions up to `2.15.1.1189` at the time of writing.
You might brick your reMarkable otherwise!
Check for [the warning here](https://toltec-dev.org/#install-toltec).

Please use [Toltec](https://github.com/toltec-dev/toltec) to install `lz4` on your reMarkable.

Packages:
- `lz4`

Note: before installing the packages, run
```
opkg update
opkg upgrade
```
once and then install the packages via
```
opkg install <pkg>
```

Remember to run `toltecctl reenable` on your reMarkable tablet after each software update.
Where `<version>` is either `1.9.2` or `1.10.0`.

### Disclaimer

Expand Down
Binary file added bin/lz4-1.10.0.arm.static
Binary file not shown.
File renamed without changes.