Skip to content

Commit 1051c4a

Browse files
committed
Fix typos
1 parent ba19c2d commit 1051c4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `vc-mipi-driver` contain copies the VC module sources [from their repo](http
1616
2. Download the Jetson Linux driver package (BSP) and cross compiler from: [Jetson Linux Downloads](https://developer.nvidia.com/embedded/jetson-linux)
1717
3. Extract the driver package **in this directory**:
1818
```shell
19-
tar -xf jetson_linux_r36*.bz2
19+
tar -xf Jetson_Linux_r36*.tbz2
2020
```
2121
4. Extract the kernel headers from the driver package in the `Linux_for_Tegra/kernel` directory:
2222
```shell
@@ -68,13 +68,13 @@ At this point the rebuilt kernel modules -- including both the new VC modules an
6868
3. Instruct the bootloader to apply the device tree overlay on startup. This can be done manually by editing the `/boot/extlinux/extlinux.conf` file, though the `jetson-io` wrapper can be used to automated the process, either graphically with:
6969

7070
```shell
71-
sudo /opt/nvidio/jetson-io/jetson-io.py
71+
sudo /opt/nvidia/jetson-io/jetson-io.py
7272
```
7373

7474
or
7575

7676
```shell
77-
sudo ./config-by-hardware.py -n 2="Camera VCMIPI Dual"
77+
sudo /opt/nvidia/jetson-io/config-by-hardware.py -n 2="Camera VCMIPI Dual"
7878
```
7979

8080
Which instructs the scripts to install the overlay "Camera VCMIPI Dual" (this name is baked into the overlay file `tegra234-p3767-camera-p3768-vc_mipi-dual-imx.dtbo`) for header "2" (the CSI Camera header).

0 commit comments

Comments
 (0)