Does anyone here know if or how to run a V5 programming software (VCS is what I’m used to, but I’m more than open to changing) on a Raspberry Pi 3?
Thanks,
Keaton Gilmore
Does anyone here know if or how to run a V5 programming software (VCS is what I’m used to, but I’m more than open to changing) on a Raspberry Pi 3?
Thanks,
Keaton Gilmore
Until the chrome os verson comes out I don’t think there is a good way to run VCS on a raspberry pi. However you should be able to get PROS or robotmeshstudio working without much hassle.
For Pros:
main site Installing on Linux — PROS for V5 3.8.0 documentation
gcc-arm-none-eabi Debian -- Details of package gcc-arm-none-eabi in bookworm
RobotMeshStudio:
main site https://www.robotmesh.com/studio
robot mesh connect deb package https://www.robotmesh.com/downloads/robotmeshconnect-0.6_amd64.deb
Note that the Raspberry Pi is an ARM processor, not an x86 processor. This means that some of the .deb
files linked are not going to install on the Raspberry Pi.
The gcc-arm-none-eabi one does have an arm verson but I don’t know about the robot mesh one.