rien / reStream

Stream your reMarkable screen over SSH.
MIT License
734 stars 56 forks source link

The restream binary is not installed on your reMarkable. #40

Closed TanguySimon closed 3 years ago

TanguySimon commented 3 years ago

Hi, i tried installing restream, managed to add lz4 and the ssh key is authorised on the remarkable, but when I launch the program, i get this :

xxxxxxxxxxxxxxxxxxxxxx:~/Documents/GitHub/reStream$ ./reStream.sh [SSH] true [SSH] cat /sys/devices/soc0/machine [SSH] [ ! -f ~/restream ] The restream binary is not installed on your reMarkable. Please install it using the instruction in the README: https://github.com/rien/reStream/#installation

what does this mean? btw thank you very much for this open source script!

Eeems commented 3 years ago

Did you read the readme at that link?

Copy the restream executable to the reMarkable and make it executable.


 # scp restream.arm.static root@10.11.99.1:/home/root/restream
 # ssh root@10.11.99.1 'chmod +x /home/root/restream'
rien commented 3 years ago

Hi @TanguySimon, we recently switched from using lz4 and a bunch of linux utils to one dedicated executable to run on the reMarkable, this is the restream executable which is mentioned in the installation instruction (as the comment above mentions).