-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 BeagleBoard PocketBeagle 2 (Texas Instruments AM62) #7859
base: main
Are you sure you want to change the base?
Conversation
Will match style for future boards.
Thank you for adding this / looking forward to improve cooperation in the future. Long names of board and kernels stands out. Name of the device is the name, while kernel can easily be codified into something shorter (beagle2, pb2, ...). It will only be in use for this device and hopefully not very long. |
Beagle-edge kernel source will be updated once cleanup happens on Beagle side (soon).
Thanks Igor! Shortened the names to just be PocketBeagle 2 and beagle-edge for Kernel for now. There will be some cleanup done soon on the Beagle side and we'll just lock to one branch of kernel/uboot for all K3 boards, I'll switch sources to that once it happens but should be ok for now. Let me know if this looks good and can be merged or anything else is needed. |
Add support for BeagleBoard PocketBeagle 2 with Linux 6.12 and Beagle Vendor Kernel
Added PB2 Beagle Kernel vendor Target in k3.conf aligned with @glneo but will need to look at better solution in build script for adding vendor kernels in the future.
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.
Checklist:
Please delete options that are not relevant.
My code follows the style guidelines of this pr
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