Skip to content

Commit

Permalink
Merge pull request #14 from NickSchaf/add-olimex-esp32-gateway
Browse files Browse the repository at this point in the history
Add support for the Olimex ESP32 Gateway
  • Loading branch information
forkineye committed Nov 30, 2022
2 parents 595a1c5 + 996c89e commit b2da02b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions data/firmware/firmware.json
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,41 @@
"size": "0x50000",
"offset": "0x3B0000"
}
},
{
"name": "Olimex ESP32 Gateway",
"description": "Olimex board with ESP32, Ethernet, SD slot, and GPIO headers",
"chip": "esp32",
"appbin": "esp32/olimex_esp32_gw-app.bin",
"esptool": {
"baudrate": "460800",
"options": "--before default_reset --after hard_reset",
"flashcmd": "write_flash -z"
},
"binfiles": [
{
"name": "esp32/olimex_esp32_gw-bootloader.bin",
"offset": "0x1000"
},
{
"name": "esp32/olimex_esp32_gw-partitions.bin",
"offset": "0x8000"
},
{
"name": "esp32/boot_app0.bin",
"offset": "0xe000"
},
{
"name": "esp32/olimex_esp32_gw-app.bin",
"offset": "0x10000"
}
],
"filesystem": {
"page": "256",
"block": "4096",
"size": "0x50000",
"offset": "0x3B0000"
}
}
]
}

0 comments on commit b2da02b

Please sign in to comment.