Skip to main content
Explorer II
December 1, 2023
Solved

Push the devicetree into the board fails

  • December 1, 2023
  • 1 reply
  • 1275 views

Hi I am using STM32mp157-DK2 for the first time.

I am trying out the section Modify, rebuild and reload the linux kernel which is described in following link

https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Modify,_rebuild_and_reload_the_Linux%C2%AE_kernel

I was able to build the Kernel successfully, 

but while transferring the files to the board, it fails the below command 

scp arch/arm/boot/dts/stm32mp1xx*.dtb root@<board ip address>:/boot

with following result

 stm32mp1xx*.dtb: No such file or directory.

 

I checked the directory, and did not find any files with stm32mp1xx.

Kindly help me out to resolve this

Regards

 

 

    This topic has been closed for replies.
    Best answer by Olivier GALLIEN

    Hi @nitgbhat ,

    stm32mp1xx*.dtb notation intend to be generic to all ST boards.

    xx might be replaced by chip/board reference you target. Probably stm32mp157f-dk2.dts in your case. 

    Olivier 

     

     

     

     

    1 reply

    Technical Moderator
    December 1, 2023

    Hi @nitgbhat ,

    stm32mp1xx*.dtb notation intend to be generic to all ST boards.

    xx might be replaced by chip/board reference you target. Probably stm32mp157f-dk2.dts in your case. 

    Olivier