mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
update
This commit is contained in:
parent
63ca565ba9
commit
6b5cfbf8d7
|
@ -6,6 +6,17 @@ sidebar_label: nRF52 devices
|
|||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
## Pre-requisits
|
||||
|
||||
Please ensure that you use a data USB cable, as some cables provide power only and not the data lines.
|
||||
|
||||
### T-Echo
|
||||
|
||||
You may need to install the [USB device drivers](http://www.wch-ic.com/search?q=ch340&t=downloads) if your device does not show up when connected.
|
||||
|
||||
### WisBlock RAK4631
|
||||
|
||||
Please ensure that you have updated the bootloader to the latest version using the information on the [RAK Documentation Center](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK4631/Quickstart/#how-to-check-if-you-have-the-updated-rak4631-bootloader) website.
|
||||
## Download Latest Firmware
|
||||
|
||||
Prebuilt binaries for the supported radios are available in our releases. Your initial installation has to happen over USB from your Mac, Windows or Linux PC. Once our software is installed, all future software updates happen over bluetooth from your phone.
|
||||
|
@ -14,7 +25,6 @@ Prebuilt binaries for the supported radios are available in our releases. Your i
|
|||
| [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) |
|
||||
| :--------------: | :-----------------------: |
|
||||
|
||||
|
||||
## Install/Update Firmware
|
||||
:::caution
|
||||
Be careful to install the correct load for your board. While it is unlikely that you will cause damage to your device, the wrong firmware will cause it to not work.
|
||||
|
@ -32,20 +42,21 @@ Be careful to install the correct load for your board. While it is unlikely that
|
|||
|
||||
</TabItem>
|
||||
<TabItem value="macos">
|
||||
|
||||
|
||||
* Connect your device to your computer with a USB cable. If you computer complains about needing to format the new drive, cancel the format command.
|
||||
* Double click the reset button on your device, this will put it into boot loader mode.
|
||||
* A new drive will then appear on your computer. Open this drive and you should see three files: `CURRENT.UF2`, `INDEX.HTM`, and `INFO_UF2.TXT`
|
||||
* Copy the appropriate `firmware-xxxxx-1.2.x.uf2` file from the firmware zip file onto the new drive.
|
||||
* Once the file has finished copying over, the device will reboot, loading the new firmware as it does.
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="windows">
|
||||
|
||||
Connect your device to your computer with a USB cable. If you computer complains about needing to format the new drive, cancel the format command.
|
||||
|
||||
Double click the reset button on your device, this will put it into boot loader mode.
|
||||
|
||||
A new drive will then appear on your computer. Open this drive and you should see three files: `CURRENT.UF2`, `INDEX.HTM`, and `INFO_UF2.TXT`
|
||||
|
||||
Copy the appropriate `firmware-xxxxx-1.2.x.uf2` file from the firmware zip file onto the new drive.
|
||||
|
||||
Once the file has finished copying over, the device will reboot, loading the new firmware as it does.
|
||||
* Connect your device to your computer with a USB cable. If you computer complains about needing to format the new drive, cancel the format command.
|
||||
* Double click the reset button on your device, this will put it into boot loader mode.
|
||||
* A new drive will then appear on your computer. Open this drive and you should see three files: `CURRENT.UF2`, `INDEX.HTM`, and `INFO_UF2.TXT`
|
||||
* Copy the appropriate `firmware-xxxxx-1.2.x.uf2` file from the firmware zip file onto the new drive.
|
||||
* Once the file has finished copying over, the device will reboot, loading the new firmware as it does.
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
|
|
@ -27,5 +27,6 @@ There is currently fledgling support for the WisBlock RAK4631 module. The WisBlo
|
|||
* [Purchase Link](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK4631/Overview)
|
||||
* [Installation instructions](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK4631/Quickstart/#rak4631-lora-mesh-via-meshtastic)
|
||||
* Dont forget to [update the bootloader](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK4631/Quickstart/#updating-the-bootloader) first!
|
||||
* RAK's [GitHub Page](https://github.com/RAKWireless/WisBlock) for the WisBlock
|
||||
|
||||
<img alt="RAK4631 Core Module" src="/img/hardware/rak4631.png" style={{zoom:'50%'}} />
|
|
@ -18,5 +18,6 @@ The T-Echo has been in development by LILYGO® over the past few months and has
|
|||
|
||||
* firmware file: `firmware-t-echo-1.x.x.uf2`
|
||||
* [Purchase link](https://www.aliexpress.com/item/1005002842456390.html)
|
||||
* TTGO's [GitHub page](https://github.com/Xinyuan-LilyGO/LilyGO-T-Echo) for the T-Echo
|
||||
|
||||
<img alt="LILYGO T-Echo" src="/img/hardware/t-echo.png" style={{zoom: '15%'}} />
|
||||
|
|
Loading…
Reference in a new issue