Skip to content

Commit 4c476c9

Browse files
committed
Thu 25 Jul 2019 14:39:15 EDT - README.md updates
1 parent 6fe081c commit 4c476c9

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ You can copy this onto your *SD Card* into the ***odroid/firmware*** folder
126126
./ota
127127
```
128128

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+
129138
### Erase
130139
> Erase flash and storage from ESP32
131140
@@ -152,14 +161,16 @@ You can copy this onto your *SD Card* into the ***odroid/firmware*** folder
152161
Finally a new launcher for your Odroid-Go
153162

154163
```
155-
make menuconfig inside Launchers/retro-esp32
164+
cd Launchers/retro-esp32
165+
make menuconfig
156166
```
157167

158-
1. Select ```LCD Screen Driver``` ![LCD Screen Driver](Assets/menuconfig.png)
168+
1. Select ```Restro ESP32 Configuration``` ![Restro ESP32 Configuration](Assets/menuconfig.png)
159169

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**
163174

164175
3. Run ```./ota``` (see above)
165176

0 commit comments

Comments
 (0)