2019-07-31 08:49 PM
Hi,
I used the below link for building OpenSTLinux Distribution.
https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package
As mentioned in the step 7 "Flashing the built image", there should be a /deploy/image folder for images. But i didn't find any image folder inside deploy directory.
What could be the possible reason thet image folder is not generated?
How should I compile to get the image folder?
Thanks,
Deshvir
2019-08-01 06:00 AM
Hello,
the build directory is created just after the following command from the OpenSTLinux distribution installation directory
DISTRO=openstlinux-weston MACHINE=stm32mp1 source layers/meta-st/scripts/envsetup.sh
Build directory is build-openstlinuxweston-stm32mp1
if this script does not work and/or issue errors, you should ensure there is no environment settings which interact.
For example, the Distribution Package script above could fail if on same Linux terminal you sourced the Developer Package SDK environment settings script as described in https://wiki.st.com/stm32mpu/wiki/Install_the_SDK (e.g. source SDK/environment-setup-cortexa7t2hf-neon-vfpv4-openstlinux_weston-linux-gnueabi)