Skip to content

Flashing never ending. #1025

Closed Answered by treyus30
treyus30 asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, I found a solution!! (and the secret may have just been holding the BOOT button as you start the flashing.)

  1. Install esptool.py using pip install esptool (might need to install python/pip first)
  2. Run something like python -m esptool -b 921600 --chip esp32 -p COM7 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0xD000 ota_data_initial.bin 0x10000 BlueRetro_hw1_gamecube.bin, where you replace the COM port with yours, and the 4 .bin file locations. I chose to put them all on my Desktop and "cd" to it first.
  3. AS YOU HIT ENTER, Hold the BOOT button on the BlueRetro Core.
  4. Success will look something like:

esptool.py v4.7.0
S…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by treyus30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant