turing-machines / tpi

CLI tool to control your Turing Pi 2 board
https://docs.turingpi.com/docs/turing-pi2-tpi-cli
Apache License 2.0
29 stars 3 forks source link

Winows and MacOs binaries not available via https://firmware.turingpi.com/tpi #24

Open Xatinni opened 7 months ago

Xatinni commented 7 months ago

Repository readme references prebuilt binaries are available for windows, Linux and macOS. But when navigating to URL: https://firmware.turingpi.com/tpi, per readme only Debian Linux images are available. From a user experience perspective please either reference https://github.com/turing-machines/tpi/releases (I stumbled across this URL) or upload/link binaries to https://firmware.turingpi.com/tpi.. fyi. fantastic utility, lets make it easy for all tpi2 users to use

svenrademakers commented 7 months ago

thanks for the feedback. Your right, there is still some work to do regarding packaging and making it available via the corresponding channels. Do you remember where in the documentation there is a mention on the tpi tool available on the firmware.turingpi.com site? then i will update it

Xatinni commented 7 months ago

sorry for the delay, just in the readme https://github.com/turing-machines/tpi/blob/master/README.md#pre-build

Xatinni commented 6 months ago

Apologies the is Turning Pi tpi reference https://docs.turingpi.com/docs/tpi-installation

nhi-vanye commented 5 months ago

Since Apple hasn't sold any x86-64 hardware in a couple of years, can we get Apple Silicon binary ?

svenrademakers commented 5 months ago

@nhi-vanye to get you going, the easiest way to install it on your mac would be

brew install rustup-init
rustup-init
cargo install --git https://github.com/turing-machines/tpi/
nhi-vanye commented 5 months ago

Thanks for that super quick start... took less time than making a cup of tea