-
Notifications
You must be signed in to change notification settings - Fork 36
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
Source / Contributing? #2
Comments
You are right.
I plan to develop some scripts to facilitate the publishing of updates. When I have organized it a bit, I will publish all in this repo together with the files of points 4 to 8 so you can reproduce my steps. |
Sounds good. I believe it's possible to directly build OpenDingux Beta images using the buildroot, versus building an update OPK. |
To insert all the pieces in Buildroot would take a long time, at least with my skills. It would be interesting, but I definitely don't have that much time. |
I would also be interested to contribute. @john-parton, do you have a pointer to documentation for how to build od-beta with buildroot? I've found it difficult to find documentation on its build process, too. |
Use a Linux machine or virtual machine for building. (Or WSL if you really want.) Clone this repo: https://github.com/OpenDingux/buildroot Run
it will build everything and output the new OPK. |
@john-parton ah, fair enough. I was hoping to be able to build something that could entirely replace the original image from scratch, rather than something that would have to be applied to it; but if we could get @eduardofilo's changes rolled into an OPK that'd be a win on its own. @eduardofilo if you could provide some more specific detail about your steps, I would be interested to try to help modify the buildroot. The scripts you're already talking about would probably be precisely that. :) |
I've already figured out how I'm going to do the automated build system for the image, but it will take a while to assemble. But it will be with scripts, not with Buildroot. |
Which SimpleMenu opk to choose? SimpleMenu OD or SimpleMenu OD-BETA? |
Thank you for Adam. Found out you released 1.1 and mine is on 1.03. Should I reflash again with this new image? Perhaps you have an opk for a more streamlined update? |
The SimpleMenu installed in Adam is OD-Beta version. |
I have uploaded the scripts that I use to version control the image. Files |
The process would be as follows:
In the
At the end of build and flash scripts, I reinstall RG280V kernel because it is the device that I use to develop, so I don't have to install it manually. Also I remove the file flag to resize the SD card, so the image always have the same 3600MiB size. |
I'll see if I can run the build script on my machine. If I need to make any modifications, I'll submit a pull request. |
Are there instructions on how to build P2? |
I don't understand what you mean, sorry. |
Any updates on how to build an image? I want to build a version of this for the RS90. https://opendingux.net/opendingux/2020/10/04/opendingux-release-20201004.html |
I started the work but I still have a long way to go. |
I can finally consider this issue closed. As of commit f600bfd all the content of the image is inside this repository, so it can be built from source without relying on a previous installation on a microSD. |
Great, @eduardofilo! Thank you for all the hard work! |
How is this image actually built? Is the source available so that I can tweak things or contribute?
Thanks.
The text was updated successfully, but these errors were encountered: