From 505b1745f6ca6f65383ab7b7879dc85269101327 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 26 Aug 2025 21:55:08 -0500 Subject: [PATCH] configs/qemu: Enable debug shell on ttyAMA0 We set the default kernel command-line arguments to tell systemd to spawn a debug shell on the serial console, instead of the default getty. This will allow tests to run commands directly on the console, without any authentication, etc. --- configs/aimeeos_qemu_aarch64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/aimeeos_qemu_aarch64_defconfig b/configs/aimeeos_qemu_aarch64_defconfig index 096f786..29c8a3a 100644 --- a/configs/aimeeos_qemu_aarch64_defconfig +++ b/configs/aimeeos_qemu_aarch64_defconfig @@ -12,4 +12,5 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y # BR2_PACKAGE_BUSYBOX is not set # BR2_TARGET_ROOTFS_TAR is not set AIMEEOS=y +AIMEEOS_DEFAULT_ROOTFLAGS="systemd.mask=serial-getty@ttyAMA0 systemd.debug_shell systemd.default_debug_tty=ttyAMA0" BR2_TARGET_GRUB2_BUILTIN_MODULES_EFI="boot configfile echo efi_gop fat gzio linux loadenv minicmd normal part_gpt probe regexp squash4 terminfo test zstd"