File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,15 @@ You can copy this onto your *SD Card* into the ***odroid/firmware*** folder
126
126
./ota
127
127
```
128
128
129
+ ### OTA
130
+ > Flash directly to ESP32
131
+
132
+ This is the easiest option, simple follow the onscreen prompts!
133
+
134
+ ```
135
+ ./ota
136
+ ```
137
+
129
138
### Erase
130
139
> Erase flash and storage from ESP32
131
140
@@ -152,14 +161,16 @@ You can copy this onto your *SD Card* into the ***odroid/firmware*** folder
152
161
Finally a new launcher for your Odroid-Go
153
162
154
163
```
155
- make menuconfig inside Launchers/retro-esp32
164
+ cd Launchers/retro-esp32
165
+ make menuconfig
156
166
```
157
167
158
- 1 . Select ``` LCD Screen Driver ``` ![ LCD Screen Driver ] ( Assets/menuconfig.png )
168
+ 1 . Select ``` Restro ESP32 Configuration ``` ![ Restro ESP32 Configuration ] ( Assets/menuconfig.png )
159
169
160
- 2 . Select your display type ![ LCD Driver Chip] ( Assets/driver.png )
161
- - [x] Odroid Go Default (ILI9341) [ 2.4"] *** default***
162
- - [ ] Retro ESP32 (ILI9342) [ 2.6"]
170
+ 2 . Select your options![ Options] ( Assets/driver.png )
171
+ * * Select* ** LCD Driver Chip**
172
+ * * Select* ** MENU Key Options**
173
+ * * Select* ** In Game Menu**
163
174
164
175
3 . Run ``` ./ota ``` (see above)
165
176
You can’t perform that action at this time.
0 commit comments