Skip to content

Commit

Permalink
Fix Kernel to K3-Beagle for non-upstream boards
Browse files Browse the repository at this point in the history
  • Loading branch information
Grippy98 authored and igorpecovnik committed Mar 8, 2025
1 parent df4d22c commit f64b9f1
Show file tree
Hide file tree
Showing 2 changed files with 893 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/pocketbeagle2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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.9-ti-arm64-r21"
declare -g LINUXFAMILY="k3-pb2" # Separate kernel package from the regular `k3` family
declare -g KERNELBRANCH="branch:v6.12.13-ti-arm64-r24"
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"
Expand Down
Loading

0 comments on commit f64b9f1

Please sign in to comment.