Skip to content

Commit 0357eb0

Browse files
authored
Update wired-ethernet.md
1 parent f08e8ac commit 0357eb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/wired-ethernet.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ Pre-compiled FW can be downloaded from the [repo releases page](https://github.c
4040

4141
ESP32-gateway can be connected by micro USB and firmware can be uploaded using esptool:
4242

43+
**For rev G**
44+
45+
`esptool.py --before default_reset --after hard_reset write_flash 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 esp32-gateway-e.bin`
46+
47+
**For rev E**
48+
4349
`esptool esptool.py --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 esp32-gateway-e.bin`
4450

4551

0 commit comments

Comments
 (0)