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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The `vc-mipi-driver` contain copies the VC module sources [from their repo](http
16
16
2. Download the Jetson Linux driver package (BSP) and cross compiler from: [Jetson Linux Downloads](https://developer.nvidia.com/embedded/jetson-linux)
17
17
3. Extract the driver package **in this directory**:
18
18
```shell
19
-
tar -xf jetson_linux_r36*.bz2
19
+
tar -xf Jetson_Linux_r36*.tbz2
20
20
```
21
21
4. Extract the kernel headers from the driver package in the `Linux_for_Tegra/kernel` directory:
22
22
```shell
@@ -68,13 +68,13 @@ At this point the rebuilt kernel modules -- including both the new VC modules an
68
68
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:
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