Skip to main content
Visitor II
April 22, 2021
Solved

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

  • April 22, 2021
  • 2 replies
  • 4772 views

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

    This topic has been closed for replies.
    Best answer by PVaaz.1

    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

    2 replies

    ST Employee
    April 23, 2021

    Hi @PVaaz.1​ ,

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

    BR,

    Christophe

    PVaaz.1AuthorAnswer
    Visitor II
    April 24, 2021

    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

    ST Employee
    April 26, 2021

    Hi @PVaaz.1​ ,

    Thanks for your contribution : it's fixed !

    BR,

    Christophe