File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ function post_family_config_branch_current__pocketbeagle2_use_beagle_kernel_uboo
23
23
24
24
declare -g KERNELSOURCE="https://github.com/beagleboard/linux" # BeagleBoard kernel
25
25
declare -g KERNEL_MAJOR_MINOR="6.12"
26
- declare -g KERNELBRANCH="branch:v6.12.24-ti-arm64-r42 "
26
+ declare -g KERNELBRANCH="branch:v6.12.24-ti-arm64-r43 "
27
27
declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family
28
28
29
29
declare -g BOOTSOURCE="https://github.com/beagleboard/u-boot" # BeagleBoard u-boot
30
- declare -g BOOTBRANCH="branch:v2025.04 -pocketbeagle2"
30
+ declare -g BOOTBRANCH="branch:v2025.07-am6232 -pocketbeagle2"
31
31
}
32
32
33
33
#Until PB2 goes upstream, use this branch
@@ -36,9 +36,9 @@ function post_family_config_branch_edge__pocketbeagle2_use_beagle_kernel_uboot()
36
36
37
37
declare -g KERNELSOURCE="https://github.com/beagleboard/linux" # BeagleBoard kernel
38
38
declare -g KERNEL_MAJOR_MINOR="6.12"
39
- declare -g KERNELBRANCH="branch:v6.12.24-ti-arm64-r42 "
39
+ declare -g KERNELBRANCH="branch:v6.12.24-ti-arm64-r43 "
40
40
declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family
41
41
42
42
declare -g BOOTSOURCE="https://github.com/beagleboard/u-boot" # BeagleBoard u-boot
43
- declare -g BOOTBRANCH="branch:v2025.04 -pocketbeagle2"
43
+ declare -g BOOTBRANCH="branch:v2025.07-am6232 -pocketbeagle2"
44
44
}
You can’t perform that action at this time.
0 commit comments