Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #818

Merged
merged 12 commits into from
Jan 7, 2025
6 changes: 3 additions & 3 deletions docs/Meadow/Getting_Started/Updating_Meadow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ At this point, your Meadow device should be good to go for a proper flash of **M
Download the latest Meadow.OS binaries, by using the command:

```
meadow download os
firmware download
```

To flash your Meadow board with the latest binaries, disconnect and reconnect your board holding the BOOT button to power it on in **Bootloader mode**. Now run the following command:

```
meadow flash os
firmware write
```

Note: This process takes about 2-3 minutes, as it needs to erase the Flash memory of the STM32, then transfer the Meadow.OS.Runtime file along with the binaries for the ESP coprocessor. At times, this process might show exceptions and errors, failing to complete successfully. When that happens, disconnect and reconnect the board in bootloader mode, and try again.
Expand Down Expand Up @@ -109,4 +109,4 @@ It means that the package will get the latest version available, so you dont man

## Problems Updating?

If you’re still running into problems trying to update your boards, head over to our #Support channel on our [public Slack](http://slackinvite.wildernesslabs.co/), and we’ll try to help you get up and running. You can also check our [Troubleshooting](http://developer.wildernesslabs.co/Meadow/Meadow_Basics/Troubleshooting/) section and see if any of the possible solutions there could unblock you.
If you’re still running into problems trying to update your boards, head over to our #Support channel on our [public Slack](http://slackinvite.wildernesslabs.co/), and we’ll try to help you get up and running. You can also check our [Troubleshooting](http://developer.wildernesslabs.co/Meadow/Meadow_Basics/Troubleshooting/) section and see if any of the possible solutions there could unblock you.
Loading