From ecc11563fb4892ed215f1d6bb1bb187410e14239 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 4 Jul 2018 11:52:09 -0400 Subject: [PATCH] Instruction --- serial/README.md | 8 ++++++++ stripped-serial.sh => serial/stripped-serial.sh | 0 uncolor => serial/uncolor | 0 3 files changed, 8 insertions(+) create mode 100644 serial/README.md rename stripped-serial.sh => serial/stripped-serial.sh (100%) rename uncolor => serial/uncolor (100%) diff --git a/serial/README.md b/serial/README.md new file mode 100644 index 0000000..0f73bb7 --- /dev/null +++ b/serial/README.md @@ -0,0 +1,8 @@ +Special-purpose serial console (replacement for GNU screen or minicom) for use +with semi-patched coreboot stacks, where serial output is... chaotic. + +Usage: + + # ./stripped-serial.sh /dev/ttyUSB0 + +Instructions for setting up such a coreboot image are included in `serial-and-milk.txt`. diff --git a/stripped-serial.sh b/serial/stripped-serial.sh similarity index 100% rename from stripped-serial.sh rename to serial/stripped-serial.sh diff --git a/uncolor b/serial/uncolor similarity index 100% rename from uncolor rename to serial/uncolor -- 2.25.1