From 5697acff83bcee5cf578242f58c38e125903405b Mon Sep 17 00:00:00 2001 From: Filip B P Date: Tue, 9 Apr 2024 17:48:43 +0200 Subject: [PATCH] Initial commit --- README.md | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ip.sh | 55 ++++++++++++++++++++++++ 2 files changed, 179 insertions(+) create mode 100644 README.md create mode 100644 ip.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..82ea937 --- /dev/null +++ b/README.md @@ -0,0 +1,124 @@ +# Steady Companion PI + +## Installation + +1. Flash (Companion PI)[https://user.bitfocus.io/docs/companion-pi] on a SD card + +1. Paste the following to `userconf.txt` on the boot partition + + ``` + pi:$6$QBrcIp1QtqQX2WmL$GTnNhJ1RKazyv81T3dcIGi/aaxQx8szUDDeMjRQkQvSgucMf7VtDlPnfggghhBPDfdaD.qeE7Dy9qaBBx9v9x1 + ip:$6$4SrdjLRwj2lJ9XHR$x4Ro/m.LCuFUdfrwG7CWZUktMk0spvIIWoic2litVMEMWBeqjWJ3t.ZeRCEH5LYS5rWxc3bhKuCs6nVTzR9S7/ + ``` + +1. Insert the SD card and boot the PI + + First time it boots, it should use dhcp. + +1. SSH to the PI and run the following commands + + 1. Set info on login screen + + ```bash + sudo tee /etc/issue > /dev/null < /dev/null <