From 927a355c8e0b43e71d4c30a0f634dcadde0deed8 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Tue, 4 Aug 2020 11:26:46 +0200 Subject: [PATCH] added pygate firmware archives here --- content/advance/downgrade.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/content/advance/downgrade.md b/content/advance/downgrade.md index 828b314..605ff03 100644 --- a/content/advance/downgrade.md +++ b/content/advance/downgrade.md @@ -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