Skip to content

Commit 1c1ad38

Browse files
committed
beaglebadge: drop vendor-edge u-boot target (not in ti-u-boot-2026.01)
The uboot-beaglebadge-vendor-edge artifact fails to configure: cc1: fatal error: configs/am62lx_badge_defconfig: No such file or directory Failed to configure u-boot 2026.01 am62lx_badge_defconfig vendor-edge builds u-boot from TI's ti-u-boot-2026.01 branch, which does not yet carry the AM62L BeagleBadge port. The defconfig + k3-am62l3-badge DTS DO exist in the vendor/vendor-rt tree (TI SDK tag 12.00.00.07) and on ti-u-boot-2025.01, so those targets build fine — only vendor-edge is broken. KERNEL_TEST_TARGET stays "vendor". Re-add vendor-edge once TI forward-ports BeagleBadge to ti-u-boot-2026.01. Signed-off-by: Igor Pecovnik <igor@armbian.com>
1 parent 522c961 commit 1c1ad38

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

config/boards/beaglebadge.conf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ BOOTFS_TYPE="fat"
1111
BOOT_FDT_FILE="ti/k3-am62l3-badge.dts"
1212
TIBOOT3_FILE="tiboot3.bin"
1313
DEFAULT_CONSOLE="serial"
14-
KERNEL_TARGET="vendor,vendor-rt,vendor-edge"
14+
# vendor-edge dropped: it builds u-boot from ti-u-boot branch ti-u-boot-2026.01,
15+
# which does not yet carry the AM62L BeagleBadge port (am62lx_badge_defconfig +
16+
# k3-am62l3-badge DTS) — the uboot artifact fails to configure. Those files DO
17+
# exist in the vendor/vendor-rt tree (TI SDK tag 12.00.00.07); re-add vendor-edge
18+
# once TI forward-ports BeagleBadge to ti-u-boot-2026.01.
19+
KERNEL_TARGET="vendor,vendor-rt"
1520
KERNEL_TEST_TARGET="vendor"
1621
SERIALCON="ttyS2"
1722
ATF_PLAT="k3low"

0 commit comments

Comments
 (0)