added pygate firmware archives here

This commit is contained in:
gijsio
2020-08-04 11:26:46 +02:00
parent a1c8ab11f3
commit 927a355c8e

View File

@@ -8,11 +8,12 @@ aliases:
The firmware upgrade tool usually updates your device to the latest available firmware version. If you require to downgrade your device to a previous firmware there are two methods to achieve this.
{{% hint style="info" %}}
If you are using an Expansion Board 1.0 or 2.0, you will need to have a jumper connected between `G23` and `GND` to use either procedure below. You will also need to press the reset button before beginning.
{{% /hint %}}
Here you can download Pycom firmwares. Note that these are all available in the Pycom Firmware Update tool.
Here you can download Pycom firmware:
### Current and previous Pygate firmware
* [WiPy](https://software.pycom.io/downloads/pygate/WiPy.html)
* [GPy](https://software.pycom.io/downloads/pygate/GPy.html)
* [LoPy4](https://software.pycom.io/downloads/pygate/LoPy4.html)
### Current and previous Pybytes firmware
@@ -32,19 +33,12 @@ Here you can download Pycom firmware:
* [FiPy](https://software.pycom.io/downloads/FiPy.html)
* [LoPy4](https://software.pycom.io/downloads/LoPy4.html)
{{% hint style="info" %}}
Prior to version `1.16.0.b1` the firmware for modules with LoRa functionality was frequency specific. From `1.16.0.b1` and onward, the firmware is region agnostic and this can either be set programatically or via the config block (see [here](../cli.md#lpwan)).
{{% /hint %}}
> Prior to version `1.16.0.b1` the firmware for modules with LoRa functionality was frequency specific. From `1.16.0.b1` and onward, the firmware is region agnostic and this can either be set programatically or via the config block (see [here](../cli.md#lpwan)).
## GUI
As of version `1.12.0.b0` of the firmware update tool, you can now provide a `.tar` or `.tar.gz` archive of the firmware you wish to upload to the board.
When you start the update tool you will see the following screen:
![](/gitbook/assets/downgrade_gui.png)
When you tick the `Flash from local file` option, an address bar will appear. Click the `...` button and locate the `.tar(.gz)` file with the firmware you wish to flash to your device. From this point the updater will behave just like a regular update but using the local file instead of downloading the latest.
As of version `1.12.0.b0` of the firmware update tool, you can now provide a `.tar` or `.tar.gz` archive of the firmware you wish to upload to the board. Check out the procedure [here](/updatefirmware/device/)
## Command line