2023-12-01 07:27 AM
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
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
Solved! Go to Solution.
2023-12-01 08:05 AM
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
2023-12-01 08:05 AM
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