Skip to content
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

support for the Orange Pi 5 Max with kernel 6.13-rc1 #7537

Closed
wants to merge 2 commits into from

Conversation

shenmintao
Copy link

Description

This PR adds support for the Orange Pi 5 Max with kernel 6.13-rc1 to the armbian/build repository. However, the support is currently incomplete, with the following issues:

USB 3.0 ports are not functional.
HDMI 1 only works at 1080p resolution.
HDMI 2 does not work.
WiFi is not working.
Bluetooth is not working.

Documentation summary for feature / change

Short Description: Initial support for Orange Pi 5 Max with kernel 6.13-rc1.
Summary: This PR introduces initial kernel support for the Orange Pi 5 Max on kernel version 6.13-rc1. Known issues include non-functional USB 3.0 ports, partial HDMI functionality, and non-working WiFi and Bluetooth.
Example of Usage: After applying this patch, users will be able to boot and use the Orange Pi 5 Max with kernel 6.13-rc1, although some hardware features (USB 3.0, HDMI, WiFi, Bluetooth) may not be fully operational.

How Has This Been Tested?

Tested on Orange Pi 5 Max with kernel 6.13-rc1.
Verified that the system boots, but with known issues:
USB 3.0 ports are not functioning.
HDMI 1 works at 1080p only.
HDMI 2 does not work.
WiFi is not working.
Bluetooth is not working.

Checklist:

Please delete options that are not relevant.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

@github-actions github-actions bot added size/large PR with 250 lines or more Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... labels Dec 3, 2024
@shenmintao
Copy link
Author

I am unsure whether this pull request should be submitted as it modifies the configuration for the Orange Pi 5 Max, which might cause it to not work with the vendor kernel. If anyone could help improve this pull request, I would greatly appreciate it.

Copy link
Member

@EvilOlaf EvilOlaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break vendor I mostly guess. This shall not happen.
If different settings are necessary for both edge and vendor use functions to set them depending on branch.
If the dts, which now is applied as patch, is complete I suggest to add it directly like these: https://github.com/armbian/build/tree/main/patch/kernel/archive/rockchip64-6.12/dt

Overall it might be worth waiting for general bump of edge to 6.13-rc and then rebase on top if that then

@shenmintao shenmintao closed this Dec 3, 2024
@shenmintao
Copy link
Author

Thank you for your reply. At this stage, since the bcmdhd deb packages generated for 6.12 and 6.13 cannot be installed, it is likely that different settings will be needed. I will close this pull request and wait for the edge to be updated to 6.13-rc1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hardware Hardware related like kernel, U-Boot, ... Needs review Seeking for review Patches Patches related to kernel, U-Boot, ... size/large PR with 250 lines or more
Development

Successfully merging this pull request may close these issues.

2 participants