
RetroGo consoles based on the ESP32-S3
PRORetroGo consoles based on the ESP32-S3
License
:CC BY-NC-SA 4.0
Description
An ESP32-S3-based emulator console that can play emulators such as FC/NES, GameBoy, etc.
Firmware source code:https://github.com/ohdarling/retro-go/
The compiled firmware is attached.
The shell file is attached.
Flash the firmware
In the preceding address, download the compiled firmware to the local disk, go to the directory where the firmware is located in the command line, and run the following command to flash the firmware to ESP32-S3:
esptool.py -b 921600 write_flash --flash_size detect 0x0 retro-go_esp32s3-st7789v-v1.0-1-g8e5bb_esp32s3-devkit-c.img
Note: You need to have the esptool.py tool installed in advance, you can use brew on macOS, or install ESP-IDF in Visual Studio Code and use ESP-IDF Terminal to execute the command.
For the full project introduction, please refer to the official account article:
Designed by wandaeda (from OSHWHub)
a:https://oshwhub.com/wandaeda/ji-yu-esp32-s3-de-retrogo-you-xi-ji
Design Drawing


Comment