From 7ca6847016540807926e75e86ef95708ac05d3ff Mon Sep 17 00:00:00 2001 From: Eason <291028775@qq.com> Date: Wed, 10 Jul 2024 11:11:03 +0800 Subject: [PATCH] Update starlighteye.md --- docs/starlighteye.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/docs/starlighteye.md b/docs/starlighteye.md index 3f73126..627bdc4 100644 --- a/docs/starlighteye.md +++ b/docs/starlighteye.md @@ -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/ @@ -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