Skip to content

Commit c183721

Browse files
author
kooscode
committed
added omega2+ pinouts
1 parent 8fc8167 commit c183721

9 files changed

+38
-21
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,28 @@ https://Onion.io/store/omega2p
4444
- The JTAG and FLASH pins are configurable by editing the `XeniumDefines.h` file
4545
- If you edited the `XeniumDefines.h` file, make sure to run `./install` again
4646

47+
--------------
4748
## [ RASPBERRY PI ]
48-
![bitbus-pinout](images/bitbus-pinout.png) ![jtag-pinout](images/jtag-pinout.png)
4949

50-
![jtag-pinout](images/connections.png)
50+
![jtag-pinout](images/connections-pi.png)
5151

52-
## [ ONION OMEGA2+ ]
53-
54-
### [ IMAGES COMING SOON ]
55-
56-
The Onion Omega2+ Pinouts are in the `XeniumDefines.h` file.. I'll add images soon..
52+
![bitbus-pinout](images/pinout-pi.png)
5753

58-
59-
-------------
60-
## PC BOARD
54+
### PC BOARD
6155

6256
Huge thanks to James Bolding for the Eagle PCB hardware design. He made a kick-ass Schematic and PCB that you can make for the Raspberry PI Zero based programmer!
6357

6458
- You can use the FREE Eagle PCB to load this up or just use the gerber files to have the PCB made at OSH Park!
6559

6660
![RPI PXB](hardware/RaspberryPIZero/images/rpi-top-scaled.png)
6761

62+
--------------
63+
## [ ONION OMEGA2+ ]
64+
65+
![jtag-pinout](images/connections-omega.png)
66+
67+
![bitbus-pinout](images/pinout-omega.png)
68+
6869
-------------
6970
## CREDITS
7071

images/bitbus-pinout.png

-24.5 KB
Binary file not shown.

images/connections-omega.png

1.5 MB
Loading
File renamed without changes.

images/jtag-bitbus.png

-32.6 KB
Binary file not shown.

images/jtag-pinout.png

-12.7 KB
Binary file not shown.

images/pinout-omega.png

34.8 KB
Loading

images/pinout-pi.png

36 KB
Loading

pi-remote-access/README.md

+27-11
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,43 @@
22

33
![boot-partition](../images/pi-wifi.png)
44

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.
66

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.
88

9-
## Setup WIFI and SSH Access.
9+
![boot-partition](../images/boot.png)
1010

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.
1213

13-
![boot-partition](../images/boot.png)
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..
1422

15-
`ssh` - This will enable SSH when the PI boots.
23+
# OPTION B - Setup USB Network Adapter (Wired Access)
1624

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.
1826

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
2030

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
2239

2340
- For a default or new PI setup, use any SSH tool and connect to `raspberrypi.local` with user `pi` and password `raspberry`
2441
- If the MDNS name doesnt resolve, you might need to find your IP Address instead. Use Google for more details on that :)
2542
- NOTE: It might take 5min for the initial load, wifi setup and mdns registration.. be patient..
2643

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

Comments
 (0)