diff --git a/docs/Meadow/Getting_Started/Updating_Meadow/index.md b/docs/Meadow/Getting_Started/Updating_Meadow/index.md index 2244738ab..2da383b4e 100644 --- a/docs/Meadow/Getting_Started/Updating_Meadow/index.md +++ b/docs/Meadow/Getting_Started/Updating_Meadow/index.md @@ -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. @@ -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. \ No newline at end of file +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.