mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
1.6 KiB
1.6 KiB
Seting up the Pi without a monitor using Windows
- Download and install:
- Watch this video The instructions from the video are recreated below, with some changes.
- Open the config.txt file on the sd card with Notepad++
- Add this line to the end of the file
dtoverlay=dwc2 - Add a blank line to the end of the file.
- Open cmdline.txt with Notepad++
- Find the word "rootwait", add this text, separated by spaces, between rootwait and the word following it:
modules-load=dwc2,g_ether - Create a file named ssh (with no extension) at the root
- Eject the sd card
- Move the sd card to the Pi.
- Connect a micro usb cable to the port labeled "USB" on the Raspberry Pi, and to the PC.
- On the PC, press your Windows key, type Control Panel.
- Open "Network and Sharing Center"
- Click "Change adapter settings"
- Wait for something labeled "USB Ethernet/RNDIS Gadget" to appear.
- Launch Putty
- In the Host Name box enter
pi@raspberrypi.local - If you get an "unknown host" error message install Bonjour: https://support.apple.com/kb/DL999 and go back to step 17.
- Password is raspberry