mirror of
https://github.com/cimryan/teslausb.git
synced 2026-02-28 20:20:32 +00:00
Move "sudo -i" outside of the sub-windows
This commit is contained in:
11
README.md
11
README.md
@@ -63,6 +63,15 @@ Follow the instructions corresponding to the OS you used to flash the OS onto th
|
||||
|
||||
Whichever instructions you followed above will leave you in a command shell on the Pi. Use this shell for the rest of the steps in these instructions.
|
||||
|
||||
### Become root on the Pi
|
||||
|
||||
First you need to get into a root shell on the Pi:
|
||||
```
|
||||
sudo -i
|
||||
```
|
||||
|
||||
You'll stay in this root shell until you run the "halt" command in the "Set up USB storage functionality" below.
|
||||
|
||||
### Set up the archive for dashcam clips
|
||||
Follow the instructions corresponding to the technology you'd like to use to host the archive for your dashcam clips. You must choose just one of these technologies; don't follow more than one of these sets of instructions:
|
||||
* Windows file share, MacOS Sharing, or Samba on Linux: [Instructions](doc/SetupShare.md).
|
||||
@@ -125,4 +134,4 @@ Then make whatever changes you need to. The next time the system boots the parti
|
||||
## Meta
|
||||
This repo contains steps and scripts originally from [this thread on Reddit]( https://www.reddit.com/r/teslamotors/comments/9m9gyk/build_a_smart_usb_drive_for_your_tesla_dash_cam/)
|
||||
|
||||
Many people in that thread suggested that the scripts be hosted on Github but the author didn't seem interested in making that happen. I've hosted the scripts here with his/her permission.
|
||||
Many people in that thread suggested that the scripts be hosted on Github but the author didn't seem interested in making that happen. I've hosted the scripts here with his/her permission.
|
||||
|
||||
Reference in New Issue
Block a user