Product Guide
This document will guide you through flashing a game emulator and your desired classic games so that you can use the FACES Kit to play GameBoy games.
Gameboy emulator firmware can be downloaded from: Github.
Click here to download the ESPTool flashing tool. After launching the tool, select the ESP32 DownloadTool
option. Import the 2 bin files from the firmware
folder and set their corresponding burning addresses (firmware.bin:0x1000, BladeBuster.nes:0x100000). Refer to the image below to configure the port and baud rate for device connection. Click "Start" to begin flashing.
Open Terminal and execute pip install esptool
.
In Terminal, navigate to the path where firmware.zip
is located and execute the following commands:
unzip firmware.zip
cd firmware
esptool.py erase_flash
sh flash.sh
After restarting FACES, you can start playing games.
If you want to switch to another game, simply replace the game file and flash it using the above tools. Note that you should use NES format game files.