logoalt Hacker News

treveyesterday at 5:38 PM2 repliesview on HN

This is very interesting, but I'm a little lost. UART is serial. Are they trying to get a serial terminal set up with some chip on this motherboard? Wat does it let them do?


Replies

duskwuffyesterday at 5:48 PM

"X11SSH" is a Supermicro motherboard [1] with a (fairly common) Aspeed BMC implementing IPMI. (It has nothing to do with X11 or SSH - the name is an unfortunate coincidence.) The UART that is being accessed here is a debug UART for the BMC, which also runs Linux.

[1]: https://www.supermicro.com/en/products/motherboard/x11ssh-f

show 2 replies
ethan_smithtoday at 2:18 AM

Accessing the BMC UART gives you console access to the baseboard management controller's operating system (typically Linux-based), allowing for firmware analysis, debugging, and potentially bypassing security restrictions that aren't accessible through the normal management interface.