@@ -24,8 +24,6 @@ Retro ESP32 Team
24
24
This branch contains the specific modification for the Odroid Go hardware to use the 320x240 ILI9342 2.6" and 240x320 ILI9341 display
25
25
26
26
- [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
29
27
- [x] ROM Management
30
28
- [x] Config for both ILI9341/2
31
29
@@ -142,12 +140,7 @@ You can copy this onto your *SD Card* into the ***odroid/firmware*** folder
142
140
143
141
### Build and Load OTA
144
142
> 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
151
144
152
145
### OTA
153
146
> Flash directly to ESP32
@@ -158,7 +151,25 @@ This is the easiest option, simple follow the onscreen prompts!
158
151
./ota
159
152
```
160
153
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
+
161
171
### Erase
172
+
162
173
> Erase flash and storage from ESP32
163
174
164
175
```
0 commit comments