diff --git a/content/kit/pi/_index.md b/content/kit/pi/_index.md index 1d2dd925..37479065 100644 --- a/content/kit/pi/_index.md +++ b/content/kit/pi/_index.md @@ -18,13 +18,6 @@ Please do not attempt to modify the software on the Raspberry Pi. It has been co ## Updating your Pi Keeping your kit up to date is very important. It enables us to deploy new features, as well as fix bugs. -There are 2 ways of updating your kit: - -- [Using an `update.tar.xz` file](update-file) -- [Flashing your SD card](sd-card) +We have documentation on [Flashing your SD card](sd-card). There is a separate list of [all published updates](/updates). - -{{% notice tip %}} -Using the update file is the recommended way to update your kit. -{{% /notice %}} diff --git a/content/kit/pi/update-file.md b/content/kit/pi/update-file.md deleted file mode 100644 index d31e5e9b..00000000 --- a/content/kit/pi/update-file.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: The Update File ---- - -The update file is the simplest way to update your Pi with new software from us. - -{{% notice tip %}} -Using this file is the recommended way to update your kit. -{{% /notice %}} - -## Using the update file - -1. Create a minimal robot setup of at least the battery, Pi and power board. Additional components aren't required, however do not need to be disconnected. -2. Put the `update.tar.xz` file on a USB drive -3. Connect the USB drive to your robot -4. Turn on your robot -5. Wait for your Pi to reboot, this is a sign the update has completed successfully. - -If you have a `main.py` file on the USB as well, this will now execute, because the `update.tar.xz` file is deleted when the update begins. - -{{% notice warning %}} -Do not turn off your Pi during the update process. It can take a few minutes to finish. -{{% /notice %}} - -## Logging -The update process will create an `update.log` file on the USB drive. If any errors occur, they will be displayed there. If the update succeeds, the line _Upgrade complete, rebooting._ will be shown in the log. - -## Failed update -If the update fails, you can try again. If it fails multiple times, you may need to [flash your SD card](/kit/pi/sd-card). diff --git a/content/updates/_index.md b/content/updates/_index.md index 4a1dee17..d0f9ada5 100644 --- a/content/updates/_index.md +++ b/content/updates/_index.md @@ -2,19 +2,9 @@ title: Updates --- -Keeping your kit up to date is very important. It enables us to deploy new features, as well as fix bugs. - -The following table outlines the updates which have been published, each of -which is available in two formats: - -* an [update file](/kit/pi/update-file) -* a [full image](/kit/pi/sd-card) - -The update files are the easiest way to apply an update and are the recommended -approach. The full images are provided in case an update goes wrong or you need -to completely wipe your Pi for some reason. +Keeping your kit up to date is very important. It enables us to deploy new features, as well as fix bugs. The following table outlines the updates which have been published. Once you have downloaded the file you need, refer to the documentation on [updating your pi](/kit/pi/#updating-your-pi) to apply the update. -Each update file is a complete upgrade. Each file contains the changes of those before it. If you need to jump up multiple versions, you can do so by using the latest file. +Each file contains the changes of those before it. If you need to jump up multiple versions, you can do so by using the latest file. diff --git a/layouts/updates/list.html b/layouts/updates/list.html index a2029b41..9c9e1236 100644 --- a/layouts/updates/list.html +++ b/layouts/updates/list.html @@ -7,7 +7,6 @@ Version number Release Date - Update File Download Image Download {{ range .Pages.ByDate.Reverse }} @@ -15,13 +14,6 @@ {{ .Title }} {{ default "N/A" .Params.version }} {{ .Date.Format "2006-01-02" }} - - {{ if .Params.update }} - Download update.tar.xz - {{ else }} - No update file available - {{ end }} - {{ if .Params.image }} Download pi-image.img.xz