|
2 | 2 |
|
3 | 3 | 
|
4 | 4 |
|
5 |
| -If you dont have access to or dont want to use a keyboard, mouse and screen with your PI, you can use these scripts to get your PI to automatically boot with WIFI support and SSH turned on and access everything remotely via SSH. |
| 5 | +If you dont have access to or dont want to use a keyboard, mouse and screen with your PI, you can use these scripts to get your PI to automatically boot with WIFI or USB Netowrk support and enable SSH, then you can access everything remotely via SSH. |
6 | 6 |
|
7 |
| -There are of course many ways to access your PI, this is a headless and remote way of doing it via wireless and provided here purely for convenience. |
| 7 | +There are of course many ways to access your PI, this is a headless and remote way of doing it via wireless/USB Network and info provided here are purely for convenience. |
8 | 8 |
|
9 |
| -## Setup WIFI and SSH Access. |
| 9 | + |
10 | 10 |
|
11 |
| -### Simply insert the PI's SD card into your computer and place these files in the 'boot' partition. |
| 11 | +- All files mentioned below must be copied to and edited in the `boot` partition on the SD card. |
| 12 | +- Insert the PI's SD card into your computer and EDIT/COPY these files in the 'boot' partition. |
12 | 13 |
|
13 |
| - |
| 14 | +# OPTION A - Setup WIFI (Wireless Access) |
| 15 | + |
| 16 | +You can setup the PI to join your wirelesss network and then access it via wireless. |
| 17 | + |
| 18 | +- Copy the `wpa_supplicant.conf` to the boto partition |
| 19 | +- Edit this file and fill in your WIFI SSID and Password to automatically connect to WIFI on boot. |
| 20 | +- NOTE: This file will be automatically applied and removed by the PI system after startup. |
| 21 | +- IF this does not work, try the Wired Access below.. |
14 | 22 |
|
15 |
| -`ssh` - This will enable SSH when the PI boots. |
| 23 | +# OPTION B - Setup USB Network Adapter (Wired Access) |
16 | 24 |
|
17 |
| -`wpa_supplicant.conf` - Edit this file and fill in your WIFI SSID and Password to automatically connect to WIFI on boot. |
| 25 | +If you dont have WIFI access to the PI or struggle to get it working, you can also enable the PI to become a USB Network adapter and then access it directly that way. |
18 | 26 |
|
19 |
| -## Connecting to the PI using SSH |
| 27 | +- Edit the `config.txt` file and place this line at the bottom of the file: `dtoverlay=dwc2` |
| 28 | +- Edit the `cmdline.txt` file and place this text at the end of the first line: `modules-load=dwc2,g_ether` |
| 29 | +- Plug the USB into you computer and you will now have a USB Network adapter show up |
20 | 30 |
|
21 |
| -After the PI boost up with the above files on the SD card, it will automatically move the network config file onto the file system and connect to WIFI, it wil allso remove the ssh file automatically and enable SSH. |
| 31 | +# Connecting via SSH (Wireless OR Wired) |
| 32 | + |
| 33 | +## Enable SSH |
| 34 | +- Copy the `ssh` file to the boot partition as well to enable SSH |
| 35 | +- This will enable SSH access to the PI |
| 36 | +- NOTE: This file will be automatically applied and removed by the PI system after startup. |
| 37 | + |
| 38 | +## Connecting via SSH |
22 | 39 |
|
23 | 40 | - For a default or new PI setup, use any SSH tool and connect to `raspberrypi.local` with user `pi` and password `raspberry`
|
24 | 41 | - If the MDNS name doesnt resolve, you might need to find your IP Address instead. Use Google for more details on that :)
|
25 | 42 | - NOTE: It might take 5min for the initial load, wifi setup and mdns registration.. be patient..
|
26 | 43 |
|
27 |
| - |
28 |
| -### You should now be able to access your PI remotely via SSH and run the Xenium Flash tools |
| 44 | +### You should now be able to access your PI remotely via SSH and run the Xenium Flash tools |
0 commit comments