You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to create an image variant of uCore tailored to be directly installed on Raspberry Pi's? I would be very much insterested to change my Raspberry Pi setups to work with containerized deployment, but first time setup of anything custom-Fedora on a Pi is quite elaborate (See https://medium.com/geekculture/how-to-install-fedora-on-a-headless-raspberry-pi-62adfb7efc5)
A lot of these steps seem to be fit for automation and perhaps not even necessary when basing off uCore, but the dream would be:
Burn uCore image to SD
Paste SSH key in correct folder on SD
Boot and wait
SSH into Pi with said key as authentication
(Optional): Rebase on custom image.
Would such a setup be interesting to support?
The text was updated successfully, but these errors were encountered:
I am starting to move severs in my homelab to ucore so I started thinking about possibility of also moving my raspberry pi's to ucore. That is how I landed here.
I'm still a noob to ublue world. So I might be wrong on a few of these things. Here is why I think deploying ucore on Raspberry pi might not be that straight forward
There is no aarch64 support for ucore yet (Add aarch64 support #15) . This is important but should be straight forward in terms of just dedicating time and effort to set up an automation.
There is no ucore image to burn SD card in the traditional raspberry pi sense. Images (overloaded term) in the ublue world is an OCI image not an SD card/ISO image. While desktop based ublue flavors have moved to ISO based distribution, ucore remains with the "rebase" style deployment model as it is based on Fedora Core OS (FCOS) and not Silverblue. https://universal-blue.discourse.group/t/is-there-a-reason-ucore-hasnt-adopted-the-ujust-alias-or-isos/4668. I don't think there is any short term plan to change this. Atleast I could not find one as an outsider. Regardless deployment mechanism is secondary to my next point.
The article you liked talks about deploying standard fedora onto a raspberry pi. Which is quite different and IMO much more straightforward than deploying FCOS on raspberry pi. https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-raspberry-pi4/. Again, not impossible to solve for this but something that needs to be figured out for a "batteries included" approach before we can even attempt to get to the rebase step of my point above.
Maybe the answer is coming up with a custom approach for raspberry pi based deployments. But before we get there we need to start building aarch64 images.
Happy to collaborate on this if any help is required.
Would it be possible to create an image variant of uCore tailored to be directly installed on Raspberry Pi's? I would be very much insterested to change my Raspberry Pi setups to work with containerized deployment, but first time setup of anything custom-Fedora on a Pi is quite elaborate (See https://medium.com/geekculture/how-to-install-fedora-on-a-headless-raspberry-pi-62adfb7efc5)
A lot of these steps seem to be fit for automation and perhaps not even necessary when basing off uCore, but the dream would be:
Would such a setup be interesting to support?
The text was updated successfully, but these errors were encountered: