Initial debrief for Orange Pi One

This commit is contained in:
Josh Mudge 2018-04-14 22:43:08 -06:00
parent ce7addcaf7
commit 8144514baa
1 changed files with 20 additions and 0 deletions

20
Orangepi-One.md Normal file
View File

@ -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.