Skip to content

Commit 996e934

Browse files
Ayush1325leggewie
authored andcommitted
config: boards: pocketbeagle2: Update kernel and u-boot
- Minor kernel bump. - u-boot contains fixes for SD Card support Signed-off-by: Ayush Singh <[email protected]>
1 parent 58940b3 commit 996e934

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/boards/pocketbeagle2.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ function post_family_config_branch_current__pocketbeagle2_use_beagle_kernel_uboo
2323

2424
declare -g KERNELSOURCE="https://github.com/beagleboard/linux" # BeagleBoard kernel
2525
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"
2727
declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family
2828

2929
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"
3131
}
3232

3333
#Until PB2 goes upstream, use this branch
@@ -36,9 +36,9 @@ function post_family_config_branch_edge__pocketbeagle2_use_beagle_kernel_uboot()
3636

3737
declare -g KERNELSOURCE="https://github.com/beagleboard/linux" # BeagleBoard kernel
3838
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"
4040
declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family
4141

4242
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"
4444
}

0 commit comments

Comments
 (0)