Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.07 KB

File metadata and controls

44 lines (25 loc) · 1.07 KB

OnTheWall (MirrorMirror2 Module Development)

Test harness and module template for MirrorMirror2 project to aide in building custom modules.

Getting Started on Windows

If you want to be a contributor or easily get updates - Install git

If you just want to download and play

Connection to your Orange Pi (For Hackster Team)

  • Hook up a monitor and a keyboard/mouse
  • Configure your wifi
  • Launch xterm -> Applications > Accessories > XTerm
    • type: sudo su
    • enter your password
    • type: ifconfig
    • Get ip address

SSH to your Orange Pi

  • Windows: download/use putty.exe
  • OSX: command ssh root@ipaddress

Navigate to ~/OnTheWall

  • Pull down updates:
  • git pull

Including Build Scripts for Debian based platforms (raspbian, armbian)

curl -sL https://raw.githubusercontent.com/plangdon/OnTheWall/master/installers/raspberry.sh | bash