Skip to content

Commit c9afdde

Browse files
committed
Thu 25 Jul 2019 14:28:37 EDT - README.md updates
1 parent 2ab3506 commit c9afdde

File tree

6 files changed

+24
-10
lines changed

6 files changed

+24
-10
lines changed

Assets/IMG_1081.jpg

51.7 KB
Loading

Assets/IMG_1082.jpg

51.7 KB
Loading

Assets/IMG_1083.jpg

50.8 KB
Loading

Assets/IMG_1089.jpg

53.5 KB
Loading

Assets/IMG_1090.jpg

54.8 KB
Loading

README.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,19 @@ This branch contains the specific modification for the Odroid Go hardware to use
2929
Clone the Software Branch of the [Official Retro ESP32](https://github.com/retro-esp32/RetroESP32/)
3030

3131
```shell
32-
git clone -b Software --single-branch git@github.com:gaboze-express/GabozeExpress.git --recursive
32+
git clone -b Software --single-branch git@github.com:retro-esp32/RetroESP32.git --recursive
33+
34+
cd RetroESP32
35+
3336
git submodule update --init --recursive
37+
3438
git submodule foreach git pull origin master
39+
40+
chmod -R 777 Scripts
41+
42+
cd Scripts
43+
44+
./installer
3545
```
3646
It will take a while since we run a few ```git submodule``` inside the repository
3747

@@ -85,15 +95,11 @@ cd Scripts
8595
Be sure to run installer first
8696

8797
```
88-
source paths
98+
source ./helpers/paths
8999
```
90100

91101
### Build Firmware
92-
93-
> Execute ```source paths``` before proceeding
94-
95-
96-
##### Follow Onscreen Prompts
102+
> Follow Onscreen Prompts
97103
> if this is your first time running the executable, answer **Y** to the options
98104
99105
```
@@ -107,10 +113,18 @@ You can copy this onto your *SD Card* into the ***odroid/firmware*** folder
107113
##### Enabling new firmware
108114
> Insert the sd card into your Retro ESP32 / (Odroid Go) and follow the prompts
109115
110-
| Power On | List | Selection | Verification | Write | Reboot |
111-
| ----------------------------------------- | -------------------------------- | ---- | ---- | ---- | ---- |
112-
| ![Power on your hardware](Assets/001.jpg) | ![Firmware List](Assets/002.jpg) | ![Firmware Selection](Assets/003.jpg) | ![Firmware Verification](Assets/004.jpg) | ![Firmware Write](Assets/006.gif) | ![Reboot into new Firmware](Assets/007.jpg) |
116+
| List | Selection | Verification | Write | Reboot |
117+
| ----------------------------------------- | -------------------------------- | ---- | ---- | ---- |
118+
| ![Power on your hardware](Assets/IMG_1081.jpg) | ![Firmware List](Assets/IMG_1082.jpg) | ![Firmware Selection](Assets/IMG_1083.jpg) | ![Firmware Verification](Assets/IMG_1089.jpg) | ![Firmware Write](Assets/IMG_1090.jpg) |
119+
120+
### Build and Load OTA
121+
> Follow Onscreen Prompts
122+
> if this is your first time running the executable, answer **Y** to the options
113123
124+
**NOTE:** This will flash your device
125+
```
126+
./ota
127+
```
114128

115129
### OTA
116130
> Flash directly to ESP32

0 commit comments

Comments
 (0)