Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| products:lorawan_gateways:ecosignal:general_ecosignal_doc [2023/04/20 09:34] – [2. WiFi Setup] manu | products:lorawan_gateways:ecosignal:general_ecosignal_doc [2024/02/12 14:41] (current) – [4.2 Factory reset of the binary and the provisioning data] manu | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| ===== - Configuration Manual Setup ===== | ===== - Configuration Manual Setup ===== | ||
| In this documentation you can find all the information to setup your gateway (Wi-Fi, LoRa server, etc.) | In this documentation you can find all the information to setup your gateway (Wi-Fi, LoRa server, etc.) | ||
| + | * {{ : | ||
| * {{ : | * {{ : | ||
| Line 253: | Line 254: | ||
| - Go back to normal mode by pressing one time on the user button | - Go back to normal mode by pressing one time on the user button | ||
| - If every things is correctly configured, your gateway LED should show a solid GREEN | - If every things is correctly configured, your gateway LED should show a solid GREEN | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== - Factory reset for Debug version ===== | ||
| + | |||
| + | ==== - Factory reset of the binary ==== | ||
| + | |||
| + | When programming the gateway or another esp32 chip on the your PC, while your gateway is plugged-in, you might flash a wrong firmware or a faulty firmware on your gateway. | ||
| + | If you need to reflash a correct firmware here are some firmwares you can use: | ||
| + | |||
| + | * {{ : | ||
| + | * {{ : | ||
| + | |||
| + | You can use the '' | ||
| + | <cli> | ||
| + | esptool.py write_flash 0x0 stg-micro-lora-gw_0.2.1-lyon1.bin | ||
| + | </ | ||
| + | |||
| + | ==== - Factory reset of the binary and the provisioning data ==== | ||
| + | |||
| + | You need to download: | ||
| + | - the partition configuration file (below) mfg_config.csv | ||
| + | - the security certificates of your gateway on https:// | ||
| + | - the device certificate (device.crt) | ||
| + | - the device private key (device.key) | ||
| + | - the json configuration file | ||
| + | |||
| + | <file csv mfg_config.csv> | ||
| + | key, | ||
| + | mfg_ns, | ||
| + | cert, | ||
| + | priv_key, | ||
| + | ca-ota-cert, | ||
| + | json_conf, | ||
| + | </ | ||