-
Notifications
You must be signed in to change notification settings - Fork 28
Install scripts are not working... #45
Comments
Hi, did you managed to get install OctoBTT, i have the same problem and i didn't find any fix anywhere? |
run cmdline : ls /home/pi/OctoBTT |
This version requires OctoPi at 0.17.x (requires manual page initialization and any user login when initializing the user). |
@Shine6Z is there any plan to support 0.18.x ? |
OctoBTT is not limited by the OS version, but by OctoPrint version. This is due to security that has been put in place by OctoPrint. I have OctoBTT running on OctoPi 0.18.0 with OctoPrint 1.6.1.
|
On a beta release, we have solved the permission control problem: |
I am trying to install OctoBTT on your 5" TFT for Rasp... and it fails completely. Here are the steps I followed from the 'Readme' on this page.
Download and install Octoprint on a 32gb class 10 sd.
Access the Pi via ssh
Executed: 'sudo apt upgrade' then 'sudo apt update' both executed without errors.
Reboot the Pi
Access and setup Octoprint , performed required Octoprint updates.
Reboot the Pi, It now shows Octoprint Version 1.6.1 and Octopi Version 0.18.0
Access the Pi via ssh and run your command to install 'rm -f startup.sh ... "
The script reboots at the end and I get this
I examined the /etc/rc.local file and found this reference to OctoBTT 'su -l pi -c "cd /home/pi/OctoBTT && ./OctoBTT -platform eglfs" '
I ran it with sudo and got this response "-bash: ./OctoBTT: No such file or directory "
That is where I am now, it appears the is no executable for OctoBTT.
Where do I go from here.
The text was updated successfully, but these errors were encountered: