docker-octoprint icon indicating copy to clipboard operation
docker-octoprint copied to clipboard

RPI4 support

Open rvalle opened this issue 4 years ago • 5 comments

I am trying to get this image running on the Raspberry PI 4.

I started with the alpine version and it is not working with exec error. I noticed that it pulled the amd64 version.

I am not very familiar with multiarch images, neither am I with RPI4. So, I am trying to guess what is going on.

I believe arm32v7 images are compatible, and indeed, after pulling an octoprint armv7 image by digest it does work.

Do you know how to make this image work on RPI4?

rvalle avatar Mar 05 '20 12:03 rvalle

Just started the debian image on a Raspberry Pi 4 4GB an it seems to work.

jscholtes avatar Mar 28 '20 18:03 jscholtes

@jscholtes did you try the alpine one?

I wonder what the difference is.

rvalle avatar Mar 29 '20 04:03 rvalle

Just replaced the image with 1.4.0-alpine. It is running and the GUI loads but now i get some errors in the logs. With the debian image i cloud mount /opt/vc into the container and display the SoC temp of the Pi in the Navbar Temperature plugin. But now i get: ValueError: Command not found: /opt/vc/bin/vcgencmd

The are also problems with the ABL expert Plugin: ValueError: invalid literal for int() with base 10: 'EEPROM OK '

jscholtes avatar Mar 29 '20 11:03 jscholtes

@jscholtes you got further away than me.

I could not get the image to start, I got docker to report execution error instead.

I might just try to use the debian instead...

rvalle avatar Apr 01 '20 08:04 rvalle

Works fine for me on Raspberry Pi 4 4gb running Raspbian 64bit.

thesonandheir avatar Jul 18 '20 20:07 thesonandheir