-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Beagle kernel config #8913
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
Merged
Merged
Beagle kernel config #8913
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
873ee8b
pocketbeagle2: Remove edge branch
glneo 2a94e7d
pocketbeagle2: Update current(-rt) kernel branch
glneo 8214bf4
beagley-ai: Switch current branch to 6.12 Beagle kernel
glneo b10d11f
k3: Use CORESDK_TAG for setting ATFBRANCH
glneo b5ac5f3
k3: Factor out all K3 common configuration into k3_common.inc
glneo b9ac483
k3-beagle: Add config for BeagleBoard.org Linux and U-Boot
glneo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,52 +1,18 @@ | ||
| #Texas Instruments AM62 dual core 1GB USB2 DDR4 | ||
|
|
||
| BOARD_NAME="PocketBeagle 2" | ||
| BOARDFAMILY="k3" | ||
| BOARDFAMILY="k3-beagle" | ||
| BOARD_MAINTAINER="Grippy98" | ||
| BOOTCONFIG="am6232_pocketbeagle2_a53_defconfig" | ||
| BOOTFS_TYPE="fat" | ||
| TIBOOT3_BOOTCONFIG="am6232_pocketbeagle2_r5_defconfig" | ||
| TIBOOT3_FILE="tiboot3-am62x-hs-fs-evm.bin" | ||
| DEFAULT_CONSOLE="serial" | ||
| KERNEL_TARGET="edge" | ||
| KERNEL_TEST_TARGET="edge" | ||
| KERNEL_TARGET="current,current-rt" | ||
| KERNEL_TEST_TARGET="current" | ||
| SERIALCON="ttyS2,ttyGS0" | ||
| ATF_BOARD="lite" | ||
| SRC_EXTLINUX="yes" | ||
| SRC_CMDLINE="root=/dev/mmcblk1p2 rootwait console=ttyS2,115200n8 console=ttyGS0,115200n8 modules-load=dwc2,g_cdc" | ||
| BOOT_FDT_FILE="ti/k3-am6232-pocketbeagle2.dtb" | ||
| OPTEE_PLATFORM="k3-am62x" | ||
|
|
||
| function current_beagle_kernel_uboot() { | ||
| declare -g KERNELSOURCE="https://github.com/beagleboard/linux" # BeagleBoard kernel | ||
| declare -g KERNEL_MAJOR_MINOR="6.12" | ||
| declare -g KERNELBRANCH="branch:v6.12.24-ti-arm64-r43" | ||
| declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family | ||
|
|
||
| declare -g BOOTSOURCE="https://github.com/beagleboard/u-boot" # BeagleBoard u-boot | ||
| declare -g BOOTBRANCH="branch:v2025.07-am6232-pocketbeagle2" | ||
| } | ||
|
|
||
| #Until PB2 goes upstream, use this branch | ||
| function post_family_config_branch_current__pocketbeagle2_use_beagle_kernel_uboot() { | ||
| display_alert "$BOARD" " beagleboard (current branch) u-boot and kernel overrides for $BOARD / $BRANCH" "info" | ||
| current_beagle_kernel_uboot | ||
| } | ||
|
|
||
| function post_family_config_branch_current-rt__pocketbeagle2_use_beagle_kernel_uboot() { | ||
| display_alert "$BOARD" " beagleboard (current-rt branch) u-boot and kernel overrides for $BOARD / $BRANCH" "info" | ||
| current_beagle_kernel_uboot | ||
| } | ||
|
|
||
| #Until PB2 goes upstream, use this branch | ||
| function post_family_config_branch_edge__pocketbeagle2_use_beagle_kernel_uboot() { | ||
| display_alert "$BOARD" " beagleboard (next branch) u-boot and kernel overrides for $BOARD / $BRANCH" "info" | ||
|
|
||
| declare -g KERNELSOURCE="https://github.com/beagleboard/linux" # BeagleBoard kernel | ||
| declare -g KERNEL_MAJOR_MINOR="6.12" | ||
| declare -g KERNELBRANCH="branch:v6.12.24-ti-arm64-r43" | ||
| declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family | ||
|
|
||
| declare -g BOOTSOURCE="https://github.com/beagleboard/u-boot" # BeagleBoard u-boot | ||
| declare -g BOOTBRANCH="branch:v2025.07-am6232-pocketbeagle2" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
Update PocketBeagle2 targets to
vendorPocketBeagle2 now rides the Beagle vendor kernel; leaving
current/current-rthere keeps publishing misnamed packages. Please align with the vendor naming used in the family file.Based on learnings
📝 Committable suggestion
🤖 Prompt for AI Agents
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.
The Beagle vendor kernel target names are not changed as part of this PR. The name change that was suggested will be made in a follow up PR, so the current names are still correct and do not need changed.
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.
@glneo, understood! I acknowledge your plan to address the vendor kernel naming in a follow-up PR. Keeping the current naming consistent with the family configuration for now makes sense. Thank you for clarifying the scope of this PR.
🧠 Learnings used