-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Q: Is there an easy way to just build an image for teres without all the armbian bits that is mergable? #7205
Comments
Jira ticket: AR-2486 |
Start taking hardware maintenance more seriously? You simply need to invest more time, you need to understand why its broken, "weird things" is not an answer to this. Either you don't know, or you don't have motivation / interest to deal with this. Which is all legit in best effort support case. If you take this responsibility, it is yours. Features are more important then fully blob-less experience. This is nice to have, a luxury. We provide open source drivers if this is possible and if provided features are on pair with closed ones. Open source is a lot more expensive, while in both cases, users care & contribute the same. |
There are issues with running on NixOS that i don't want to get into and tried to report them, i consider it won't fix as fixing that seems more effort than reasonable and developing armbian in a debian box since that's what the automation is expecting.
That doesn't seem to no longer apply to the A64 chip, it used to be the case until the clocks were refactored and now it's rather the opposite as sunxi currently focuses on new chips where some contributions might interfiere with A64 which is outside of my control as the QA is handled by other developer for the chip there and i would have been a 3rd wheel there.
meant to aid development on other distros to figure out if the power management is broken in the OS or in the firmware as it would help the other maintainers (as requested from them where currently i just send out built binaries from my nix) to have quick reference for it that can be noted in the sunxi wiki.
I know why exactly it's broken, but trying to simplify it to not overcomplicate the issue.
Reminder that i maintain all mainstream distros for the device (minus anything redhat touches), my development is oriented for mainline to make it resource efficient for it to work on all these distros and i coordinate it with other kernel devs so that we don't need downstream patches + FreeBSD FWIW: Additionally i was gifted OlinuXino-A20-LIME2 yesterday that i work on being able to maintain in armbian. |
Our aim is to provide build system and ready to run Debian like OS which one can recreate with their changes. Official supported host is Ubuntu Jammy, not even on Noble everything works (yet). This is already complex enough (somewhere line has to be made) and already exceeds what we are able to accomplish. You can open tickets if you will deal with them properly. I will not deal with them. Not that I would not want, I need to stay sane. Supporting problems is very limited and this won't be changed without someone investing millions :) to hire help. Which we both know it won't happen.
This chip is 1st 64b from Allwinner. It is already considered as a retro hardware.
QA doesn't help if you don't have resources to fix problems QA finds. Look on forums. Many troubles are reported, some are addressed most not, some never will. All we can do is trying our best. This is sad reality of such projects.
Yes, that is true, most people are focused to more recent hardware. We have little to fight this.
Supporting other distros while we struggle to support ours? And most of other distros doesn't help. They are not like you. You try, most don't even think to. Shipping our work is a lot cheaper then dealing with problems and again there is nothing we can do.
This is exactly what Armbian does. Framework might went over this simplicity, but to keep it simple, to not allow to eat us = work.
Make sure to not shuffle that burden to Armbian. This is already happening at too big extend. |
Task description
Point is that armbian always does bunch of weird things that break teres and it's really flustrating to always going on a wild geese chase figuring out what broke it this time.
Ideally i just want the armbian framework to build the teres image as:
* with the exception of wifi unless we do the linux-libre hack to make the wireless to run without the blob, but that's kinda difficult to perform reliably.
As it doesn't really make sense from a development point of view and only wastes time for something that shouldn't be done in the first place.. i currently put together a very hacked up way to handle request from #7099 and making that into something that can be merged seems like a nightmare rn with teres users just using the images from debian and having no issues there (there are minor issues that i work on for kernel 6.11, but that's besides the point rn) .
The text was updated successfully, but these errors were encountered: