Skip to content
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

Open
guysoft opened this issue Jan 7, 2025 · 5 comments
Open

OctoPi 1.1.0 RC2 Status #842

guysoft opened this issue Jan 7, 2025 · 5 comments

Comments

@guysoft
Copy link
Owner

guysoft commented Jan 7, 2025

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

Changes from RC1:

@bengalih
Copy link

How is the network check working in the RC?
Maybe I'm not looking at the right code base, but it appears enable_network_monitor is still looking for wpa_supplicant configuration?
I would like to know how the RC attempts to recover via Network Manager when connectivity is lost.

@guysoft
Copy link
Owner Author

guysoft commented Jan 23, 2025

@bengalih yes you are right, this needs to be updated:

if [ $enable_network_monitor == 1 ] && [ "$destination_host" != "" ]; then

If anyone has time to implement it would greatly help. Otherwise I might just remove it.

@guysoft
Copy link
Owner Author

guysoft commented Jan 23, 2025

@hawkeyexp if you want to update this to work with NetworkManager. That would help, otherwise I might only ship it for wpa supplicant.

@b-morgan
Copy link

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.

@guysoft
Copy link
Owner Author

guysoft commented Jan 26, 2025

@b-morgan The script path has moved to:
/opt/octopi/scripts/install-desktop

Will update the message, not sure I'll make an RC3 for that. will consider, perhaps for that and removing enable_network_monitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants