mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user