Skip to main content
Visitor II
August 1, 2019
Question

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

  • August 1, 2019
  • 1 reply
  • 723 views

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

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    August 1, 2019

    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)