Skip to content

Commit 0fe1134

Browse files
authored
Merge pull request #86 from OpenIPC/BlackFox-org-patch-10
Fix sysupgrade.mdx
2 parents 91db3d1 + 6af29ca commit 0fe1134

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/software/sysupgrade.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Where:
3030
-h, --help Display this help and exit.
3131
```
3232

33-
:::
33+
:::tip
3434
By default, sysupgrade will reboot the camera to complete the update. If you don't wish to do that then use the -x option.
3535
:::
3636
## Upgrading from the GitHub latest release.
@@ -53,7 +53,7 @@ otherwise the latest release on Github will be downloaded.
5353
### On your host machine:
5454
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).
5555

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> and download the latest firmware bundle for your SoC and extract the content of the bundle into the root directory of your TFTP server.
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.
5757

5858
```bash
5959
tar xvf <firmware.tgz>
@@ -66,7 +66,7 @@ You can either update the images from a Linux terminal session or from the U-Boo
6666

6767
Check that your camera environment variable for the TFTP server is correct by looking for the _serverip_ entry when listing them with _fw_printenv_.
6868

69-
If it needs updating use _fw_setenv serverip <your.tftp.ip.address>_ command.
69+
If it needs updating use ```fw_setenv serverip <your.tftp.ip.address>``` command.
7070

7171
#### From Linux
7272
```bash
@@ -104,7 +104,7 @@ Now restart the camera to load the new images.
104104

105105
## Using scp
106106
### On your host machine:
107-
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> and download the latest firmware bundle for your SoC and extract the contents.
107+
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.
108108

109109
```bash
110110
tar xvf <firmware.tgz>
@@ -133,7 +133,7 @@ sysupgrade --kernel=/tmp/uImage.${soc} --rootfs=/tmp/rootfs.squashfs.${soc} -z
133133

134134
## Upgrading from an SD card
135135
### On your host machine
136-
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> and download the latest firmware bundle for your SoC and extract the contents
136+
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
137137

138138
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.
139139

0 commit comments

Comments
 (0)