help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to redirect GRUB2 output to a MMIO serial UART?


From: Konstantin Aladyshev
Subject: How to redirect GRUB2 output to a MMIO serial UART?
Date: Tue, 16 Feb 2021 12:35:46 +0300

Is it possible to redirect GRUB2 output to a MMIO serial UART?

For example I have a UART that is displayed in a Linux boot log as:
```
AMDI0020:01: ttyS5 at MMIO 0xfedca000 (irq = 4, base_baud = 3000000) is a 16550A
```

To get kernel boot log, I just add this kernel parameter:
```
console=uart,mmio32,0xfedca000,115200n8
```

But how to redirect GRUB2 output to such kind of UART?

Best regards,
Konstantin Aladyshev



reply via email to

[Prev in Thread] Current Thread [Next in Thread]