Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Latest commit

 

History

History
66 lines (41 loc) · 1.93 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.93 KB

THIS REPO HAS BEEN ARCHIVED FOR HISTORICAL REFERENCE AND IS NO LONGER MAINTAINED

Version License

What is Ark: IoT Core Image for Raspberry Pi

Ark: IoT Core Image for Raspberry Pi is a Rasbian based distro.
It's used for quick development in various Ark: IoT projects for the Raspberry Pi platform.

Ark: IoT Core Image for Raspberry Pi is a FOSS project, GPL3 compatible and MIT Licensed.


Requirements

  • Raspberry Pi 1/2/3/Zero/ZeroW
  • Class 10/U10 MicroSD-Card
  • Micro-USB Cable
  • Host Computer (Window, Linux, macOS)

Preparation

OTG-Mode

  • See How to OTG for instructions on how to install Raspbian and access your Pi over USB.

preparation Notes:

  • Make sure you are sharing/bridging your internet connection via usb-cable with your RPi.

Using the image file:

1. Download and unzip the ark-iot-core image file.

2. Flash Raspbian (full or Lite) onto the SD card.

  • Etcher.io is an excellent tool for flashing RPi images.

3. Instert your freshly-flashed microSD-card into your Raspberry Pi;
power it up and using SSH

usage notes:

  • Default Username: ark
  • Default Password: arkiot
  • Default Hostname: arkiot.local
  • Example SSH Login: ssh ark@arkiot.local

Welcome Aboard!


ToDo:

  • Make a better todo
  • Documention!