Can't run gtk_hello_world example on STM32MP157F
Hi, I was following the STM32MP157F-DK2 tutorial for developing on ARM Cortex A7.
I have two problems:
1) Starter package - i have using STM32CubeProgrammer to download the image to a new SD Card, but the board failed to load Linux
2) i have tried the example given for hello_world.c . host cross-compilation is successful, but the program cannot run on the board with the following error messages:
root@stm32mp1:/usr/local# su -l weston -c "/usr/local/gtk_hello_world"
chown: cannot read directory '/home/root': Permission denied
/usr/local/gtk_hello_world: /lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/gtk_hello_world)
appreciate any help.
