configs: x3_t30: add 3 second delay before power off
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 11 Mar 2025 17:39:55 +0000 (19:39 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 11 Mar 2025 17:43:09 +0000 (19:43 +0200)
Introduce a 3-second delay and an informational message during boot to
enhance user experience.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
configs/x3_t30_defconfig

index c8da5b4..2d72a3b 100644 (file)
@@ -21,7 +21,7 @@ CONFIG_AUTOBOOT_KEYED=y
 CONFIG_AUTOBOOT_KEYED_CTRLC=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_OF_SYSTEM_SETUP=y
-CONFIG_BOOTCOMMAND="bootflow scan; poweroff"
+CONFIG_BOOTCOMMAND="bootflow scan; echo 'Boot configuration not found... Power off in 3 sec'; sleep 3; poweroff"
 CONFIG_SYS_PBSIZE=2084
 CONFIG_SPL_FOOTPRINT_LIMIT=y
 CONFIG_SPL_MAX_FOOTPRINT=0x8000