From 6caf20d5471523362093b09b214f3020eaa804fd Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 28 Feb 2026 19:35:54 +0100 Subject: T8120: define per architecture serial interface for Linux Kernel x86_64 and arm64 both use a different serial interface during Linux Kernel boot. Define either ttyS0 or ttyAMA0 per CPU architecture. This could be further overwritten by individual flavors. --- data/architectures/amd64.toml | 2 ++ data/architectures/arm64.toml | 1 + 2 files changed, 3 insertions(+) (limited to 'data/architectures') diff --git a/data/architectures/amd64.toml b/data/architectures/amd64.toml index aeea8ffe..784d77ad 100644 --- a/data/architectures/amd64.toml +++ b/data/architectures/amd64.toml @@ -11,3 +11,5 @@ packages = [ "intel-microcode", "amd64-microcode" ] + +serial_interface = "ttyS0,115200" \ No newline at end of file diff --git a/data/architectures/arm64.toml b/data/architectures/arm64.toml index 07de5225..415f54b8 100644 --- a/data/architectures/arm64.toml +++ b/data/architectures/arm64.toml @@ -4,3 +4,4 @@ packages = [ ] bootloaders = "grub-efi" squashfs_compression_type = "xz -b 256k -always-use-fragments -no-recovery" +serial_interface = "ttyAMA0,115200" -- cgit v1.2.3