-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OctoPi 1.1.0 RC2 Status #842
Comments
How is the network check working in the RC? |
@bengalih yes you are right, this needs to be updated:
If anyone has time to implement it would greatly help. Otherwise I might just remove it. |
@hawkeyexp if you want to update this to work with NetworkManager. That would help, otherwise I might only ship it for wpa supplicant. |
I downloaded 2025-01-06_2024-11-19-octopi-bookworm-arm64-lite-1.1.0.zip and installed it on an RPi 3B. When I login with SSH I get the "welcome" text including "This image comes without a desktop environment...". However, the ".../install-desktop" script isn't there. Obviously, there are two potential fixes... fix the "welcome" text or add a working script. |
@b-morgan The script path has moved to: Will update the message, not sure I'll make an RC3 for that. will consider, perhaps for that and removing enable_network_monitor |
Sorry for taking so long with feedback here, the OctoPrint RC has kept me busy. I've now shot both the 32bit and the 64bit image against the testrig + e2e tests here, and both runs came away green: Those were run against a Pi3 with a picam (PiC in my testrig). WiFi configuration was done using the same approach as the imager uses, firstrun.sh matching the sources of the imager. So, from my end I can confirm for both images that they:
I also did some quick manual testing against the 64bit image (I'm assuming the 32bit one behaves identical):
The wrong path for the So from my side with my testing options, things are looking good! 👍 |
@foosel @guysoft I'm testing with an rpi5 and a pi cam module 3 via MIPI and I don't know how to get the camera working. Are there any logs that I can provide you to help troubleshoot? I'm happy to help anyway I can :) I can see the camera in libcamera-hello but I can't get it to work in octoprint. FWIW I had to camera enable auto-detect in /boot/firmware/config.txt for the camera to show up. Edit: PR to fix this: guysoft/CustomPiOS#246 I've also tested in RC1. I don't have to enable camera auto-detect but the camera still does not work for me. Available cameras0 : imx708 [4608x2592 10-bit RGGB] (/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a) |
@guysoft I've been trying everything I can think of, but can't get the camera working in octoprint. |
@thinkjk Perhaps this change needs to be reverted for v3 tl;dr So you can try switching in |
This is the switch between the new (current) libcamera-based webcam system and the legacy webcam system. Mjpg streamer only works with the legacy system. For a V3 camera you need the new libcamera system, so it won't work if you have legacy enabled. Unless I've missed a change, OctoPi doesn't have support for libcamera. When you see supported=1 detected=1 you have legacy stack. If you see libcamera interfaces=1, you're using new stack. |
@cp2004 thanks for reminding me. Its a bug that should be fixed, but not in this release. hopefully in the next one. |
@guysoft @cp2004 Thanks for the responses. The OctoPi Up-to image doesn't support the Rpi5. Did you mean to use the scripts in that image to update your image? If so, I'm having a hard time getting the task build to run against the rc2 image. #802 I've been unable to get this to work and the script creator said it's been discontinued due to the new camera stack. Would it be possible to get the updated camera stack added in RC3? Thank you! Edit: I was able to get it working by using raspiCamSrv for the camera with your RC2. https://github.com/signag/raspi-cam-srv/ |
Second release candidate for OctoPi 1.1.0
There are both 32bit and 64bit images available for Raspberry Pi
There is also a new beta release for Le Potato 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 raspberrypi/bookworm-feedback#72
Please try the release candidate so we know it works.
Also a request for help in OctoPi - Our second mirror that was supplied by @wille on discord has been removed, so if anyone wants to help host a second mirror for https://unofficialpi.org/Distros/ that would help a lot so we don't loose OctoPi images.
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
.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
.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
Changes in the image
/boot/config.txt
has moved to/boot/firmware/config.txt
See The file/boot/config.txt
has moved to/boot/firmware/config.txt
CustomPiOS#220Please try the release candidate so we know it works.
wifi.nmconnection
file in the/boot/firmware
folder that lets you configure wifi headless. Its more limited at the moment than the wpa supplicant versionChanges from RC1:
The text was updated successfully, but these errors were encountered: