-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support fo Orange Pi 5 Max #174
Comments
Just in case the dtb has the av1d turned off by default in this board, opened a support in the git of Orange pi and it has been ignored for months, I fixed mine but could not provide the dtb since I am a noob with this (I am graduating next semester from computer science). |
Hey, Thanks for your interest. Orange Pi have not reached out to support any of their newer hardware, therefore no plans from us. Generally we've accepted board addition pull requests from community, but now I'm reluctant to continue doing so for a few reasons:
I'm soon going do add support for booting generic mainline Linux distros with Device Tree. This will be a hard requirement for new platforms here, because the net goal of this firmware is to make these boards look more like a regular PC capable of booting almost everything you throw at it, as opposed to an embedded device tied to some vendor legacy kernel. Such a compatible Device Tree either has to already exist upstream or somebody (again, preferably the vendor) do the effort to write one and eventually also upstream it so it can be useful beyond this UEFI port. Wrapping up, I'm not going to say "no" if you really want to work on it, as it doesn't look like a bad board (from what I can tell, it's essentially a smaller OPi 5 Plus and has a proper Realtek NIC), but I'm unable to help with this endeavor other than reviewing your final patches. My suggestion is to look at how enablement for other similar devices has been handled and attempt to replicate that. Also, all peripherals currently supported by this firmware and mainline Linux must be confirmed to work, both in UEFI and the OS. Things like M.2 PCIe slots, HDMI output, onboard Wi-Fi, Ethernet, USB, SD/eMMC, RTC, voltage regulators and so on. Of course, each where applicable - Wi-Fi isn't going to work in UEFI but must do in Linux as it has drivers for that. Testing ACPI boot with Windows 11 and latest driver package would also be recommend, but is optional. If nobody's able to validate all of that, then I'm afraid the changes cannot be accepted. The alternative is getting the hardware vendor (Orange Pi) to fund this effort. |
I actually have an Orange Pi 5 Max. Currently used as an NAS, so if I need to make any test, I will be able to try them over there if necessary. I currently have no knowledge about UEFI, and any or all information on the internet is really scarce. So I welcome any advice that you can give me about that. Also I am going to try to achieve this If possible. I am going to try to look for all information and yes, the Orange Pi 5 Max is similar to the Orange Pi 5 plus, basically has almost the same things. Only a few things are not the same. |
I just wrote to the Zhao Steven email provided by orange pi to obtain the proper hardware info and dtb. And for God sake I expect them to answer this time. |
rk3588-orangepi-5-max.zip |
Before starting, thanks for the project, we really need a UEFI for the RK3588, now i want to make a branch for the Orange Pi 5 Max, im a programmer but have no experience with this type of things. I already tried the uefi for the Orange Pi 5 plus since it has similar things but it didn't work (I imagine that is because of the dtb and drivers). As such i want to request support for the Orange Pi 5 Max if possible, if you guys are just to occupied with other projects, I would love some information on where to start so that I can at least attemp to make it my self. I really don't know anything about where to start so I would need a bit of help to know the structure and what to add. Thanks.
The text was updated successfully, but these errors were encountered: