From 8144514baa4cf89aa06d83e995ca4f460a51374e Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Sat, 14 Apr 2018 22:43:08 -0600 Subject: [PATCH] Initial debrief for Orange Pi One --- Orangepi-One.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Orangepi-One.md diff --git a/Orangepi-One.md b/Orangepi-One.md new file mode 100644 index 0000000..0314066 --- /dev/null +++ b/Orangepi-One.md @@ -0,0 +1,20 @@ +# Initial Setup for the Orange Pi Zero + +## Downloading and burning the image + +Download Debian testing: https://www.armbian.com/orange-pi-one/ + +Download and install Etcher: https://etcher.io/ + +Run it to install the OS on the micro SD card. + +I edited /etc/ssh/sshd_config on the SD card uncommenting this line: +`#Port 22` + +#Logging in + +Make sure you have a working Ethernet cable. (I didn't the first time.) Then login as root: root@IPADDRESS + +The password as of this writing is 1234 and you MUST reset it upon logging in. + +It will prompt you for your current password once and your new password two times.