STMCubeIDE Activation DeviceTree Failed with STM32MP157A-DK1 ARM Cortex-A7
Hi, i just started working/learning STM cards as an intern. I want to run C/C++ codes on STM32MP157A-DK1 ARM Cortex-A7.
I did the getting started tutorials at wiki, and im using environmet version 2.1.0 release
I followed these posts:
https://wiki.st.com/stm32mpu/wiki/How_to_manage_OpenSTLinux_project_in_STM32CubeIDE
Then I wrote an the most basic hello world code. just want to get an build, deploy and see if its working properly then i will start working on the task that i given.
#include <stdio.h>
int main()
{
printf("hello world\n");
return 0;
}The problem is when i press : Run as -> STM33 Cortex-A Linux deployment it gives an error and says : " Activation DeviceTree... failed"



I really dont know anything about this kind of work, i worked as a programmer but with visual studio, unity engine and unreal engine so this kind of environment is completely alien to me. Im sorry if this question is stupid or have an obvious solution/answer, but i have no one ask here to help me for this task.
