-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
WIP: Add Board: Ariaboard Photonicat 2 #8665
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
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal). Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Hey @HackingGate! 👋Thanks for submitting your first pull request to the Armbian project — we're excited to have you contributing! 🧡 If you'd like to stay informed about project updates or collaborate more closely with the team, Also, don’t forget to ⭐ star the repo if you haven’t already — and welcome aboard! 🚀 |
afaik rk35xx is only relevant for vendor kernel. current and edge were merged into rockchip64 family already. You should try to get it into there. Otherwise confusion will increase. rockchip64_common is inherent from rk35xx. |
af727fd
to
1bc5157
Compare
@@ -0,0 +1,7779 @@ | |||
# | |||
# Automatically generated file; DO NOT EDIT. | |||
# Linux/arm64 6.12.28 Kernel Configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linux 6.12 defgconfig for uboot? is this correct?
@@ -0,0 +1,14 @@ | |||
# Rockchip RK3576 SoC octa core 4-16GB LPDDR5 RAM SoC 2x GbE eMMC USB3 HDMI WIFI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A standard support board (.conf file extension) must have a known board maintainer. Otherwise it must use file ending .csc (community supported).
Description
Add Board: Ariaboard Photonicat 2
SoC: RK3576
I couldn't find the board's spec from the board's vendor Ariaboards' resource sites. The closest one is from the product's vendor:
https://photonicat.com/wiki/Main_Page
Device support are referenced from:
https://github.com/photonicat/rockchip_rk3576_linux_mainline/tree/e093bde29cffcdc4af4b6b5c0052ffd1d90e273c
Documentation summary for feature / change
How Has This Been Tested?
Armbian-unofficial_25.11.0-trunk_Photonicat2_trixie_edge_6.16.9_gnome_desktop.img
on Photonicat2Checklist:
Please delete options that are not relevant.