Skip to content

Commit ec34878

Browse files
Ayush1325Grippy98
andauthored
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 <ayush@beagleboard.org> Co-authored-by: Andrei Aldea <7153954+Grippy98@users.noreply.github.com>
1 parent 723d5f0 commit ec34878

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/boards/pocketbeagle2.csc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ BOARDFAMILY="k3"
55
BOARD_MAINTAINER="Grippy98"
66
BOOTCONFIG="am6232_pocketbeagle2_a53_defconfig"
77
BOOTFS_TYPE="fat"
8-
BOOT_FDT_FILE="k3-am6232-pocketbeagle2.dts"
98
TIBOOT3_BOOTCONFIG="am6232_pocketbeagle2_r5_defconfig"
109
TIBOOT3_FILE="tiboot3-am62x-hs-fs-evm.bin"
1110
DEFAULT_CONSOLE="serial"
1211
KERNEL_TARGET="edge"
1312
KERNEL_TEST_TARGET="edge"
1413
SERIALCON="ttyS2"
1514
ATF_BOARD="lite"
15+
SRC_EXTLINUX="yes"
16+
SRC_CMDLINE="console=ttyS2,115200n8"
17+
BOOT_FDT_FILE="ti/k3-am6232-pocketbeagle2.dtb"
1618

1719
#Until PB2 goes upstream, use this branch
1820
function post_family_config_branch_edge__pocketbeagle2_use_beagle_kernel_uboot() {

0 commit comments

Comments
 (0)