You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/software/sysupgrade.mdx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Where:
30
30
-h, --help Display this help and exit.
31
31
```
32
32
33
-
:::
33
+
:::tip
34
34
By default, sysupgrade will reboot the camera to complete the update. If you don't wish to do that then use the -x option.
35
35
:::
36
36
## Upgrading from the GitHub latest release.
@@ -53,7 +53,7 @@ otherwise the latest release on Github will be downloaded.
53
53
### On your host machine:
54
54
If you haven't already got a TFTP server running on your host machine then take a look at the Wiki article [Set up a TFTP server](installation-tftpd.md).
55
55
56
-
If you don't already have the uImage and rootfs.squashfs images for your camera then go to <https://github.com/OpenIPC/firmware/releases/tag/latest>anddownloadthelatestfirmwarebundleforyourSoCandextractthecontentofthebundleintotherootdirectoryofyourTFTPserver.
56
+
If you don't already have the uImage and rootfs.squashfs images for your camera then go to [OpenIPC firmware latest}(https://github.com/OpenIPC/firmware/releases/tag/latest) and download the latest firmware bundle for your SoC and extract the content of the bundle into the root directory of your TFTP server.
57
57
58
58
```bash
59
59
tar xvf <firmware.tgz>
@@ -66,7 +66,7 @@ You can either update the images from a Linux terminal session or from the U-Boo
66
66
67
67
Check that your camera environment variable for the TFTP server is correct by looking for the _serverip_ entry when listing them with _fw_printenv_.
If you don't already have the uImage and rootfs.squashfs images for your camera then go to [OpenIPC firmware latest](https://github.com/OpenIPC/firmware/releases/tag/latest) and download the latest firmware bundle for your SoC and extract the contents.
If you don't already have the uImage and rootfs.squashfs images for your camera then go to [OpenIPC firmware latest](https://github.com/OpenIPC/firmware/releases/tag/latest) and download the latest firmware bundle for your SoC and extract the contents
137
137
138
138
If you have built your own versions using a copy of the [firmware repository](https://github.com/OpenIPC/firmware) then your uImage and rootsfs.squashfs images will be in your _output/images_ folder.
0 commit comments