Last edited 5 years ago

STM32MP1 Distribution Package - OpenSTLinux distribution

Template:ArticleMainWriter Template:ReviewersList Template:ArticleApprovedVersion Template:UpdateNeededForNewRelease

This article aims to give the following information:

  • How to download and install the latest OpenSTLinux distribution for the STM32 microprocessors Series
  • Where to find the associated release note
  • Where to find the previous releases (archives)

Template:Warning

1. Beta1 release[edit source]

  • The STM32MP1 OpenSTLinux distribution is delivered through a manifest repository location and a manifest revision (openstlinux-4.14-rocko-mp1-18-11-26).
  • The installation relies on the repo command. In case the Repo tool (a Google-built repository management tool that runs on top of Git) is not yet installed and configured on the host PC, refer to the PC prerequisites article.
  • The OpenSTLinux distribution is massively using open source software (OSS) packages that are downloaded from a variety of open source repositories; so it is required that the IT infrastructure proxies do not forbid such accesses. If some proxy-related issues are suspected, refer to the How to avoid proxy issues article.
  • Install the STM32MP1 OpenSTLinux distribution
STM32MP1 Distribution Package OpenSTLinux distribution - Beta1 release
Installation
$ cd <working directory path>/Distribution-Package
  • Create the OpenSTLinux distribution installation sub-directory:
$ mkdir openstlinux-4.14-rocko-mp1-18-11-26 
$ cd openstlinux-4.14-rocko-mp1-18-11-26
  • Initialize repo in the current directory.

Template:InternalInfo Template:STdotcomInfo Note1: "ERROR 404" may appear during "repo init" command without any impact on the process
Note2: repo command will go to several github projects. It is convenient to indicate in your $HOME/.netrc your github credentials like below:

machine github.com
login "github login"
password "github password"


  • Synchronize the local project directories with the remote repositories specified in the manifest
$ repo sync
Release note

Details about the content of this software package are available in the associated STM32MP15 ecosystem release note.

If interested in previous releases, go through the archives of the ecosystem release note.

  • The OpenSTLinux distribution installation directory is in the <Distribution Package installation directory>, and is named openstlinux-4.14-rocko-mp1-18-11-26:
Template:Green  Template:Highlight
├── Template:Green                Template:Highlight
├── Template:Green                         Template:Highlight
├── Template:Green                     Template:Highlight
├── Template:Green
│   ├── Template:Green          Template:Highlight
│   ├── Template:Green              Template:Highlight
│   │   ├── Template:Green
│   │   │   ├── Template:Green                 Template:Highlight
│   │   │   ├── Template:Green              Template:Highlight
│   │   │   ├── Template:Green   Template:Highlight
│   │   │   └── Template:Green               Template:Highlight
│   │   ├── Template:Green
│   │   │   ├── Template:Green           Template:Highlight
│   │   │   └── Template:Green               Template:Highlight
│   │   ├── Template:Green
│   │   │   ├── Template:Green      Template:Highlight
│   │   │   └── [...]
│   │   ├── Template:Green
│   │   │   ├── Template:Green                Template:Highlight
│   │   │   └── Template:Green       Template:Highlight
│   │   ├── Template:Green
│   │   │   └── Template:Green                Template:Highlight
│   │   ├── Template:Green
│   │   │   └── Template:Green               Template:Highlight
│   │   └── [...]
│   ├── Template:Green       Template:Highlight
│   └── Template:Green
│       ├── envsetup.sh              Template:Highlight
│       └── [...]
└── Template:Green                Template:Highlight

Template:InternalInfo


2. Archives[edit source]

Template:InternalInfo

2.1. Alpha2 release[edit source]

  • The STM32MP1 OpenSTLinux distribution is delivered through a manifest repository location and a manifest revision (openstlinux-4.14-rocko-mp1-18-07-03).
  • The installation relies on the repo command. In case the Repo tool (a Google-built repository management tool that runs on top of Git) is not yet installed and configured on the host PC, refer to the PC prerequisites article.
  • The OpenSTLinux distribution is massively using open source software (OSS) packages that are downloaded from a variety of open source repositories; so it is required that the IT infrastructure proxies do not forbid such accesses. If some proxy-related issues are suspected, refer to the How to avoid proxy issues article.
  • Install the STM32MP1 OpenSTLinux distribution
STM32MP1 Distribution Package OpenSTLinux distribution - Alpha2 release
Installation
$ cd <working directory path>/Distribution-Package
  • Create the OpenSTLinux distribution installation sub-directory:
$ mkdir openstlinux-4.14-rocko-mp1-18-07-03 
$ cd openstlinux-4.14-rocko-mp1-18-07-03
  • Initialize repo in the current directory.

