Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HowTo: flash the prerelease 1.7.0 (working for NerdminerV2) #517

Open
TylonHH opened this issue Oct 30, 2024 · 4 comments
Open

HowTo: flash the prerelease 1.7.0 (working for NerdminerV2) #517

TylonHH opened this issue Oct 30, 2024 · 4 comments

Comments

@TylonHH
Copy link

TylonHH commented Oct 30, 2024

So, as here some issues with flashing the prerelease I like to show how it worked for me.

I have the common ESP-S3 Nerdminer V2 with Display.

  1. Go to https://github.com/BitMaker-hub/NerdMiner_v2/releases/tag/nerdminer-prerelease-V1.7.0
  2. get four files of your device (eg. NerminerV2)
  • boot_app0.bin
  • NerdminerV2_bootloader.bin
  • NerdminerV2_firmware.bin
  • NerdminerV2_partitions.bin
  1. Open the https://espressif.github.io/esptool-js/ Flash Tool within chrome browser icognito
  2. connect your device via USB
  3. hit connect, select the correct USB Port
  4. add the four downloaded files in this order at this adress

0x0000 bootloader.bin
0x8000 partitions.bin
0x10000 firmware.bin
0xe000 boot_app0.bin

Then it should look like this:
image

  1. click Program
  2. when finish -> IMPORTANT press the reset button on the side of the device! Not the button near the display.
  3. When this worked for you give feedback
@stl1988
Copy link

stl1988 commented Nov 19, 2024

For v1.7.0, these files don't exist. For v1.6.4, I got it running using the "Nerminer" file over the Nerdminer flasher.

@TylonHH
Copy link
Author

TylonHH commented Nov 19, 2024

What files doesn't exit? You checked the files under 1st point?

This manual is explicit for prerelease 1.7.0

@GitHubUser-2024
Copy link

Verified just now. Is working perfectly. Just maybe add the need to enter boot loader mode.
And instead of device reset I just power cycle it (as my reset button is inaccesible anyway).

@throw541
Copy link

I followed this with the T display version and it doesn't work

Followed this with your instructions and it booted right up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@TylonHH @stl1988 @throw541 @GitHubUser-2024 and others