rugpi
rugpi copied to clipboard
An open-source platform empowering you to build innovative devices around customized Linux distributions.
It would be nice if we could support efficient delta updates. To this end, we first need to define a proper artifact format (see issue #25). An artifact may then...
As the root filesystem is read-only anyway, we may use [Squashfs](https://docs.kernel.org/filesystems/squashfs.html) to compress it. This would leave more space for the data partition. As an additional benefit, the size of...
I got the same problem mentioned in https://github.com/silitics/rugpi/issues/15. I still find the baked image for Raspberry OS Desktop can not boot. What I have done is: 1. install the latest...
While it is possible to import a root filesystem built with a third-party tool into Rugpi Bakery, this requires a two-step build process for building the image. Instead, it would...
It should be possible to run Rugpi Bakery outside of the Docker container as this gives more flexibility.
Currently, Rugpi Bakery needs to run in a Docker container with elevated privileges (`--privileged`). With version 0.7, we will no longer require a loop device for building images. Unfortunately, we...
As of now, we ship updates in the form of system images that can also be directly flashed to a storage medium. While it is convenient to have only a...