From ec34878cf8bf8bdf88f8c7cfe2b071927f7c3d38 Mon Sep 17 00:00:00 2001 From: Ayush Date: Sun, 4 May 2025 17:57:08 +0530 Subject: [PATCH] config: boards: pocketbeagle2: Use extlinux (#8130) Changes to align with standard beagle images. - extlinux.conf is much more flexible than uEnv.txt, specially when having multiple kernel for development - menu entries are valuable for recovery - typical beagleboard Debian images have been using extlinux.conf for a while. Signed-off-by: Ayush Singh Co-authored-by: Andrei Aldea <7153954+Grippy98@users.noreply.github.com> --- config/boards/pocketbeagle2.csc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/boards/pocketbeagle2.csc b/config/boards/pocketbeagle2.csc index d39c51547..89cec36df 100644 --- a/config/boards/pocketbeagle2.csc +++ b/config/boards/pocketbeagle2.csc @@ -5,7 +5,6 @@ BOARDFAMILY="k3" BOARD_MAINTAINER="Grippy98" BOOTCONFIG="am6232_pocketbeagle2_a53_defconfig" BOOTFS_TYPE="fat" -BOOT_FDT_FILE="k3-am6232-pocketbeagle2.dts" TIBOOT3_BOOTCONFIG="am6232_pocketbeagle2_r5_defconfig" TIBOOT3_FILE="tiboot3-am62x-hs-fs-evm.bin" DEFAULT_CONSOLE="serial" @@ -13,6 +12,9 @@ KERNEL_TARGET="edge" KERNEL_TEST_TARGET="edge" SERIALCON="ttyS2" ATF_BOARD="lite" +SRC_EXTLINUX="yes" +SRC_CMDLINE="console=ttyS2,115200n8" +BOOT_FDT_FILE="ti/k3-am6232-pocketbeagle2.dtb" #Until PB2 goes upstream, use this branch function post_family_config_branch_edge__pocketbeagle2_use_beagle_kernel_uboot() {