aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormark a. foltz <mfoltz@chromium.org>2019-05-02 14:17:16 -0700
committerCommit Bot <commit-bot@chromium.org>2019-05-02 21:23:43 +0000
commit115345fc83735bde2470d9cd33b9aca92c4b9819 (patch)
tree96170caa36412ee0ad15220e4eb1f9a82c0d5e83 /docs
parent513b5595a8c07d9814db163aaf869d9404413cda (diff)
downloadopenscreen-115345fc83735bde2470d9cd33b9aca92c4b9819.tar.gz
[Open Screen Protocol] Move OSP code to osp/
Also converts some relative target references to absolute references. Still TODO: - Add/update osp/ DEPS - Move demo build rule - Move cddl codegen to osp/tools - Move third_party code around Change-Id: Ifb385f9d45ef7fe6e9c56036d95f75abef6c95ea Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1592041 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by: Max Yakimakha <yakimakha@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/pi.md40
1 files changed, 0 insertions, 40 deletions
diff --git a/docs/pi.md b/docs/pi.md
deleted file mode 100644
index 76b35ea2..00000000
--- a/docs/pi.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# Raspberry Pi
-
-The following instructions apply to
-the
-[Raspberry Pi 2 Model B v1.2](https://www.raspberrypi.org/products/raspberry-pi-2-model-b/).
-Other models may work just fine but YMMV.
-
-## Preparing the Raspberry Pi
-
-You will need:
-
-* 4GB or bigger microSD card
-* USB drive adapter or other way to flash microSD
-* (Optional) 802.11 USB WiFi nano module - [recommended model](https://www.adafruit.com/product/814)
-
-Either of the flash instructions below will make a bootable microSD card.
-
-### Flashing via GUI
-
-1. Download [Raspbian Lite](https://www.raspberrypi.org/downloads/raspbian/)
-2. Download [Etcher](https://etcher.io/) for your OS
-3. Plug in the microSD card
-4. Run Etcher, select the Raspbian zipfile and the microSD card, click Flash
-5. Make a coffee
-
-### Flashing via commandline
-
-TODO: Write a script
-
-### Logging in and configuring WiFi
-
-TODO: Figure this out
-
-## Compiling for Raspberry Pi
-
-[TODO](https://bugs.chromium.org/p/openscreen/issues/detail?id=18)
-
-## Deploying and Running OSP
-
-[TODO](https://bugs.chromium.org/p/openscreen/issues/detail?id=18)