From 866599bc7f82bbf8a8769e9a2e982a2543353455 Mon Sep 17 00:00:00 2001 From: Alex Duchesne Date: Wed, 27 Apr 2022 12:21:29 -0400 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 4 ++-- README.md | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eef7b2230..806450e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -# Retro-Go 1.32 (2022-04-??) +# Retro-Go 1.32 (2022-04-27) - Launcher: Added subfolder navigation (there are still some sorting issues) - Launcher: Improved responsiveness when covers are enabled but not installed -- All: Speedup mode improvements: More granularity, added 0.5x mode, audio is now working, DOOM is now supported +- All: Speedup mode improvements: More granularity, added 0.5x mode, working audio, DOOM is now supported - All: Moved saves on retro-go to be in line with other devices (a notice will be displayed on first boot) - All: Added .img generator, to use with esptool.py - All: Pressing start+select will open options menu (on devices with no option button) diff --git a/README.md b/README.md index 3540468ea..9eb6ef14b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,10 @@ compatibility! 3. Select retro-go in the files list and flash it. ### Generic ESP32 -Instructions to flash with esptool coming soon... +This method is intended to be used when .fw support isn't available (when porting to a new device) or undesirable (devices with less than 4MB of flash). + 1. Build a .img file (refer to **Building Retro-Go** below) + 2. Erase the flash: `esptool.py erase_flash` + 3. Flash the image: `esptool.py -b 921600 write_flash 0x0 retro-go_*.img` # Game covers