Install Slicer on a Raspberry Pi
 
Notifiche
Cancella tutti

Install Slicer on a Raspberry Pi  

  RSS
David Held
(@david-held)
Active Member
Install Slicer on a Raspberry Pi

I've downloaded the AppImage for the slicer on my Raspberry Pi (5) and set the permissions for anyone to execute, but it is not running.

Any help would be greatly appreciated. 

Postato : 29/01/2024 10:01 pm
JimB
 JimB
(@jimb)
Estimable Member
RE: Install Slicer on a Raspberry Pi

If you are not already, run it from the command line and post any output/errors you get in the terminal window.

Postato : 30/01/2024 1:02 pm
JimB
 JimB
(@jimb)
Estimable Member
RE: Install Slicer on a Raspberry Pi

Download/use the arm64 .tar.bz2 file that seems to work.

$ tar xf PrusaSlicer-2.7.1+linux-arm64-GTK3-202312130749.tar.bz2
$ PrusaSlicer-2.7.1+linux-arm64-GTK3-202312130749/bin/prusa-slicer
Postato : 30/01/2024 1:29 pm
David Held
(@david-held)
Active Member
Topic starter answered:
RE: Install Slicer on a Raspberry Pi

When I run in Terminal I get:

dsh@RPi5a:~/Downloads $      PrusaSlicer-2.7.1+linux-x64-GTK3-202312121425.AppImage

bash: PrusaSlicer-2.7.1+linux-x64-GTK3-202312121425.AppImage: command not found

dsh@RPi5a:~/Downloads $

 

Postato : 30/01/2024 10:54 pm
Diem
 Diem
(@diem)
Illustrious Member

Don't forget to preface it with the path or ./ if in the same directory.

Cheerio,

Postato : 31/01/2024 1:42 am
David Held
(@david-held)
Active Member
Topic starter answered:
RE: Install Slicer on a Raspberry Pi

dsh@RPi5a:~/Downloads $ ./PrusaSlicer-2.7.1+linux-x64-GTK3-202312121425.AppImage

bash: ./PrusaSlicer-2.7.1+linux-x64-GTK3-202312121425.AppImage: cannot execute binary file: Exec format error

Postato : 31/01/2024 4:12 am
JimB
 JimB
(@jimb)
Estimable Member
RE: Install Slicer on a Raspberry Pi

The linux-x64* versions are for Intel/AMD based systems.  Those won't work on a Raspberry Pi.  The linux-armv7l may work on the 32-bit Raspberry Pis, but it looks like you need the linux-arm64 version for 64-bit Raspberry Pis.

Postato : 31/01/2024 2:22 pm
Condividi: