diff --git a/config/boards/beagley-ai.conf b/config/boards/beagley-ai.conf index 06de04cebd..2839415cd1 100644 --- a/config/boards/beagley-ai.conf +++ b/config/boards/beagley-ai.conf @@ -22,12 +22,10 @@ function post_family_config_branch_current__beagley_ai_use_beagle_kernel_uboot() display_alert "$BOARD" " Beagleboard 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.6" - declare -g KERNELBRANCH="branch:v6.6.58-ti-arm64-r21" + declare -g KERNEL_MAJOR_MINOR="6.12" + declare -g KERNELBRANCH="branch:v6.12.49-ti-arm64-r56" declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family - declare -g LINUXCONFIG="linux-k3-${BRANCH}" - declare -g BOOTSOURCE="https://github.com/glneo/u-boot" # v2025.04-rc3 + BeagleY-AI support - declare -g BOOTBRANCH="branch:beagley-ai" - declare -g BOOTPATCHDIR="u-boot-beagle" + declare -g BOOTSOURCE="https://github.com/beagleboard/u-boot" # BeagleBoard u-boot + declare -g BOOTBRANCH="branch:v2025.07-am6232-pocketbeagle2" }