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

add new board orangepi5 max #7262

Merged
merged 2 commits into from
Sep 17, 2024
Merged

add new board orangepi5 max #7262

merged 2 commits into from
Sep 17, 2024

Conversation

amazingfate
Copy link
Contributor

Description

Board info: http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5-Max.html
Devicetree of vendor kernel is already merged to linux-rockchip: armbian/linux-rockchip#240
Opi5max has a sdio wifi ap6611s, which need bcmdhd kernel driver, but we have already compiled it as pcie interface, and it is hard to both have sdio and pcie in vendor kernel, so I add an extension to install bcmdhd sdio driver as dkms deb package: https://github.com/armbian/bcmdhd-dkms

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • ./compile.sh BOARD=orangepi5-max BRANCH=vendor BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=noble KERNEL_GIT=shallow BUILD_DESKTOP=yes DESKTOP_APPGROUPS_SELECTED= DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base ENABLE_EXTENSIONS="mesa-vpu"
  • Tested gnome desktop with panthor driver, wifi works

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
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@github-actions github-actions bot added size/large PR with 250 lines or more Hardware Hardware related like kernel, U-Boot, ... Framework Framework components Patches Patches related to kernel, U-Boot, ... labels Sep 16, 2024
@amazingfate
Copy link
Contributor Author

Add systemd service ap6611s-bluetooth to enable bt. Now bluetooth is working.

@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 11 Milestone: Fourth quarter release labels Sep 17, 2024
@igorpecovnik igorpecovnik merged commit b38e4b2 into armbian:main Sep 17, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 Milestone: Fourth quarter release Framework Framework components Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... Ready to merge Reviewed, tested and ready for merge size/large PR with 250 lines or more
Development

Successfully merging this pull request may close these issues.

2 participants