OneStepSetup

This commit is contained in:
cimryan
2018-10-29 18:53:47 -07:00
parent dfd2a61785
commit b34f362ef4
3 changed files with 10 additions and 9 deletions

View File

@@ -32,13 +32,13 @@ Required:
* A USB A Add-on Board if you want to plug your Pi into your Tesla like a USB drive instead of using a cable. [Amazon](https://www.amazon.com/gp/product/B07BK2BR6C/) * A USB A Add-on Board if you want to plug your Pi into your Tesla like a USB drive instead of using a cable. [Amazon](https://www.amazon.com/gp/product/B07BK2BR6C/)
Optional: Optional:
* A case. Don't want unprotected circuits hanging about! Official case at [Adafruit](https://www.adafruit.com/product/2885) or [Amazon](https://www.amazon.com/gp/product/B06Y593MHV). There are many others to choose from. Note that the official case won't work with the USB A Add on board. * A case. The "Official" case: [Adafruit](https://www.adafruit.com/product/2885) or [Amazon](https://www.amazon.com/gp/product/B06Y593MHV). There are many others to choose from. Note that the official case won't work with the USB A Add on board.
* USB Splitter if you don't want to lose a front USB port. [The Onvian Splitter](https://www.amazon.com/gp/product/B01KX4TKH6) has been reported working by multiple people on reddit. * USB Splitter if you don't want to lose a front USB port. [The Onvian Splitter](https://www.amazon.com/gp/product/B01KX4TKH6) has been reported working by multiple people on reddit.
### Software ### Software
Download [Raspbian Stretch Lite](https://www.raspberrypi.org/downloads/raspbian/) Download: [Raspbian Stretch Lite](https://www.raspberrypi.org/downloads/raspbian/)
Download and install:
* [Etcher](http://etcher.io) Download and install: [Etcher](http://etcher.io)
## Set up the Raspberry Pi ## Set up the Raspberry Pi
There are four phases to setting up the Pi: There are four phases to setting up the Pi:
@@ -47,6 +47,10 @@ There are four phases to setting up the Pi:
1. Set up the archive for dashcam clips. 1. Set up the archive for dashcam clips.
1. Set up the USB storage functionality. 1. Set up the USB storage functionality.
There is a streamlined process for setting up the Pi which can currently be used if you plan to use Windows file shares, MacOS Sharing, or Samba on Linux for your video archive. [Instructions](doc/OneStepSetup.md).
If you'd like to host the archive using another technology or would like to set the Pi up, yourself, continue these instructions.
### Get the OS onto the MicroSD card ### Get the OS onto the MicroSD card
[These instructions](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) tell you how to get Raspbian onto your MicroSD card. Basically: [These instructions](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) tell you how to get Raspbian onto your MicroSD card. Basically:
1. Connect your SD card to your computer. 1. Connect your SD card to your computer.

View File

@@ -1,7 +1,6 @@
# Flashable image to get started more quickly # One-step setup
# This is a WORK IN PROGRESS, SHOULD CURRENTLY BE WORKING.
This is a streamlined process for setting up the Pi. You'll flash a preconfigured version of Raspbian Stretch Lite and then fill out a config file.
## Notes ## Notes
@@ -97,8 +96,6 @@ At this point the next boot should start the Dashcam/music drives like normal. I
For now the image creation work is at: For now the image creation work is at:
* Modified pi-gen [rtgoodwin's fork of pi-gen](https://github.com/rtgoodwin/pi-gen) in (whatever current branch I'm working at the time). * Modified pi-gen [rtgoodwin's fork of pi-gen](https://github.com/rtgoodwin/pi-gen) in (whatever current branch I'm working at the time).
* `headless-patch` branch of rtgoodwin fork [https://github.com/rtgoodwin/teslausb/tree/headless-patch/headless-scripts](https://github.com/rtgoodwin/teslausb/tree/headless-patch/headless-scripts)
### Image refinement TODOs ### Image refinement TODOs
1. ~~Patch the hostname to teslausb~~ 1. ~~Patch the hostname to teslausb~~