config: boards: pocketbeagle2: Update kernel and u-boot

- Minor kernel bump.
- u-boot contains fixes for SD Card support

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
This commit is contained in:
Ayush Singh 2025-07-10 11:12:58 +05:30 committed by leggewie
parent 58940b38e2
commit 996e934d2e
1 changed files with 4 additions and 4 deletions

View File

@ -23,11 +23,11 @@ function post_family_config_branch_current__pocketbeagle2_use_beagle_kernel_uboo
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-r42"
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.04-pocketbeagle2"
declare -g BOOTBRANCH="branch:v2025.07-am6232-pocketbeagle2"
}
#Until PB2 goes upstream, use this branch
@ -36,9 +36,9 @@ function post_family_config_branch_edge__pocketbeagle2_use_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-r42"
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.04-pocketbeagle2"
declare -g BOOTBRANCH="branch:v2025.07-am6232-pocketbeagle2"
}