Skip to content

Commit

Permalink
Updated README.md: Fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Aug 1, 2023
1 parent c078460 commit 6311e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ compatibility!

### Generic ESP32
This method is intended to be used when .fw support isn't available (when porting to a new device) or undesirable (devices with smaller flash).
1. Build a .img file (refer to [Building Retro-Go](#building-retro-go) below)
1. Build a .img file (refer to [Building Retro-Go](#building) below)
2. Flash the image: `esptool.py write_flash --flash_size detect 0x0 retro-go_*.img`
_Note: Your particular device may require extra steps (like holding a button during power up), different esptool flags, or modifying base.sdkconfig._

Expand Down

0 comments on commit 6311e77

Please sign in to comment.