Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I2C address incorrect for latest Starlighteye boards #3

Open
eatstoomuchjam opened this issue Jun 28, 2024 · 1 comment
Open

I2C address incorrect for latest Starlighteye boards #3

eatstoomuchjam opened this issue Jun 28, 2024 · 1 comment

Comments

@eatstoomuchjam
Copy link

From Will Whang in the discord:
https://discord.com/channels/1070517330083315802/1070835904169648128/1241875071643942933

go to the ~/driver/imx585-something-something/
modify the overlay
cam_node: imx585@37 {
                reg = <0x37>;
To
            cam_node: imx585@37 {
                reg = <0x1A>;
and run ./setup.sh

I'm sure that this will be resolved in the next release of cinepi which will probably upgrade to the latest driver. However, hopefully this will make it easier for anybody trying to get the combo of Starlighteye and Raspberry 5 working with the latest SDK since I wasn't able to find it in the Discord until somebody pointed me to it.

@ZhouYixun
Copy link

In fact, it is because other imx585 modules do not use this i2c address, such as the imx585 module of SOHO, but some instructions can be added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants