Peter Andersson Posted June 16, 2023 Posted June 16, 2023 Hi I found the following page https://www.armbian.com/rockpi4/ but I guess those files are for rock pi 4 and not rock pi 4 c? It has a link to 4 c plus images https://fi.mirror.armbian.de/dl/rockpi-4cplus/archive/ but they only contain bullseye? So are there any plans for rockpi 4 c plus to have a bookworm image? Are there any github pipelines that build them where I could send a pull request? (not that my c or c++ compilation skills are existing but I would be happy to give it a try). 0 Quote
Werner Posted June 17, 2023 Posted June 17, 2023 Build framework is there: https://github.com/armbian/build 0 Quote
Peter Andersson Posted July 3, 2023 Author Posted July 3, 2023 Thanks for the response, but from what I can see the 4C and 4C+ have almost the same configuration https://github.com/armbian/build/blob/main/config/boards/rockpi-4c.conf https://github.com/armbian/build/blob/main/config/boards/rockpi-4cplus.csc Why does one get a bookworm distro and not the other one? While I guess I could use the framework to build my self one I would prefer if I could download one from https://fi.mirror.armbian.de/dl/rockpi-4cplus/archive/ what settings need's to be changed for a build to go to the download page? 0 Quote
Werner Posted July 4, 2023 Posted July 4, 2023 12 hours ago, Peter Andersson said: Why does one get a bookworm distro and not the other one? My guess is because nobody added this combination as a target. We already provide a lot of images per board which eats up tons of ressources (which cost money btw.). With the provided build framework it is very easy for users to create their own combinations of board and userspace as needed. 0 Quote
Peter Andersson Posted July 4, 2023 Author Posted July 4, 2023 Thanks Werner I ended up building it my self, and it seems to work, is there any place i can create a pull request so that it is included in future builds of armbian? I failed to find where the build target configuration is stored. 0 Quote
Werner Posted July 5, 2023 Posted July 5, 2023 should be here: https://github.com/armbian/os/blob/main/targets/default.conf 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.