Template:InternalInfo Template:STdotcomInfo Note1: "ERROR 404" may appear during "repo init" command without any impact on the process
Note2: repo command will go to several github projects. It is convenient to indicate in your $HOME/.netrc your github credentials like below:

machine github.com
login "github login"
password "github password"


  • Synchronize the local project directories with the remote repositories specified in the manifest
$ repo sync
Release note

Details about the content of this software package are available in the associated STM32MP15 ecosystem release note.

If interested in previous releases, go through the archives of the ecosystem release note.

  • The OpenSTLinux distribution installation directory is in the <Distribution Package installation directory>, and is named openstlinux-4.14-rocko-mp1-18-07-03:
Template:Green  Template:Highlight
├── Template:Green                Template:Highlight
├── Template:Green                         Template:Highlight
├── Template:Green
│   ├── Template:Green          Template:Highlight
│   ├── Template:Green              Template:Highlight
│   │   ├── Template:Green
│   │   │   ├── Template:Green                 Template:Highlight
│   │   │   ├── Template:Green              Template:Highlight
│   │   │   ├── Template:Green   Template:Highlight
│   │   │   └── Template:Green               Template:Highlight
│   │   ├── Template:Green
│   │   │   ├── Template:Green           Template:Highlight
│   │   │   ├── Template:Green              Template:Highlight
│   │   │   └── Template:Green               Template:Highlight
│   │   ├── Template:Green
│   │   │   ├── Template:Green      Template:Highlight
│   │   │   └── [...]
│   │   ├── Template:Green
│   │   │   ├── Template:Green                Template:Highlight
│   │   │   └── Template:Green       Template:Highlight
│   │   ├── Template:Green
│   │   │   └── Template:Green                Template:Highlight
│   │   ├── Template:Green
│   │   │   └── Template:Green               Template:Highlight
│   │   └── [...]
│   ├── Template:Green       Template:Highlight
│   └── Template:Green
│       ├── envsetup.sh              Template:Highlight
│       └── [...]
└── Template:Green                Template:Highlight

Template:InternalInfo

2.2. Alpha1 release[edit source]

  • The STM32MP1 OpenSTLinux distribution is delivered through a manifest repository location and a manifest revision (openstlinux-4.14-rocko-mp1-18-01-23).
  • The installation relies on the repo command. In case the Repo tool (a Google-built repository management tool that runs on top of Git) is not yet installed and configured on the host PC, refer to the PC prerequisites article.
  • The OpenSTLinux distribution is massively using open source software (OSS) packages that are downloaded from a variety of open source repositories; so it is required that the IT infrastructure proxies do not forbid such accesses. If some proxy-related issues are suspected, refer to the How to avoid proxy issues article.
  • Install the STM32MP1 OpenSTLinux distribution
STM32MP1 Distribution Package OpenSTLinux distribution- Alpha1 release
Installation
$ cd <working directory path>/Distribution-Package
  • Create the OpenSTLinux distribution installation sub-directory:
$ mkdir openstlinux-4.14-rocko-mp1-18-01-23 
$ cd openstlinux-4.14-rocko-mp1-18-01-23
  • Initialize repo in the current directory.

Template:InternalInfo Template:STdotcomInfo

  • Synchronize the local project directories with the remote repositories specified in the manifest
$ repo sync
Release note

Details about the content of this software package are available in the associated STM32MP15 ecosystem release note.

If interested in former releases, go through the archives of the ecosystem release note.

  • The OpenSTLinux distribution installation directory is in the <Distribution Package installation directory>, and is named openstlinux-4.14-rocko-mp1-18-01-23:
Template:Green  Template:Highlight
├── Template:Green                Template:Highlight
├── Template:Green                         Template:Highlight
├── Template:Green
│   ├── Template:Green          Template:Highlight
│   ├── Template:Green              Template:Highlight
│   │   ├── Template:Green
│   │   │   ├── Template:Green                  Template:Highlight
│   │   │   ├── Template:Green              Template:Highlight
│   │   │   └── Template:Green               Template:Highlight
│   │   ├── Template:Green
│   │   │   ├── Template:Green           Template:Highlight
│   │   │   ├── Template:Green              Template:Highlight
│   │   │   └── Template:Green               Template:Highlight
│   │   ├── Template:Green
│   │   │   ├── Template:Green      Template:Highlight
│   │   │   └── [...]
│   │   ├── Template:Green
│   │   │   └── Template:Green                Template:Highlight
│   │   ├── Template:Green
│   │   │   └── Template:Green               Template:Highlight
│   │   └── [...]
│   └── Template:Green
│       ├── envsetup.sh              Template:Highlight
│       └── [...]
└── Template:Green                Template:Highlight