Added new firmware files + Readme flasher utility
This commit is contained in:
parent
2138f460db
commit
c41e529f65
10
README.md
10
README.md
@ -37,7 +37,15 @@ Every time an stratum job notification is received miner update its current work
|
|||||||
- 3D BOX
|
- 3D BOX
|
||||||
|
|
||||||
### Flash firmware
|
### Flash firmware
|
||||||
Create your own miner using the online tool **ESPtool** and the **binary files** that you will find in the src/bin folder.
|
#### microMiners Flashtool
|
||||||
|
**Recommended flasher**
|
||||||
|
Easyiest way to flash firmware. Build your own miner using the folowing firwmare flash tool:
|
||||||
|
|
||||||
|
1. Get a TTGO T-display S3
|
||||||
|
1. Go to NM2 flasher online: https://bitmaker-hub.github.io/diyflasher/
|
||||||
|
|
||||||
|
#### Standard tool
|
||||||
|
Create your own miner using the online firwmare flash tool **ESPtool** and the **binary files** that you will find in the src/bin folder.
|
||||||
If you want you can compile the entire project using Arduino, PlatformIO or Expressif IDF.
|
If you want you can compile the entire project using Arduino, PlatformIO or Expressif IDF.
|
||||||
|
|
||||||
1. Get a TTGO T-display S3
|
1. Get a TTGO T-display S3
|
||||||
|
BIN
bin/0x10000_firmware_v1.5.2.bin
Normal file
BIN
bin/0x10000_firmware_v1.5.2.bin
Normal file
Binary file not shown.
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
globallib_dir = lib
|
globallib_dir = lib
|
||||||
default_envs = ESP32-devKitv1 ; NerminerV2, TTGO-T-Display
|
default_envs = NerminerV2 ;, ESP32-devKitv1 TTGO-T-Display
|
||||||
|
|
||||||
[env:NerminerV2]
|
[env:NerminerV2]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
Reference in New Issue
Block a user