Skip to content

Commit

Permalink
Update starlighteye.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun authored Jul 10, 2024
1 parent 84708e5 commit 7ca6847
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions docs/starlighteye.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ dtoverlay=imx585
### Step 2: Recompile driver
Initially, the default imx585 driver of current pre-release **cinepi-sdk** is not made for StarlightEye, so the i2c address needs to be changed and recompiled.

You can use the following two ways to complete it 👇

----
#### Use git pull
you can run this command
You can use the following way to complete it 👇

```shell
cd ~/driver/imx585-v4l2-driver/
Expand All @@ -47,28 +43,6 @@ git pull
```
Done!

----
#### Modify manually

if you can not use git, you can do it manually

```shell
cd ~/driver/imx585-v4l2-driver/
```
modify the overlay
```shell
cam_node: imx585@37 {
reg = <0x37>;
```
To
```shell
cam_node: imx585@37 {
reg = <0x1A>;
```
then run `./setup.sh`
Done!
## Wiki

[Here](https://github.com/will127534/StarlightEye/wiki) is the wiki made by Will

0 comments on commit 7ca6847

Please sign in to comment.