From c0ac2574ac9be300aa50c51453c9bde46a5300a8 Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Mon, 9 Jun 2025 18:24:08 +0530 Subject: [PATCH] boards: pocketbeagle2: Update kernel and u-boot - Contains fixes for the boot failure issue due to a broken driver. Signed-off-by: Ayush Singh --- config/boards/pocketbeagle2.eos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/boards/pocketbeagle2.eos b/config/boards/pocketbeagle2.eos index 05a55ab7e..8275407e5 100644 --- a/config/boards/pocketbeagle2.eos +++ b/config/boards/pocketbeagle2.eos @@ -23,9 +23,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.13-ti-arm64-r24" + declare -g KERNELBRANCH="branch:v6.12.24-ti-arm64-r41" 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.01-pocketbeagle2" + declare -g BOOTBRANCH="branch:v2025.04-pocketbeagle2" }