cancel
Showing results for 
Search instead for 
Did you mean: 

Push the devicetree into the board fails

nitgbhat
Associate II

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

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

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 

 

 

 

 

Olivier GALLIEN
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.

View solution in original post

1 REPLY 1
Olivier GALLIEN
ST Employee

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 

 

 

 

 

Olivier GALLIEN
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.