We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When running
export GORKVERSION=$(wget -q -O - https://api.github.com/repos/owulveryck/goMarkableStream/releases/latest | grep tag_name | awk -F\" '{print $4}') wget -q -O - https://github.com/owulveryck/goMarkableStream/releases/download/$GORKVERSION/goMarkableStream_${GORKVERSION//v}_linux_arm.tar.gz | tar xzvf - -O goMarkableStream_${GORKVERSION//v}_linux_arm/goMarkableStream > goMarkableStream chmod +x goMarkableStream ./goMarkableStream
I get the following error: cannot execute binary file: Exec format error.
cannot execute binary file: Exec format error.
Any idea of what's wrong ? I'm on Arch linux x64.
The text was updated successfully, but these errors were encountered:
Hello,
Those commands are supposed to be run directly on the remarkable. You gain access via ssh.
Sorry, something went wrong.
Run in your archlinux
scp ./goMarkableStream [email protected]:/home/root/
to copy the downloaded executable into your remarkable, then log into it
ssh [email protected]
and inside the newly appeared prompt run ./goMarkableStream.
./goMarkableStream
No branches or pull requests
Hi,
When running
export GORKVERSION=$(wget -q -O - https://api.github.com/repos/owulveryck/goMarkableStream/releases/latest | grep tag_name | awk -F\" '{print $4}') wget -q -O - https://github.com/owulveryck/goMarkableStream/releases/download/$GORKVERSION/goMarkableStream_${GORKVERSION//v}_linux_arm.tar.gz | tar xzvf - -O goMarkableStream_${GORKVERSION//v}_linux_arm/goMarkableStream > goMarkableStream chmod +x goMarkableStream ./goMarkableStream
I get the following error:
cannot execute binary file: Exec format error.
Any idea of what's wrong ? I'm on Arch linux x64.
The text was updated successfully, but these errors were encountered: