From 66c08b7db3e30bd00220004016f2dad90189813f Mon Sep 17 00:00:00 2001 From: Timo Date: Sat, 14 Feb 2026 21:39:35 +0100 Subject: [PATCH] disabled logs on serial, since system boots (for now) --- .../files/am62x_beagleplay_a53_custom_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-devdistro/recipes-bsp/u-boot-ti-staging/files/am62x_beagleplay_a53_custom_defconfig b/layers/meta-devdistro/recipes-bsp/u-boot-ti-staging/files/am62x_beagleplay_a53_custom_defconfig index 5d86f69..ca0c40c 100644 --- a/layers/meta-devdistro/recipes-bsp/u-boot-ti-staging/files/am62x_beagleplay_a53_custom_defconfig +++ b/layers/meta-devdistro/recipes-bsp/u-boot-ti-staging/files/am62x_beagleplay_a53_custom_defconfig @@ -34,7 +34,7 @@ CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n" CONFIG_AUTOBOOT_DELAY_STR="d" CONFIG_AUTOBOOT_STOP_STR=" " -CONFIG_BOOTCOMMAND="run set_led_state_start_load; run envboot; run bootcmd_ti_mmc;run set_led_state_fail_load" +CONFIG_BOOTCOMMAND="run set_led_state_start_load; run envboot; setenv optargs '${optargs} quiet systemd.show_status=true'; run bootcmd_ti_mmc;run set_led_state_fail_load" CONFIG_BOARD_LATE_INIT=y CONFIG_SPL_MAX_SIZE=0x58000 CONFIG_SPL_SYS_REPORT_STACK_F_USAGE=y