aboutsummaryrefslogtreecommitdiff
path: root/sys_ctrl/xentest-console
diff options
context:
space:
mode:
Diffstat (limited to 'sys_ctrl/xentest-console')
-rwxr-xr-xsys_ctrl/xentest-console6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys_ctrl/xentest-console b/sys_ctrl/xentest-console
new file mode 100755
index 0000000..f62d972
--- /dev/null
+++ b/sys_ctrl/xentest-console
@@ -0,0 +1,6 @@
+#!/bin/bash
+# SPDX-FileCopyrightText: 2023 Brian Woods
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+uart=$( find_uart "FT232R USB UART" )
+picocom -b 115200 "$uart"