pebri86 / esplay-retro-emulation

Retro Emulation Collection for ESPlay Hardware, an ESP32 based game console
https://www.makerfabs.com/esplay-micro.html
MIT License
444 stars 88 forks source link

How to restart config the project? #15

Closed Afantor closed 3 years ago

Afantor commented 4 years ago

This is a great project. but I am a new esp32 learner.Can you guide me how to configure the project? I have git checkout esp-idf branch to release/v3.3, and install ffmpeg. when I run ./mkrelease.sh, I have to restart config the project. The following is print out: GENCONFIG *

Finally,not build anything, just jump to Restart config...

Afantor commented 4 years ago

another error is: assets/Tile.png: No such file or directory ./mkrelease.sh: line 27: /home/esp32/esplay-base-firmware/tools/mkfw/mkfw.exe: No such file or directory

My system is ubuntu16.04.

pebri86 commented 4 years ago

Hi, @Afantor, are you using esplay micro board or generic esp32 module?

  1. Clone this Repo and read the readme file and compile with the esp-idf version mention in the readme. and flash those base firmware onto freshly esp32 module. skip this step if you're using esplay micro board (the bootloader preinstalled on this board).

another error is: assets/Tile.png: No such file or directory ./mkrelease.sh: line 27: /home/esp32/esplay-base-firmware/tools/mkfw/mkfw.exe: No such file or directory

My system is ubuntu16.04.

  1. Convert Tile.xcf on the assets folder to Tile.png using gimp or other tools.
  2. You're using Linux so remove .exe on mkfw to use linux binary.
  3. uncomment #make menuconfig on the mkrelease.sh and while running it just save and exit if you don't want change anything on the menu config screen, it will update the .config file.
Afantor commented 4 years ago

@pebri86 Thanks for your reply, I will compile the appropriate firmware by myself later. I am using esplay-micro board now, Is there a guide manual that can directly use your compiled firmware?

pebri86 commented 4 years ago

Hi @Afantor Sorry for late reply, to flash compiled firmware just download from release firmware here and copy to sdcard on folder esplay/firmware. Then enter bootloader by turn off esplay micro board then turn on device while hold menu button until bootloader screen appear then choose new compiled fw then press A then start to flashing (proggess bar will appear) wait until done, the board will reboot by itself and it will run the latest esplay retro emulation firmware.

pebri86 commented 3 years ago

It's almost 5 month no activity for this issue. I'll close this issue, reopen anytime if you still have the problem

Thanks.