2021-04-22 10:28 AM
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
Solved! Go to Solution.
2021-04-24 09:38 AM
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
2021-04-23 01:49 AM
Hi @PVaaz.1 ,
I updated the wiki page : it should be clearer from now :)
BR,
Christophe
2021-04-24 09:38 AM
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
2021-04-26 12:15 AM
Hi @PVaaz.1 ,
Thanks for your contribution : it's fixed !
BR,
Christophe