cinepi / cinepi-sdk

Collection of software components for development of open source cinema camera using raspberry pi hardware and software.
42 stars 4 forks source link

I2C address incorrect for latest Starlighteye boards #3

Open eatstoomuchjam opened 3 months ago

eatstoomuchjam commented 3 months ago

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 commented 3 months ago

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