mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
boards: pocketbeagle2: Update kernel and u-boot
- Contains fixes for the boot failure issue due to a broken driver. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user