matteocrippa / leafminer

A FOSS bitcoin miner for ESP8266 and ESP32
MIT License
74 stars 12 forks source link

discrepency in setup steps #42

Open nickfromthebus opened 4 months ago

nickfromthebus commented 4 months ago

in setup steps it says to use address in filename for bin files. In example of esp32-s3 however the example given is

0x0000 bootloader.bin 0x8000 partitions.bin 0xE000 0x10000 firmware.bin

however the filename for s3 version of bootloader is 0x1000_bootloader.bin and there is an 0xE000_boot.bin which is left blank. So I am confused as to proper addressing. Are the files labeled incorrectly or is the example wrong? And what is with the missing E000 address in example whereas the file exists? I am asking because I cannot get my ESP32 to work properly but the example is VERY unclear. Any help or clarification would be greatly appreciated! Also, would this mean that there are four (4) required files for the standard esp32 based on the filenames?

image image

matteocrippa commented 4 months ago

@nickfromthebus the readme needs some updates and will be address in the next PR, btw feel free to refer to the structure in the archive, all the files for esp32-s3 are needed, and you can spot them ending with esp32-s3.

If you are installing from scratch you will need to install:

Then any further upgrade will need just the firmware-esp32-s3.bin

matteocrippa commented 3 months ago

@8lackshiki download the files ending with esp8266 from here and in front there's the address to each of them