retro-esp32 / RetroESP32

Retro ESP32 is a turbo charged Odroid Go Launcher, Emulator and ROM Manager
Creative Commons Attribution Share Alike 4.0 International
600 stars 93 forks source link

Upload Retro-ESP to blank ESP32? #75

Closed cctvfm closed 4 years ago

cctvfm commented 4 years ago

Could you give a brief how-to on uploading firmware to a fresh ESP32? I'd love to play around with this but not sure how to start.

Thanks

32teeth commented 4 years ago

Hi @cctvfm

We have been working on a 'from scratch' documentation DIY.md

TL;DR

git clone -b master --single-branch git@github.com:retro-esp32/RetroESP32.git --recursive
cd RetroESP32
git submodule update --init --recursive
git submodule foreach git pull origin master
chmod -R 777 Scripts
cd Scripts
./ota

Follow the onscreen prompts