Revert unnecessary usb->USB changes.

This commit is contained in:
cimryan
2018-10-18 18:35:51 -07:00
parent c1b2d33546
commit 7dfee7900e

View File

@@ -1,7 +1,7 @@
# teslaUSB # teslausb
## Meta ## 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/) 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.
@@ -160,16 +160,16 @@ Now that you have Wifi up and running, it's time to set up the USB Storage and s
``` ```
1. Run these commands: 1. Run these commands:
``` ```
wget https://raw.githubusercontent.com/cimryan/teslaUSB/master/windows_archive/setup-teslaUSB wget https://raw.githubusercontent.com/cimryan/teslausb/master/windows_archive/setup-teslausb
chmod +x setup-teslaUSB chmod +x setup-teslausb
./setup-teslaUSB ./setup-teslausb
``` ```
1. Run this command: 1. Run this command:
``` ```
reboot reboot
``` ```
After reboot, the Pi hostname will become `teslaUSB`, so future `ssh` sessions will be `ssh pi@teslaUSB.local`. After reboot, the Pi hostname will become `teslausb`, so future `ssh` sessions will be `ssh pi@teslausb.local`.
### Get the Pi set up for your Tesla. ### Get the Pi set up for your Tesla.
If you set up the Pi with a keyboard and a monitor disconnect it and connect it to a PC. If you're using a cable be sure to use the port labeled "USB" on the circuitboard. If you set up the Pi with a keyboard and a monitor disconnect it and connect it to a PC. If you're using a cable be sure to use the port labeled "USB" on the circuitboard.
@@ -187,7 +187,7 @@ The setup process configures the Pi with read-only file systems for the operatin
To make changes to the system partitions: To make changes to the system partitions:
``` ```
ssh pi@teslaUSB. ssh pi@teslausb.
sudo -i sudo -i
mount / -o remount,rw mount / -o remount,rw
mount /boot -o remount,rw mount /boot -o remount,rw