Skip to content

Commit dd7f3fc

Browse files
Thu 10 Oct 2019 13:42:35 EDT - Added SPI instructions
1 parent dbbee97 commit dd7f3fc

File tree

9 files changed

+19
-8
lines changed

9 files changed

+19
-8
lines changed

Assets/SPI/001.jpg

24.4 KB
Loading

Assets/SPI/002.jpg

25.8 KB
Loading

Assets/SPI/003.jpg

26.5 KB
Loading

Assets/SPI/004.jpg

113 KB
Loading

Assets/SPI/005.jpg

113 KB
Loading

Assets/SPI/006.jpg

127 KB
Loading

Assets/SPI/007.jpg

145 KB
Loading

Assets/SPI/008.jpg

88 KB
Loading

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Retro ESP32 Team
2424
This branch contains the specific modification for the Odroid Go hardware to use the 320x240 ILI9342 2.6" and 240x320 ILI9341 display
2525

2626
- [x] Odroid Go - [Firmware](https://github.com/OtherCrashOverride/odroid-go-firmware)
27-
- [x] Odroid Go - [Go Play Emulators](https://github.com/OtherCrashOverride/go-play)
28-
- [x] Launcher based on [GoGo](https://bitbucket.org/odroid_go_stuff/gogo/src/master/) Launcher
2927
- [x] ROM Management
3028
- [x] Config for both ILI9341/2
3129

@@ -142,12 +140,7 @@ You can copy this onto your *SD Card* into the ***odroid/firmware*** folder
142140

143141
### Build and Load OTA
144142
> Follow Onscreen Prompts
145-
> if this is your first time running the executable, answer **Y** to the options
146-
147-
**NOTE:** This will flash your device
148-
```
149-
./ota
150-
```
143+
> if this is your first time running the executable, answer **Y** to the applicable options
151144
152145
### OTA
153146
> Flash directly to ESP32
@@ -158,7 +151,25 @@ This is the easiest option, simple follow the onscreen prompts!
158151
./ota
159152
```
160153

154+
*note:*
155+
156+
You will need to set the SPI ram for the emulators
157+
158+
| Screen Grab | Instructions |
159+
| ---- |---- |
160+
| ![Assets/SPI/001.jpg](Assets/SPI/001.jpg) | Answer **Y** |
161+
| ![Assets/SPI/002.jpg](Assets/SPI/002.jpg) | Answer **N** |
162+
| ![Assets/SPI/003.jpg](Assets/SPI/003.jpg) | Answer **Y** (This is IMPORTANT) |
163+
| ![Assets/SPI/004.jpg](Assets/SPI/004.jpg) | Navigate to ```Component config -->``` |
164+
| ![Assets/SPI/005.jpg](Assets/SPI/005.jpg) | Navigate to ```ESP32-specific -->``` |
165+
| ![Assets/SPI/006.jpg](Assets/SPI/006.jpg) | Navigate to ```SPI RAM config -->``` |
166+
| ![Assets/SPI/007.jpg](Assets/SPI/007.jpg) | Navigate to ```Type of SPI RAM chip in use (some value) -->``` |
167+
| ![Assets/SPI/007.jpg](Assets/SPI/008.jpg) | Select ```Auto-detect``` |
168+
169+
170+
161171
### Erase
172+
162173
> Erase flash and storage from ESP32
163174
164175
```

0 commit comments

Comments
 (0)