Skip to content

Commit 58940b3

Browse files
Ayush1325leggewie
authored andcommitted
config: boards: pocketbeagle2: Add current branch
- The edge branch will soon move to 6.16, so adding the current branch now. - The kernel config is just a copy of edge config since both kernels are the same right now. Signed-off-by: Ayush Singh <[email protected]>
1 parent 9144aaf commit 58940b3

File tree

2 files changed

+968
-0
lines changed

2 files changed

+968
-0
lines changed

config/boards/pocketbeagle2.conf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ SRC_CMDLINE="root=/dev/mmcblk1p2 rootwait console=ttyS2,115200n8 console=ttyGS0,
1717
BOOT_FDT_FILE="ti/k3-am6232-pocketbeagle2.dtb"
1818
OPTEE_PLATFORM="k3-am62x"
1919

20+
#Until PB2 goes upstream, use this branch
21+
function post_family_config_branch_current__pocketbeagle2_use_beagle_kernel_uboot() {
22+
display_alert "$BOARD" " beagleboard (current branch) u-boot and kernel overrides for $BOARD / $BRANCH" "info"
23+
24+
declare -g KERNELSOURCE="https://github.com/beagleboard/linux" # BeagleBoard kernel
25+
declare -g KERNEL_MAJOR_MINOR="6.12"
26+
declare -g KERNELBRANCH="branch:v6.12.24-ti-arm64-r42"
27+
declare -g LINUXFAMILY="k3-beagle" # Separate kernel package from the regular `k3` family
28+
29+
declare -g BOOTSOURCE="https://github.com/beagleboard/u-boot" # BeagleBoard u-boot
30+
declare -g BOOTBRANCH="branch:v2025.04-pocketbeagle2"
31+
}
32+
2033
#Until PB2 goes upstream, use this branch
2134
function post_family_config_branch_edge__pocketbeagle2_use_beagle_kernel_uboot() {
2235
display_alert "$BOARD" " beagleboard (next branch) u-boot and kernel overrides for $BOARD / $BRANCH" "info"

0 commit comments

Comments
 (0)