cancel
Showing results for 
Search instead for 
Did you mean: 

Question related to Wiki about stm32mp157c-dk2-iks01ax.dtb

PVaaz.1
Associate III

Hello,

In this wiki

https://wiki.st.com/stm32mpu/wiki/IKS01A3_MEMS_expansion_board

Board $> ls -1 /boot/stm32*dk2*

/boot/stm32mp157c-dk2-a7-examples.dtb

/boot/stm32mp157c-dk2-iks01ax.dtb

/boot/stm32mp157c-dk2-m4-examples.dtb

/boot/stm32mp157c-dk2.dtb

frm where does the bold dtb comes from? I cant find it on my STM32MPU.

Also where is the dts file for this.I cant find it in arch/arm/boot/dts with name stm32mp157c-dk2-iks01ax.dts??

Regards,

Pv

1 ACCEPTED SOLUTION

Accepted Solutions

Thankyou @Christophe Guibout​ 

Also

for IKS01A3 expansion board

lsm6dsl@6b {

compatible = "st,lsm6dso";

reg = <0x6b>;

};

should be

lsm6dso@6b {

compatible = "st,lsm6dso";

reg = <0x6b>;

};

though "i" section has mentioned that , what do you think?

Best !

P

View solution in original post

3 REPLIES 3
Christophe Guibout
ST Employee

Hi @PVaaz.1​ ,

I updated the wiki page : it should be clearer from now ��

BR,

Christophe

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Thankyou @Christophe Guibout​ 

Also

for IKS01A3 expansion board

lsm6dsl@6b {

compatible = "st,lsm6dso";

reg = <0x6b>;

};

should be

lsm6dso@6b {

compatible = "st,lsm6dso";

reg = <0x6b>;

};

though "i" section has mentioned that , what do you think?

Best !

P

Christophe Guibout
ST Employee

Hi @PVaaz.1​ ,

Thanks for your contribution : it's fixed !

BR,

Christophe

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.