when will octoprint support raspberry pi 5
OctoPrint supports the Raspberry Pi 5 and just about any system that has Python 3 available.
OctoPi, the operating system for Raspberry Pi systems with OctoPrint pre-installed, is currently available from the OctoPi Nightlies for the RPi 5 and from two stable builds for the rest of the RPi family.
The current "stable" releases of OctoPi are based on version 11 (bullseye) but the RPi 5 requires version 12 (bookworm).
If you already have an OS configured for your RPi 5, then you can use the octoprint_deploy script to install OctoPrint.
While this doesn't directly answer your question, hopefully it is a useful response.
b-morgan:
OctoPi, the operating system for Raspberry Pi systems with OctoPrint pre-installed, is currently available from the OctoPi Nightlies for the RPi 5 and from two stable builds for the rest of the RPi family.
There's actually an RC of OctoPi available.
opened 07:14AM - 07 Jan 25 UTC
Second release candidate for OctoPi 1.1.0
There are both 32bit and 64bit imag⦠es available for Raspberry Pi
There is also a new beta release for [Le Potato AML-S905X-CC](https://libre.computer/products/aml-s905x-cc/).
Its beta because I is not as tested as OctoPi for Raspberrypi. And I hope that having it available might let people play with it and tell me what can be done to get the wifi and cameras working correctly.
This image brings support to Raspberry Pi 5. It also drops wpa-supplicant support due to https://github.com/raspberrypi/bookworm-feedback/issues/72
Please try the release candidate so we know it works.
32bit armf:
Download it at:
https://unofficialpi.org/Distros/OctoPi/nightly/2025-01-06_2024-11-19-octopi-bookworm-armhf-lite-1.1.0.zip
Md5: [``64c2d6c5d0eb82d25007511395866901``](https://unofficialpi.org/Distros/OctoPi/nightly/2025-01-06_2024-11-19-octopi-bookworm-armhf-lite-1.1.0.zip.md5).
64bit arm64/aarch64:
Download it at:
https://unofficialpi.org/Distros/OctoPi/nightly-arm64/2025-01-06_2024-11-19-octopi-bookworm-arm64-lite-1.1.0.zip
Md5: [``414fd01b4727bd387a4eb92e306bcf53``](https://unofficialpi.org/Distros/OctoPi/nightly-arm64/2025-01-06_2024-11-19-octopi-bookworm-arm64-lite-1.1.0.zip.md5).
Let Potato AML-S905X-CC (based on debian):
https://unofficialpi.org/Distros/OctoPi/debian_lepotato/nightly/2025-01-06_debian-12-base-arm64+aml-s905x-cc-1.1.0.zip
Md5: [``3f2841fb39140e160f6cd4fce89137e3``](https://unofficialpi.org/Distros/OctoPi/debian_lepotato/nightly/2025-01-06_debian-12-base-arm64+aml-s905x-cc-1.1.0.zip.md5)
### Changes in the image
* Raspberry Pi 5 support https://github.com/guysoft/OctoPi/issues/823
* Beta support for Le Potato AML-S905X-CC
* Images uses Debian bookworm
* Due to bookworkm ``/boot/config.txt`` has moved to ``/boot/firmware/config.txt`` See https://github.com/guysoft/CustomPiOS/issues/220
* Support changing default user name on rpi-imager
* Move octoprint python virtualenv to /opt/custompios/oprint and add a symlink https://github.com/guysoft/OctoPi/commit/e62bada2c4e91372ace724f7839ab61e34bfb824
* Dropped support for wpa supplicant due to https://github.com/raspberrypi/bookworm-feedback/issues/72
Please try the release candidate so we know it works.
* New NetworkManager headless support added, its pretty basic for now since it is expected most people configure the wifi via rpi-imager. There is a new ``wifi.nmconnection`` file in the ``/boot/firmware`` folder that lets you configure wifi headless. Its more limited at the moment than the wpa supplicant version
* Remove camera ID 046d:0825 Fixes https://github.com/guysoft/OctoPi/issues/759
Changes from RC1:
* Fixed issue with webcam not working https://github.com/guysoft/OctoPi/issues/837#issuecomment-2536532941
* Fixed wifi blocking https://github.com/guysoft/CustomPiOS/commit/e553cad7e09410bf27a2083211d6e606d76efe21
* Network check has been fixed #840 (Thanks @david-forster10)