Linux dependency tree

Topics about the Software of Revolution Pi
Post Reply
StefanoBossi
Posts: 9
Joined: 03 Jun 2020, 17:13
Answers: 0

Linux dependency tree

Post 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
User avatar
dirk
KUNBUS
Posts: 1948
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: Linux dependency tree

Post 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.
StefanoBossi
Posts: 9
Joined: 03 Jun 2020, 17:13
Answers: 0

Re: Linux dependency tree

Post by StefanoBossi »

Really? so complicated ?
I just need to discover the i2c devices....

Regards,
S.
Post Reply