Page 1 of 1

Linux dependency tree

Posted: 03 Nov 2020, 18:34
by StefanoBossi
Dear forum,
I am trying to install a Centos 7 raspberry image on Kunbus RevPi.
The image works perfectly but no i2c device are present, this is probably related to the fact the incorrect device tree is loaded.
In the

Code: Select all

/boot/config.txt
file on the original kunbus image I found that is loaded a

Code: Select all

dtoverlay=revpi-core 
which is probably a Device Tree developed by you.
Is there a way to have some instruction a the source of the device tree you used in your image ?

I really would like to have the basic i2c devices working with Centos.

Regards,
Stefano Bossi

Re: Linux dependency tree

Posted: 04 Nov 2020, 17:03
by dirk
Hi Stefano, well porting requires not only the device tree overlay but also further changes in the kernel, etc.
Have a look at our Kernel Bakery and Linux repositories.

Re: Linux dependency tree

Posted: 08 Nov 2020, 11:33
by StefanoBossi
Really? so complicated ?
I just need to discover the i2c devices....

Regards,
S.