Skip to content

Commit f64b9f1

Browse files
Grippy98igorpecovnik
authored andcommitted
Fix Kernel to K3-Beagle for non-upstream boards
1 parent df4d22c commit f64b9f1

File tree

2 files changed

+893
-2
lines changed

2 files changed

+893
-2
lines changed

config/boards/pocketbeagle2.csc

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ function post_family_config_branch_edge__pocketbeagle2_use_beagle_kernel_uboot()
2020

2121
declare -g KERNELSOURCE="https://github.com/beagleboard/linux" # BeagleBoard kernel
2222
declare -g KERNEL_MAJOR_MINOR="6.12"
23-
declare -g KERNELBRANCH="branch:v6.12.9-ti-arm64-r21"
24-
declare -g LINUXFAMILY="k3-pb2" # Separate kernel package from the regular `k3` family
23+
declare -g KERNELBRANCH="branch:v6.12.13-ti-arm64-r24"
24+
declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family
2525

2626
declare -g BOOTSOURCE="https://github.com/beagleboard/u-boot" # BeagleBoard u-boot
2727
declare -g BOOTBRANCH="branch:v2025.01-pocketbeagle2"

0 commit comments

Comments
 (0)