cancel
Showing results for 
Search instead for 
Did you mean: 

/deploy/images folder missing after compiling distribution package for STM32MP

DMali
Associate II

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

1 REPLY 1
PatrickF
ST Employee

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

see https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package#Initializing_the_OpenEmbedded_build_environment

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)

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.