1. Regenerate the X-LINUX-ISP OpenSTLinux distribution[edit | edit source]
With the following procedure, you can regenerate the complete distribution to enable the X-LINUX-ISP expansion package.
This procedure is mandatory if you want to update frameworks or generate your own X-LINUX-ISP distribution by selecting the relevant ISP framework for your applications.
1.1. Download the Distribution package[edit | edit source]
- Install the OpenSTLinux Distribution package by following the steps on the STM32MPU Distribution package wiki page, but do not initialize the OpenEmbedded environment (do not source envsetup.sh).
1.2. Install the X-LINUX-ISP environment[edit | edit source]
- Clone the meta-st-x-linux-isp git repositories
ISP v5.0.0: cd <Distribution Package installation directory>/layers/meta-st git clone https://github.com/STMicroelectronics/meta-st-x-linux-isp.git -b v5.0.0For X-LINUX-
Expand
- For a new environment
Expand
- For an already installed environment
1.3. Build the image[edit | edit source]
bitbake st-image-isp
Information |
Building the image might take a long time, depending on the host computer performances. |
1.4. Program the built image[edit | edit source]
Go to the "Flashing the built image" chapter of the STM32MPU Distribution package wiki page to find out more about how to program the image.