How to get the good old toit cli installed on my R...
# help
e
>Hi there 🖐️ I have the link to the old binary: https://archive.toit.io/cli/latest/linux But I'm unable to execute the file, after unpacking it on my RPi v4, where it just throws:
bash: ./toit: cannot execute binary file: Exec format error
The old support/guide is now public anymore. Nor Google Cache or Way Back Machine could help me here. SO: How can I download the correct binaries for the RPi v4? (I need it, to it's possible to run
toit serial
related commands) 😄 Device info:
Copy code
bash
> cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
...
> cat /proc/cpuinfo
...
Model           : Raspberry Pi 4 Model B Rev 1.5
> uname -m
aarch64
f
I'm not sure if we had a toit v1 that was running on ARM.
I will have a look.
In the meantime: what exactly do you need to do? Maybe there are newer ways to do it.
Yep. Just checked. We never had
toit
v1 running on Arm.
e
Oh, sas news. I'll DM you, and update this thread, if there's any useful findings.
Thank you, Florian. I'll check the fresh compiled arm version tomorrow, and report back.
I'll just follow up: I recieved a recompiled version for ARM, which worked as expected. Florian also helped with a few other things. As the old toit version is almost in the past, I'll not share it here, to confuse other people, searching for help and finding this thread 👍 ... 🙂 Thanks Floarian.