Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmliquify committed Jan 18, 2022
1 parent 0175943 commit c0567f7
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,25 @@
$ git clone https://github.com/pmliquify/vc_mipi_imx8
```

4. Enter recovery mode by following the [imx-recovery-mode](https://developer.toradex.com/knowledge-base/imx-recovery-mode) instructions.
4. Setup the toolchain and the kernel sources. The script will additionaly install some necessary packages like *build-essential* and the *device-tree-compiler*.
```
$ cd vc_mipi_imx8/bin
$ ./setup.sh --host
```

5. Enter recovery mode by following the [imx-recovery-mode](https://developer.toradex.com/knowledge-base/imx-recovery-mode) instructions.
We provide a script to easily flash an image. It will download the tools from toradex and start to watch for a matching usb device to flash to.
```
$ ./recover.sh
```
5. Plugin the USB stick and install the image.

6. After boot up, adjust the IP address of your target in the configuration file.
6. Plugin the USB stick and install the image.

7. After boot up, adjust the IP address of your target in the configuration file.
```
$ nano config/config_apalis_iMX8.sh
```

7. Setup the toolchain and the kernel sources. The script will additionaly install some necessary packages like *build-essential* and the *device-tree-compiler*.
```
$ cd vc_mipi_toradex/bin
$ ./setup.sh --host
```
8. You have to install a first version of the device tree overlay file to load the camera driver. To achieve that follow the instructions in the next section.

# Changing camera settings in the device tree
Expand Down

0 comments on commit c0567f7

Please sign in to comment.