Templates may be created in the STM32 MPU wiki pages.
A lot of information about the templates can be found in MediaWiki Help:Templates page[1], and in Wikipedia Help:Template page[2]. Therefore, this article focuses on the templates created for this wiki.
![]() |
|
1. Golden rules for STM32 wiki[edit | edit source]
The basic principles that should be followed, are summarized here and detailed later:
Contributors:Templates |
---|
Learn what are the so-called protected templates |
Take a look at the supported templates |
2. Generalities[edit | edit source]
Templates are pages whose content is designed to be included (embedded) in other pages. Templates contain repetitive material that is needed in several pages: message boxes (e.g. Template:Warning), formatting (e.g. Template:Highlight), package versions (e.g. Template:CodeSource) etc.
A template page belongs to the Template namespace. All templates available in the wiki are listed here, and most of them are described below.
Templates called public are useful for any reader (message boxes, formatting...), while templates called internal only have interest for logged-in users who have writing permissions (mainly to share on wiki maintenance operations).
2.1. Creating a template[edit | edit source]
Only logged-in users who have system permissions, can create or edit templates.
A template page is created or edited in the same way an article is created or edited. The only difference is that its name is prefixed by Template:
.
Additional rules for template pages:
- Template name (e.g. "ArticleToDelete", "Warning")
- it might be composed of several words
- the first character of each word is in uppercase; other characters are in lowercase, excepting if the word is an abbreviation (e.g; in "STDarkGreen", "ST" stands for STMicroelectronics)
- Templates should contain at least the chapters shown below. The "Usage" and "Basic examples" chapters might be transcluded in help pages.
<noinclude>
==Usage==
[...]
==Basic examples==
{| class="st-table"
! You type !! You get
|-
| Common usage of the template
|
|}
==More examples==
{| class="st-table"
! You type !! You get
|-
| Other usages of the template
|
|-
| Other usages of the template
|
|}
==Maintenance==
Precise here in which wiki the template must be modified.
==Code==
</noinclude>
[...]
- Formatting rules for templates that create message boxes:
- Thin left borders identify public templates (e.g. Template:Warning), while large left borders refer to internal templates (e.g. Template:ArticleToDelete)
- Pink borders and icons are for requests (e.g. Template:ArticleToDelete) or important information (e.g Template:Warning)
- Dark blue borders and icons are for public information (e.g. Template:Info)
- Light blue borders and icons are for internal information (e.g. Template:PublicationRequestId)
2.2. Using a template[edit | edit source]
The most common method of template inclusion is called transclusion: the wikitext of the page that uses the template contains a reference to the template, and when that page is rendered, this reference is dynamically replaced by the content of the template. The reference is unchanged in the page wikitext. So, later changes to the template page are propagated to this page. It is the recommended method to include templates. To transclude a template whose name is <template name>, simply add the following text:
<template name>}}{{
Another method is called substitution : the reference to the template in the wikitext is replaced once and for all with the content of of the template when the page is saved. The template reference is substituted by a copy of the template content. So, later changes to the template page are not propagated to this page. To substitute a template whose name is <template name>, simply add the following text:
<template name>}}{{subst:
You type | You get | ||
---|---|---|---|
Transclusion
The [[Template:Warning|Warning]] template is transcluded:<br />
{{Warning}}
If you edit this page, you will see <code>{{Warning}}</code> above
|
The Warning template is transcluded: If you edit this page, you will see | ||
Substitution
The [[Template:Warning|Warning]] template is substituted:<br />
{{subst:Warning}}
The rendering is the same as for transclusion, but if you edit this page, you will see the warning message box above instead of <code>{{Warning}}</code>
|
The Warning template is substituted:
The rendering is the same as for transclusion, but if you edit this page, you will see the warning message box above instead of |
Attempting to include a template that does not exist produces a red link: following this link is a good method to create that particular template.
2.3. Modifying a template[edit | edit source]
Some templates are common to all ST wikis. Maintenance/modification of such templates and of their associated ProtectedTemplate (when any) must be done in the WikiModel wiki. They must be approved by maintainer of all ST wikis. Then, modified and approved templates must be pushed/merged to all other wikis. Below, the list of concerned templates :
- [[Template:=]]
- Template:ArticleBasedOnModel
- Template:ArticleToDelete
- Template:ArticleToRename
- Template:Board$
- Template:FileSource
- Template:Green
- Template:Grey
- Template:Highlight
- Template:HighlightParam
- Template:ImageMap
- Template:Info
- Template:InternalInfo
- Template:N
- Template:NoIndex
- Template:Orange
- Template:PC$
- Template:PublicationRequestId
- Template:Red
- Template:ReviewsComments
- Template:STDarkBlue
- Template:STDarkGreen
- Template:STDarkGrey
- Template:STLightBlue
- Template:STLightGreen
- Template:STLightGrey
- Template:STMediumGrey
- Template:STPink
- Template:STPurple
- Template:STTextGrey
- Template:STYellow
- Template:UnderConstruction
- Template:Warning
- Template:Y
Some templates are dedicated to a particular wiki for special usage. They must be modified and reviewed in the concerned online wiki and, once approved, pushed/merged to derivated wikis.
Below, templates dedicated to stm32mpu wikis :
- Template:Android
- Template:Av ref file
- Template:Av ref http
- Template:GDB$
- Template:Image ref file
- Template:MicroprocessorDevice
- Template:U-Boot$
- Template:UserDashboard
- Template:EcosystemFlow
- Template:EcosystemFlow/Archives
- Template:EcosystemFlow/Warning
- Template:EcosystemRelease
- Template:EcosystemRelease/Component
- Template:EcosystemRelease/Components
- Template:EcosystemRelease/Package
- Template:EcosystemRelease/Revision
- Template:ClonedFrom
- Template:CodeSource
- Template:DocSource
Some templates, dedicated to stm32mpu wikis, could be useful, after adaptations, to other wikis
- Template:Board
- Template:ClonedFrom
- Template:CodeSource
- Template:DocSource
- Template:GSModuleCurrent
- Template:GSModuleNext
- Template:GSStepCurrent
- Template:GSStepNext
- Template:SoftwareLicenseAgreement
- Template:UpdateNeededForNewBoard
- Template:UpdateNeededForNewDevice
- Template:UpdateNeededForNewRelease
Following templates are automatically created, update is not needed
2.4. Linking to a template[edit | edit source]
- To create a link to a template, surround its full name (i.e. including the namespace) by double square brackets (
[[
and]]
) :
You type | You get |
---|---|
Linking to the "ArticleToDelete" template
This is a link to the [[Template:ArticleToDelete]].
|
This is a link to the Template:ArticleToDelete. |
Changing the the link text
This is a link to the [[Template:ArticleToDelete|template used to request the deletion of a page]] .
|
This is a link to the template used to request the deletion of a page . |
2.5. Parameters[edit | edit source]
Parameters might be passed to a template when it is transcluded: they allow the template to produce different contents or have different behaviors.
In the template, each parameter is surrounded by three braces: {{{
and }}}
.
When using the template on a page, the parameter values are filled in, separated by a "pipe" character |
. MediaWiki allows parameters might be passed to the template in three ways: anonymous, numbered or named.
Let's consider a template "TestTemplate" that needs 2 parameters, a <message> and a <signature>. Depending on the way the template is written, the parameters might be passed as follows:
You type | Parameters received by the template |
---|---|
Anonymous parameters
{{TestTemplate|Here is my message|Here is my signature}}
|
{{{1}}} = Here is my message
{{{2}}} = Here is my signature
|
Numbered parameters
{{TestTemplate|2=Here is my signature|1=Here is my message}}
|
{{{1}}} = Here is my message
{{{2}}} = Here is my signature
|
Named parameters
{{TestTemplate|signature=Here is my signature|message=Here is my message}}
|
{{{message}}} = Here is my message
{{{signature}}} = Here is my signature
|
2.6. Templates and special characters[edit | edit source]
Parameters of templates must not contain the "=" and "|" characters . Therefore, these characters must be replaced by their HTML equivalent, or by special templates:
You type | You get |
---|---|
Do not use the "=" and "|" characters in templates
{{Warning|Problem with the "=" and "|" characters in the "Warning" template}}
|
|
Instead, use their HTML equivalent in templates
{{Warning|Solution with their HTML equivalent, "=" and "|" in the "Warning" template}}
|
|
Or, use the dedicated magic words or templates
{{Warning|Solution with magic words or templates, "{{=}}" and "{{!}}" in the "Warning" template}}
|
|
However, on top of this basic rule, there are more complicated situations (e.g. inserting a table in a non-secure template) that in addition depend on whether a non-secure or secure template is used: the Templates test article lists all these situations.
3. Protected templates[edit | edit source]
Protected templates (a.k.a. secure templates) are designed so that they are evaluated only for logged-in users who have writing permissions. In other words, the reference to a protected template in a page is dynamically replaced by the content of this template at the time that page is loaded, only if the reader has signed up and has the wring permissions . Otherwise, the reference to a protected template is replaced by nothing.
Classic templates are sometimes called non-secure templates to differentiate them from the protected templates.
A protected template page belongs to the ProtectedTemplate namespace. The syntax to use a protected template is as follows:
<protected template name>| params=<parameters> }}{{#tag:secureTransclude|| src=ProtectedTemplate:
Where <parameters> is the list of parameters separated by "pipe" magic words {{!}}
.
A protected template page must belongs to the "SecureTransclusion" category:
<noinclude>
[[category:SecureTransclusion]]
</noinclude>
You type | You get (if you signed up with ST editor permissions. Else, nothing is rendered) |
---|---|
Protected template
{{#tag:secureTransclude||
src=ProtectedTemplate:PublicationRequestId|
params=12345 {{!}} 2019-05-09 {{!}}
}}
|
To ease the usage of protected templates in pages, non-secure templates are created to encapsulate the call to the protected templates.
You type | You get (if you signed up with ST editor permissions. Else, nothing is rendered) |
---|---|
Classic template that calls the protected template
{{#tag:secureTransclude||
src=ProtectedTemplate:PublicationRequestId|
params={{{1|}}} {{!}} {{{2|}}} {{!}} {{{3|}}}
}}
|
|
Page that calls the classic template
{{PublicationRequestId | 12345 | 2019-05-09}}
|
3.1. Protected templates and categories[edit | edit source]
Automatically assigning a page to a category through a template is often used. For example, if a page uses the ArticleToRename template, it is automatically assigned to the Candidates for renaming category.
It is not possible to achieve this automatic assignment through a protected template for a security reason.
The solution is to go through a non-secure template that makes the assignment to a category and that calls a secure template that makes the secure operations. For example, the FileSource template assigns any page that uses it, to the File source category, and calls the FileSource protected template. With this solution, any reader is able to see the list of all articles that are assigned to the category: it means that this solution is applicable if showing this list doesn’t communicate confidential information.
4. Supported templates[edit | edit source]
Most of the templates and protected templates available in the wiki are described in the next chapters.
4.1. Templates for editing[edit | edit source]
Indicating that a page (or part of a page) is under construction (not ready yet) Public - Unprotected Template common to all ST wikis |
Template:UnderConstruction | See also: article under construction |
You type | You get | ||
---|---|---|---|
Under construction without specific message
{{UnderConstruction}}
|
| ||
Under construction with specific message
{{UnderConstruction| Delivery for this distribution is being prepared}}
|
|
Indicating that a page should not be indexed by search engines Public - Unprotected Template common to all ST wikis |
Template:NoIndex | See also: sub-article |
Requesting page deletion Internal - Unprotected Template common to all ST wikis |
Template:ArticleToDelete | See also: deleting an article |
You type | You get |
---|---|
Deletion requested: reason and signature supplied
{{ArticleToDelete | This is the reason for this request | ~~~~}}
|
Requesting page renaming (or move) Internal - Unprotected Template common to all ST wikis |
Template:ArticleToRename | See also: moving an article |
You type | You get |
---|---|
Renaming (move) requested: new name, reason and signature supplied
{{ArticleToRename | This is the new name | This is the reason for this request | ~~~~}}
|
4.2. Templates for formatting[edit | edit source]
Warning on a particularly important point Public - Unprotected Template common to all ST wikis |
Template:Warning | See also: highlighting information with message boxes |
You type | You get |
---|---|
Warning without specific warning message
{{Warning}}
|
|
Warning with specific warning message
{{Warning | Please respect the order of the below actions. Just after, link is displayed to test the background color when link is displayed: [[Main Page]]}}
|
|
Drawing attention to a particularly important point Public - Unprotected Template common to all ST wikis |
Template:Info | See also: highlighting information with message boxes |
You type | You get | ||
---|---|---|---|
Info without specific info message
{{Info}}
|
| ||
Info with specific Info message
{{Info | Note that the below actions are optional but recommended. Just after, link is displayed to test the background color when link is displayed: [[Main Page]]}}
|
|
Drawing attention to information related to the Android™ distribution Public - Unprotected Template specific to stm32mpu wiki |
Template:Android | See also: highlighting information with message boxes |
You type | You get | ||
---|---|---|---|
Android without specific message
{{Android}}
|
| ||
Android with specific message
{{Android | Note that the following packages are required to build an environment for Android™}}
|
|
Highlighting important information Public - Unprotected Template common to all ST wikis |
Template:Highlight | See also: highlighting information with colored text |
You type | You get |
---|---|
Highlighting important information
The commands only apply {{Highlight|for versions up to x.y}}, and it is {{Highlight|mandatory}} to execute them
|
The commands only apply for versions up to x.y, and it is mandatory to execute them |
Highlighting parameters, values or options that must be set, for example in commands Public - Unprotected Template common to all ST wikis |
Template:HighlightParam | See also: highlighting information with colored text |
You type | You get |
---|---|
Highlighting parameter, value or option
To change the current console {{HighlightParam|<loglevel>}}, simply write to this file:
{{Board$}} echo {{HighlightParam|<loglevel>}} > /proc/sys/kernel/printk
|
To change the current console <loglevel>, simply write to this file: <loglevel> > /proc/sys/kernel/printkecho |
Coloring text with the STMicroelectronics corporate secondary color shade of dark green (█) Public - Unprotected Template common to all ST wikis |
Template:STDarkGreen | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Coloring text in dark green
This is a {{STDarkGreen|STMicroelectronics corporate color: shade of dark green: █}}
|
This is a STMicroelectronics corporate color: shade of dark green: █ |
Coloring text in 75% tint of dark green
This is a {{STDarkGreen|STMicroelectronics corporate color: 75% tint of dark green: █ | tint=75}}
|
This is a STMicroelectronics corporate color: 75% tint of dark green: █ |
Coloring text in 50% tint of dark green
This is a {{STDarkGreen|STMicroelectronics corporate color: 50% tint of dark green: █ | tint=50}}
|
This is a STMicroelectronics corporate color: 50% tint of dark green: █ |
Coloring text in 25% tint of dark green
This is a {{STDarkGreen|STMicroelectronics corporate color: 25% tint of dark green: █ | tint=25}}
|
This is a STMicroelectronics corporate color: 25% tint of dark green: █ |
Getting the hexadecimal code of the color
{{STDarkGreen}} is the hexadecimal code of STMicroelectronics dark green.
|
#04572F is the hexadecimal code of STMicroelectronics dark green. |
Getting the hexadecimal code of the 75% tint of the color
{{STDarkGreen | tint=75}} is the hexadecimal code of STMicroelectronics 75% tint of dark green.
|
#438163 is the hexadecimal code of STMicroelectronics 75% tint of dark green. |
Getting the hexadecimal code of the 50% tint of the color
{{STDarkGreen | tint=50}} is the hexadecimal code of STMicroelectronics 50% tint of dark green.
|
#81AB97 is the hexadecimal code of STMicroelectronics 50% tint of dark green. |
Getting the hexadecimal code of the 25% tint of the color
{{STDarkGreen | tint=25}} is the hexadecimal code of STMicroelectronics 25% tint of dark green.
|
#BDD3C8 is the hexadecimal code of STMicroelectronics 25% tint of dark green. |
Coloring text with the STMicroelectronics corporate primary color shade of dark blue (█) Public - Unprotected Template common to all ST wikis |
Template:STDarkBlue | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Coloring text in dark blue
This is a {{STDarkBlue|STMicroelectronics corporate color: shade of dark blue: █}}
|
This is a STMicroelectronics corporate color: shade of dark blue: █ |
Coloring text in 75% tint of dark blue
This is a {{STDarkBlue|STMicroelectronics corporate color: 75% tint of dark blue: █ | tint=75}}
|
This is a STMicroelectronics corporate color: 75% tint of dark blue: █ |
Coloring text in 50% tint of dark blue
This is a {{STDarkBlue|STMicroelectronics corporate color: 50% tint of dark blue: █ | tint=50}}
|
This is a STMicroelectronics corporate color: 50% tint of dark blue: █ |
Coloring text in 25% tint of dark blue
This is a {{STDarkBlue|STMicroelectronics corporate color: 25% tint of dark blue: █ | tint=25}}
|
This is a STMicroelectronics corporate color: 25% tint of dark blue: █ |
Getting the hexadecimal code of the color
{{STDarkBlue}} is the hexadecimal code of STMicroelectronics dark blue.
|
#03234B is the hexadecimal code of STMicroelectronics dark blue. |
Getting the hexadecimal code of the 75% tint of the color
{{STDarkBlue | tint=75}} is the hexadecimal code of STMicroelectronics 75% tint of dark blue.
|
#425A78 is the hexadecimal code of STMicroelectronics 75% tint of dark blue. |
Getting the hexadecimal code of the 50% tint of the color
{{STDarkBlue | tint=50}} is the hexadecimal code of STMicroelectronics 50% tint of dark blue.
|
#8191A5 is the hexadecimal code of STMicroelectronics 50% tint of dark blue. |
Getting the hexadecimal code of the 25% tint of the color
{{STDarkBlue | tint=25}} is the hexadecimal code of STMicroelectronics 25% tint of dark blue.
|
#BDC5D0 is the hexadecimal code of STMicroelectronics 25% tint of dark blue. |
Coloring text with the STMicroelectronics corporate primary color shade of yellow (█) Public - Unprotected Template common to all ST wikis |
Template:STYellow | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Coloring text in yellow
This is a {{STYellow|STMicroelectronics corporate color: shade of yellow: █}}
|
This is a STMicroelectronics corporate color: shade of yellow: █ |
Coloring text in 75% tint of yellow
This is a {{STYellow|STMicroelectronics corporate color: 75% tint of yellow: █ | tint=75}}
|
This is a STMicroelectronics corporate color: 75% tint of yellow: █ |
Coloring text in 50% tint of yellow
This is a {{STYellow|STMicroelectronics corporate color: 50% tint of yellow: █ | tint=50}}
|
This is a STMicroelectronics corporate color: 50% tint of yellow: █ |
Coloring text in 25% tint of yellow
This is a {{STYellow|STMicroelectronics corporate color: 25% tint of yellow: █ | tint=25}}
|
This is a STMicroelectronics corporate color: 25% tint of yellow: █ |
Getting the hexadecimal code of the color
{{STYellow}} is the hexadecimal code of STMicroelectronics yellow.
|
#FFD200 is the hexadecimal code of STMicroelectronics yellow. |
Getting the hexadecimal code of the 75% tint of the color
{{STYellow | tint=75}} is the hexadecimal code of STMicroelectronics 75% tint of yellow.
|
#FFDD40 is the hexadecimal code of STMicroelectronics 75% tint of yellow. |
Getting the hexadecimal code of the 50% tint of the color
{{STYellow | tint=50}} is the hexadecimal code of STMicroelectronics 50% tint of yellow.
|
#FFE87F is the hexadecimal code of STMicroelectronics 50% tint of yellow. |
Getting the hexadecimal code of the 25% tint of the color
{{STYellow | tint=25}} is the hexadecimal code of STMicroelectronics 25% tint of yellow.
|
#FFF4BF is the hexadecimal code of STMicroelectronics 25% tint of yellow. |
Coloring text with the STMicroelectronics corporate secondary color shade of purple (█) Public - Unprotected Template common to all ST wikis |
Template:STPurple | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Coloring text in purple
This is a {{STPurple|STMicroelectronics corporate color: shade of purple: █}}
|
This is a STMicroelectronics corporate color: shade of purple: █ |
Coloring text in 75% tint of purple
This is a {{STPurple|STMicroelectronics corporate color: 75% tint of purple: █ | tint=75}}
|
This is a STMicroelectronics corporate color: 75% tint of purple: █ |
Coloring text in 50% tint of purple
This is a {{STPurple|STMicroelectronics corporate color: 50% tint of purple: █ | tint=50}}
|
This is a STMicroelectronics corporate color: 50% tint of purple: █ |
Coloring text in 25% tint of purple
This is a {{STPurple|STMicroelectronics corporate color: 25% tint of purple: █ | tint=25}}
|
This is a STMicroelectronics corporate color: 25% tint of purple: █ |
Getting the hexadecimal code of the color
{{STPurple}} is the hexadecimal code of STMicroelectronics purple.
|
#8C0078 is the hexadecimal code of STMicroelectronics purple. |
Getting the hexadecimal code of the 75% tint of the color
{{STPurple | tint=75}} is the hexadecimal code of STMicroelectronics 75% tint of purple.
|
#A9409A is the hexadecimal code of STMicroelectronics 75% tint of purple. |
Getting the hexadecimal code of the 50% tint of the color
{{STPurple | tint=50}} is the hexadecimal code of STMicroelectronics 50% tint of purple.
|
#C57FBB is the hexadecimal code of STMicroelectronics 50% tint of purple. |
Getting the hexadecimal code of the 25% tint of the color
{{STPurple | tint=25}} is the hexadecimal code of STMicroelectronics 25% tint of purple.
|
#E2BFDD is the hexadecimal code of STMicroelectronics 25% tint of purple. |
Getting the hexadecimal code of the STMicroelectronics corporate primary color shade of pink (█)
Public - Unprotected Template common to all ST wikis |
Template:STPink | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Coloring text in pink
This is a {{STPink|STMicroelectronics corporate color: shade of pink: █}}
|
This is a STMicroelectronics corporate color: shade of pink: █ |
Coloring text in 75% tint of pink
This is a {{STPink|STMicroelectronics corporate color: 75% tint of pink: █ | tint=75}}
|
This is a STMicroelectronics corporate color: 75% tint of pink: █ |
Coloring text in 50% tint of pink
This is a {{STPink|STMicroelectronics corporate color: 50% tint of pink: █ | tint=50}}
|
This is a STMicroelectronics corporate color: 50% tint of pink: █ |
Coloring text in 25% tint of pink
This is a {{STPink|STMicroelectronics corporate color: 25% tint of pink: █ | tint=25}}
|
This is a STMicroelectronics corporate color: 25% tint of pink: █ |
Getting the hexadecimal code of the color
{{STPink}} is the hexadecimal code of STMicroelectronics pink.
|
#E6007E is the hexadecimal code of STMicroelectronics pink. |
Getting the hexadecimal code of the 75% tint of the color
{{STPink | tint=75}} is the hexadecimal code of STMicroelectronics 75% tint of pink.
|
#EC409E is the hexadecimal code of STMicroelectronics 75% tint of pink. |
Getting the hexadecimal code of the 50% tint of the color
{{STPink | tint=50}} is the hexadecimal code of STMicroelectronics 50% tint of pink.
|
#F27FBE is the hexadecimal code of STMicroelectronics 50% tint of pink. |
Getting the hexadecimal code of the 25% tint of the color
{{STPink | tint=25}} is the hexadecimal code of STMicroelectronics 25% tint of pink.
|
#F8BCDD is the hexadecimal code of STMicroelectronics 25% tint of pink. |
Getting the hexadecimal code of the STMicroelectronics corporate secondary color shade of light green (█)
Public - Unprotected Template common to all ST wikis |
Template:STLightGreen | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Coloring text in light green
This is a {{STLightGreen|STMicroelectronics corporate color: shade of light green: █}}
|
This is a STMicroelectronics corporate color: shade of light green: █ |
Coloring text in 75% tint of light green
This is a {{STLightGreen|STMicroelectronics corporate color: 75% tint of light green: █ | tint=75}}
|
This is a STMicroelectronics corporate color: 75% tint of light green: █ |
Coloring text in 50% tint of light green
This is a {{STLightGreen|STMicroelectronics corporate color: 50% tint of light green: █ | tint=50}}
|
This is a STMicroelectronics corporate color: 50% tint of light green: █ |
Coloring text in 25% tint of light green
This is a {{STLightGreen|STMicroelectronics corporate color: 25% tint of light green: █ | tint=25}}
|
This is a STMicroelectronics corporate color: 25% tint of light green: █ |
Getting the hexadecimal code of the color
{{STLightGreen}} is the hexadecimal code of STMicroelectronics light green.
|
#49B170 is the hexadecimal code of STMicroelectronics light green. |
Getting the hexadecimal code of the 75% tint of the color
{{STLightGreen | tint=75}} is the hexadecimal code of STMicroelectronics 75% tint of light green.
|
#77C594 is the hexadecimal code of STMicroelectronics 75% tint of light green. |
Getting the hexadecimal code of the 50% tint of the color
{{STLightGreen | tint=50}} is the hexadecimal code of STMicroelectronics 50% tint of light green.
|
#A4D8B7 is the hexadecimal code of STMicroelectronics 50% tint of light green. |
Getting the hexadecimal code of the 25% tint of the color
{{STLightGreen | tint=25}} is the hexadecimal code of STMicroelectronics 25% tint of light green.
|
#C7E7D3 is the hexadecimal code of STMicroelectronics 25% tint of light green. |
Getting the hexadecimal code of the STMicroelectronics corporate primary color shade of light blue (█)
Public - Unprotected Template common to all ST wikis |
Template:STLightBlue | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Coloring text in light blue
This is a {{STLightBlue|STMicroelectronics corporate color: shade of light blue: █}}
|
This is a STMicroelectronics corporate color: shade of light blue: █ |
Coloring text in 75% tint of light blue
This is a {{STLightBlue|STMicroelectronics corporate color: 75% tint of light blue: █ | tint=75}}
|
This is a STMicroelectronics corporate color: 75% tint of light blue: █ |
Coloring text in 50% tint of light blue
This is a {{STLightBlue|STMicroelectronics corporate color: 50% tint of light blue: █ | tint=50}}
|
This is a STMicroelectronics corporate color: 50% tint of light blue: █ |
Coloring text in 25% tint of light blue
This is a {{STLightBlue|STMicroelectronics corporate color: 25% tint of light blue: █ | tint=25}}
|
This is a STMicroelectronics corporate color: 25% tint of light blue: █ |
Getting the hexadecimal code of the color
{{STLightBlue}} is the hexadecimal code of STMicroelectronics light blue.
|
#3CB4E6 is the hexadecimal code of STMicroelectronics light blue. |
Getting the hexadecimal code of the 75% tint of the color
{{STLightBlue | tint=75}} is the hexadecimal code of STMicroelectronics 75% tint of light blue.
|
#6DC7EC is the hexadecimal code of STMicroelectronics 75% tint of light blue. |
Getting the hexadecimal code of the 50% tint of the color
{{STLightBlue | tint=50}} is the hexadecimal code of STMicroelectronics 50% tint of light blue.
|
#9DD9F2 is the hexadecimal code of STMicroelectronics 50% tint of light blue. |
Getting the hexadecimal code of the 25% tint of the color
{{STLightBlue | tint=25}} is the hexadecimal code of STMicroelectronics 25% tint of light blue.
|
#CEECF9 is the hexadecimal code of STMicroelectronics 25% tint of light blue. |
Getting the hexadecimal code of the STMicroelectronics corporate secondary color shade of light grey (█)
Public - Unprotected Template common to all ST wikis |
Template:STLightGrey | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Getting the hexadecimal code of the color
{{STLightGrey}} is the hexadecimal code of STMicroelectronics light grey.
|
#D1D1D3 is the hexadecimal code of STMicroelectronics light grey. |
Getting the hexadecimal code of the STMicroelectronics corporate secondary color shade of medium grey (█)
Public - Unprotected Template common to all ST wikis |
Template:STMediumGrey | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Getting the hexadecimal code of the color
{{STMediumGrey}} is the hexadecimal code of STMicroelectronics medium grey.
|
#A2A2A7 is the hexadecimal code of STMicroelectronics medium grey. |
Getting the hexadecimal code of the STMicroelectronics corporate secondary color shade of dark grey (█)
Public - Unprotected Template common to all ST wikis |
Template:STDarkGrey | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Coloring text in dark grey
This is a {{STDarkGrey|STMicroelectronics corporate color: shade of dark grey: █}}
|
This is a STMicroelectronics corporate color: shade of dark grey: █ |
Coloring text in 75% tint of dark grey
This is a {{STDarkGrey|STMicroelectronics corporate color: 75% tint of dark grey: █ | tint=75}}
|
This is a STMicroelectronics corporate color: 75% tint of dark grey: █ |
Coloring text in 50% tint of dark grey
This is a {{STDarkGrey|STMicroelectronics corporate color: 50% tint of dark grey: █ | tint=50}}
|
This is a STMicroelectronics corporate color: 50% tint of dark grey: █ |
Coloring text in 25% tint of dark grey
This is a {{STDarkGrey|STMicroelectronics corporate color: 25% tint of dark grey: █ | tint=25}}
|
This is a STMicroelectronics corporate color: 25% tint of dark grey: █ |
Getting the hexadecimal code of the color
{{STDarkGrey}} is the hexadecimal code of STMicroelectronics dark grey.
|
#464650 is the hexadecimal code of STMicroelectronics dark grey. |
Getting the hexadecimal code of the 75% tint of the color
{{STDarkGrey | tint=75}} is the hexadecimal code of STMicroelectronics 75% tint of dark grey.
|
#74747C is the hexadecimal code of STMicroelectronics 75% tint of dark grey. |
Getting the hexadecimal code of the 50% tint of the color
{{STDarkGrey | tint=50}} is the hexadecimal code of STMicroelectronics 50% tint of dark grey.
|
#A2A2A7 is the hexadecimal code of STMicroelectronics 50% tint of dark grey. |
Getting the hexadecimal code of the 25% tint of the color
{{STDarkGrey | tint=25}} is the hexadecimal code of STMicroelectronics 25% tint of dark grey.
|
#D1D1D3 is the hexadecimal code of STMicroelectronics 25% tint of dark grey. |
Getting the hexadecimal code of the STMicroelectronics corporate color shade of grey (█) for normal text
Public - Unprotected Template common to all ST wikis |
Template:STTextGrey | See also: coloring text with STMicroelectronics corporate colors |
You type | You get |
---|---|
Getting the hexadecimal code of the color
{{STTextGrey}} is the hexadecimal code of STMicroelectronics grey for normal text.
|
#58585A is the hexadecimal code of STMicroelectronics grey for normal text. |
Coloring text with the "classic MediaWiki" red (█) color
Template common to all ST wikis |
Template:Red | See also: coloring text with classic MediaWiki colors |
You type | You get |
---|---|
Coloring text in "classic MediaWiki" red
This is a {{Red|"classic MediaWiki" color: red: █}}
|
This is a "classic MediaWiki" color: red: █ |
Getting the hexadecimal code of the color
{{Red}} is the hexadecimal code of the "classic MediaWiki" red.
|
#FF0000 is the hexadecimal code of the "classic MediaWiki" red. |
Coloring text with the "classic MediaWiki" orange (█) color
Template common to all ST wikis |
Template:Orange | See also: coloring text with classic MediaWiki colors |
You type | You get |
---|---|
Coloring text in "classic MediaWiki" orange
This is a {{Orange|"classic MediaWiki" color: orange: █}}
|
This is a "classic MediaWiki" color: orange: █ |
Getting the hexadecimal code of the color
{{Orange}} is the hexadecimal code of the "classic MediaWiki" orange.
|
#FFA500 is the hexadecimal code of the "classic MediaWiki" orange. |
Coloring text with the "classic MediaWiki" green (█) color. It is now mapped on the STDarkGreen template that is a STMicroelectronics corporate color.
Public - Unprotected Template common to all ST wikis |
Template:Green | See also: coloring text with classic MediaWiki colors |
Coloring text with the "classic MediaWiki" grey (█) color. It is now mapped on the STDarkGrey template that is a STMicroelectronics corporate color.
Public - Unprotected Template common to all ST wikis |
Template:Grey | See also: coloring text with classic MediaWiki colors |
Host-PC-specific prompt Public - Unprotected Template common to all ST wikis |
Template:PC$ | See also: commands |
You type | You get |
---|---|
ls test command executed on the host PC
{{PC$}}ls test<br>
test1.txt test2.txt
|
ls test |
Board-specific prompt Public - Unprotected Template common to all ST wikis |
Template:Board$ | See also: commands |
You type | You get |
---|---|
ls test command executed on the board
{{Board$}}ls test<br>
test1.txt test2.txt
|
ls test |
U-Boot-specific prompt Public - Unprotected Template specific to stm32mpu wiki |
Template:U-Boot$ | See also: commands |
You type | You get |
---|---|
help env command executed on the U-Boot console
U-Boot$}}help env<br> env - environment handling commands{{ |
help env |
GDB-specific prompt Public - Unprotected Template common to all ST wikis |
Template:GDB$ | See also: commands |
You type | You get |
---|---|
info break command executed on GDB
GDB$}}show listsize<br> Number of source lines gdb will list by default is 10.{{ |
show listsize |
Inserting a "yes" indicator Public - Unprotected Template common to all ST wikis |
Template:Y | See also: other templates for formatting |
You type | You get | ||||||
---|---|---|---|---|---|---|---|
"Yes" indicator
{| class="st-table"
! Feature !! Availability
|-
| Feature 1 || {{Y}}
|-
| Feature 2 || {{Y}}
|}
|
|
Inserting a "no" indicator Public - Unprotected Template common to all ST wikis |
Template:N | See also: other templates for formatting |
You type | You get | ||||||
---|---|---|---|---|---|---|---|
"No" indicator
{| class="st-table"
! Feature !! Availability
|-
| Feature 1 || {{N}}
|-
| Feature 2 || {{N}}
|}
|
|
4.3. Templates for sources[edit | edit source]
Indicating the URL of any Linux® kernel, U-Boot, TF-A, OP-TEE OS and STM32CubeMP1 file Public - Unprotected Template common to all ST wikis but need to be customized per wiki |
Template:CodeSource |
You type | You get |
---|---|
Linux kernel
Linux kernel | Makefile}}<br /> 2- {{CodeSource | Linux kernel | arch/arm/boot/dts/}}<br /> 3- {{CodeSource | Linux kernel | /}}<br /> 4- {{CodeSource | Linux kernel}}<br />1- {{CodeSource | |
1- Makefile |
U-Boot
U-Boot | Makefile}}<br /> 2- {{CodeSource | U-Boot | arch/arm/dts/}}<br /> 3- {{CodeSource | U-Boot | /}}<br /> 4- {{CodeSource | U-Boot}}<br />1- {{CodeSource | |
1- Makefile |
TF-A
TF-A | Makefile}}<br /> 2- {{CodeSource | TF-A | fdts/}}<br /> 3- {{CodeSource | TF-A | /}}<br /> 4- {{CodeSource | TF-A}}<br />1- {{CodeSource | |
1- Makefile |
OP-TEE_OS
OP-TEE_OS | Makefile}}<br /> 2- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/}}<br /> 3- {{CodeSource | OP-TEE_OS | /}}<br /> 4- {{CodeSource | OP-TEE_OS}}<br />1- {{CodeSource | |
1- Makefile |
optee-stm32mp-addons
1- {{CodeSource | optee-stm32mp-addons | README.md}}<br />
2- {{CodeSource | optee-stm32mp-addons | stm32mp-calibration/}}<br />
3- {{CodeSource | optee-stm32mp-addons | /}}<br />
4- {{CodeSource | optee-stm32mp-addons}}<br />
|
1- README.md |
External_DT
DT | linux/Makefile}}<br /> 2- {{CodeSource | External_DT | linux/}}<br /> 3- {{CodeSource | External_DT | /}}<br /> 4- {{CodeSource | External_DT}}<br />1- {{CodeSource | External_ |
1- linux/Makefile |
STM32CubeMP1
HAL_Driver/Src/}}<br /> 3- {{CodeSource | STM32CubeMP1 | /}}<br /> 4- {{CodeSource | STM32CubeMP1html | Release_Notes.html}}<br /> 5- {{CodeSource | STM32CubeMP1}}<br />1- {{CodeSource | STM32CubeMP1 | Readme.md}}<br /> 2- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_ |
1- Readme.md |
STM32CubeMP13
BSP/STM32MP13xx_DISCO/}}<br /> 3- {{CodeSource | STM32CubeMP13 | /}}<br /> 4- {{CodeSource | STM32CubeMP13 |Projects/STM32CubeProjectsList.html}}<br /> 5- {{CodeSource | STM32CubeMP13html |Projects/STM32CubeProjectsList.html}}<br /> 6- {{CodeSource | STM32CubeMP13}}<br />1- {{CodeSource | STM32CubeMP13 | Readme.md}}<br /> 2- {{CodeSource | STM32CubeMP13 |Drivers/ |
1- Readme.md |
STM32CubeMP2
HAL_Driver/Src/}}<br /> 3- {{CodeSource | STM32CubeMP2 | /}}<br /> 4- {{CodeSource | STM32CubeMP2}}<br /> 5- {{CodeSource |STM32CubeMP2html |Projects/STM32CubeProjectsList.html}}<br />1- {{CodeSource | STM32CubeMP2 | README.md}}<br /> 2- {{CodeSource | STM32CubeMP2 | Drivers/STM32MP2xx_ |
1- README.md |
TF-M
1- {{CodeSource | TF-M | readme.rst}}<br />
2- {{CodeSource | TF-M | bl1/config/}}<br />
3- {{CodeSource | TF-M | /}}<br />
4- {{CodeSource | TF-M}}<br />
|
1- readme.rst |
TF-M_tests
1- {{CodeSource | TF-M_tests | readme.rst}}<br />
2- {{CodeSource | TF-M_tests | test/bl2/}}<br />
3- {{CodeSource | TF-M_tests | /}}<br />
4- {{CodeSource | TF-M_tests}}<br />
|
1- readme.rst |
STM32DDRFW-UTIL
HAL_Driver/Src/}}<br /> 3- {{CodeSource | STM32DDRFW-UTIL | /}}<br /> 4- {{CodeSource | STM32DDRFW-UTIL}}<br />1- {{CodeSource | STM32DDRFW-UTIL | README.md}}<br /> 2- {{CodeSource | STM32DDRFW-UTIL | Drivers/STM32MP2xx_ |
1- README.md |
STM32PRGFW-UTIL
HAL_Driver/Src/}}<br /> 3- {{CodeSource | STM32PRGFW-UTIL | /}}<br /> 4- {{CodeSource | STM32PRGFW-UTIL }}<br />1- {{CodeSource | STM32PRGFW-UTIL | README.md}}<br /> 2- {{CodeSource | STM32PRGFW-UTIL | Drivers/STM32MP2xx_ |
1- README.md |
meta-st-stm32mp
1- {{CodeSource | meta-st-stm32mp | README.md}}<br />
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}}<br />
3- {{CodeSource | meta-st-stm32mp | /}}<br />
4- {{CodeSource | meta-st-stm32mp}}<br />
|
1- README.md |
meta-st-openstlinux
1- {{CodeSource | meta-st-openstlinux | README.md}}<br />
2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/}}<br />
3- {{CodeSource | meta-st-openstlinux | /}}<br />
4- {{CodeSource | meta-st-openstlinux}}<br />
|
1- README.md |
meta-st-stm32mp-addons
1- {{CodeSource | meta-st-stm32mp-addons | README.md}}<br />
2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/}}<br />
3- {{CodeSource | meta-st-stm32mp-addons | /}}<br />
4- {{CodeSource | meta-st-stm32mp-addons}}<br />
|
1- README.md |
wiki-stm32mp-addons
1- {{CodeSource | wiki-stm32mp-addons | README.md}}<br />
2- {{CodeSource | wiki-stm32mp-addons | gdb-scripts/}}<br />
3- {{CodeSource | wiki-stm32mp-addons | /}}<br />
4- {{CodeSource | wiki-stm32mp-addons}}<br />
|
1- README.md |
Android
1- {{CodeSource | Android | repo=platform/build | README.md}}<br />
2- {{CodeSource | Android | repo=platform/packages/apps/Settings | src/com/android/settings/}}<br />
3- {{CodeSource | Android | repo=platform/build | /}}<br />
4- {{CodeSource | Android}| repo=platform/build}<br />
|
1- platform/build/README.md |
Buildroot
1- {{CodeSource | Buildroot | README.md}}<br />
2- {{CodeSource | Buildroot | docs/}}<br />
3- {{CodeSource | Buildroot | /}}<br />
4- {{CodeSource | Buildroot }}<br />
|
1- README.md |
X-LINUX-AI
AI | README.md}}<br /> 2- {{CodeSource | X-LINUX-AI | conf/}}<br /> 3- {{CodeSource | X-LINUX-AI | /}}<br /> 4- {{CodeSource | X-LINUX-AI}}<br />1- {{CodeSource | X-LINUX- |
1- README.md |
X-LINUX-ISP
ISP| README.md}}<br /> 2- {{CodeSource | X-LINUX-ISP| conf/}}<br /> 3- {{CodeSource | X-LINUX-ISP| /}}<br /> 4- {{CodeSource | X-LINUX-ISP}}<br />1- {{CodeSource | X-LINUX- |
1- README.md |
st-openstlinux-application
1- {{CodeSource | st-openstlinux-application | README.md}}<br />
2- {{CodeSource | st-openstlinux-application | dcmipp-isp-ctrl/}}<br />
3- {{CodeSource | st-openstlinux-application | /}}<br />
4- {{CodeSource | st-openstlinux-application}}<br />
5- {{CodeSource | st-openstlinux-application | weston-cube/}}<br />
|
1- README.md |
Indicating the URL of any Linux® kernel, Yocto Project, and AWS IoT Greengrass document Public - Unprotected Template common to all ST wikis but need to be customized per wiki |
Template:DocSource |
You type | You get |
---|---|
Linux kernel
Linux kernel | path=crypto/index.html}}<br /> 2- {{DocSource | domain=Linux kernel | path=gpu/drm-uapi.html}}1- {{DocSource | domain= |
|
Yocto Project
Yocto Project | path=overview-manual}}<br /> 2- {{DocSource | domain=Yocto Project | path=brief-yoctoprojectqs}}1- {{DocSource | domain= |
|
AWS IoT Greengrass
1- {{DocSource | domain=AWS Greengrass | path=developerguide/what-is-gg.html}}<br />
2- {{DocSource | domain=AWS Greengrass | path=developerguide/device-config-setup.html}}
|
1- developerguide/what-is-gg.html |
U-Boot
U-Boot | path=index.html}}<br /> 2- {{DocSource | domain=U-Boot | path=build/index.html}}1- {{DocSource | domain= |
1- index.html |
TF-A
TF-A | path=index.html}}<br /> 2- {{DocSource | domain=TF-A | path=getting_started/index.html}}1- {{DocSource | domain= |
|
OP-TEE
OP-TEE | path=general/index.html}}<br /> 2- {{DocSource | domain=OP-TEE | path=index.html}}1- {{DocSource | domain= |
1- general/index.html |
Indicating the source of any file used in this wiki Public - Unprotected Template common to all ST wikis but need to be customized per wiki |
Template:FileSource |
You type | You get | ||
---|---|---|---|
File source: document 7331 of the Digital Assets Library
{{FileSource | Digital Assets Library | 7331}}
|
| ||
File source: document STM32MP157x-DKx.pptx of the user guide files library
{{FileSource | User guide | Boards/STM32MP157x-DKx.pptx}}
|
| ||
File source: document STM32MP15-Software-Software architecture.pptx of the training files library
{{FileSource | Training | STM32MP15-Software-Software architecture.pptx}}
|
| ||
File source: UML diagram quadrature_x4_encoding.txt of the UML diagrams' Git repository
{{FileSource | UML diagram | timers/quadrature_x4_encoding.txt}}
|
| ||
File source: URL for OpenEmbedded
{{FileSource | Internet | http://www.openembedded.org/ | OpenEmbedded}}
|
| ||
"Self-contained" file
NA | (archive file)}}{{FileSource | |
| ||
"Self-contained" file - SVG file
NA | (SVG file created with Inkscape, it is recommended to use Inkscape to modify it)}}{{FileSource | |
|
4.4. Protected templates[edit | edit source]
Storing information that are restricted to STMicroelectronics employees Internal - Protected Template common to all ST wikis |
Template:InternalInfo |
You type | You get |
---|---|
Internal info
{{InternalInfo | When connecting to the STMicroelectronics network, you have to execute these additional commands: ...}}
|
Storing a comment about the content (mainly, but not only, within the scope of the review process) Internal - Protected Template common to all ST wikis |
Template:ReviewsComments |
You type | You get |
---|---|
Comment and MediaWiki signature supplied
{{ReviewsComments | ~~~~ - The proposed command doesn't work: please propose another version}}
|
|
Comment and trigram supplied
{{ReviewsComments | JCT w920 - The proposed command doesn't work: please propose another version}}
|
Storing the name of the model on which the page is based Internal - Protected Template common to all ST wikis |
Template:ArticleBasedOnModel |
You type | You get |
---|---|
Article based on "Contributors:How to article model" model
{{ArticleBasedOnModel | How to article model}}
|
Storing the date and the identifier (ID) of the last publication request (PR) done to the technical writer team Internal - Protected Template common to all ST wikis |
Template:PublicationRequestId |
You type | You get |
---|---|
Publication request: TLMS PR ID and date supplied
{{PublicationRequestId | 12345 | 2019-05-09 |}}
|
|
Publication request: TLMS PR ID set with "Auto" and comment supplied
{{PublicationRequestId | Auto | | Automatic approval based on the “Category model” article}}
|
Indicating that a page was not in the "approved" state, when it was cloned from another wiki. Internal - Protected Template specific to stm32mpu wiki |
Template:ClonedFrom | See also: cloning a wiki |
You type | You get |
---|---|
ClonedFrom "stm32mpu"
{{ClonedFrom | stm32mpu}}
|
|
ClonedFrom "stm32mpuv4"
{{ClonedFrom | stm32mpuv4}}
|
4.5. Templates for maintenance[edit | edit source]
"Master" template page to group together all templates about the management of the ecosystem release flows. Public - Unprotected Template common to all ST wikis |
Template:EcosystemFlow |
You type | You get |
---|---|
Basic example
{{EcosystemFlow}}
|
Inserting a generic or custom message about the wiki archives . Public - Unprotected Template specific to stm32mpu wiki |
Template:EcosystemFlow/Archives |
You type | You get |
---|---|
Generic message
{{EcosystemFlow/Archives}}
|
This wiki is for the v6 ecosystem releases. For information about the previous ecosystem releases, go through the Wiki archives. |
Simple interwiki link (link to the current page i.e. Template:EcosystemFlow/Archives)
{{EcosystemFlow/Archives | custom=Basic | flow=v1}}
|
MultipleTemplatesForPerformanceTests page for the v1 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the current page i.e. Template:EcosystemFlow/Archives)
{{EcosystemFlow/Archives | custom=Basic | flow=v2}}
|
MultipleTemplatesForPerformanceTests page for the v2 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the current page i.e. Template:EcosystemFlow/Archives)
{{EcosystemFlow/Archives | custom=Basic | flow=v3}}
|
MultipleTemplatesForPerformanceTests page for the v3 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the current page i.e. Template:EcosystemFlow/Archives)
{{EcosystemFlow/Archives | custom=Basic | flow=v4}}
|
MultipleTemplatesForPerformanceTests page for the v4 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the current page i.e. Template:EcosystemFlow/Archives)
{{EcosystemFlow/Archives | custom=Basic | flow=v5}}
|
MultipleTemplatesForPerformanceTests page for the v5 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the current page i.e. Template:EcosystemFlow/Archives)
{{EcosystemFlow/Archives | custom=Basic | flow=v6}}
|
MultipleTemplatesForPerformanceTests page for the v6 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the "Development zone" page)
{{EcosystemFlow/Archives | custom=Basic | flow=v1 | page=Development zone}}
|
Development zone page for the v1 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the "Development zone" page)
{{EcosystemFlow/Archives | custom=Basic | flow=v2 | page=Development zone}}
|
Development zone page for the v2 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the "Development zone" page)
{{EcosystemFlow/Archives | custom=Basic | flow=v3 | page=Development zone}}
|
Development zone page for the v3 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the "Development zone" page)
{{EcosystemFlow/Archives | custom=Basic | flow=v4 | page=Development zone}}
|
Development zone page for the v4 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the "Development zone" page)
{{EcosystemFlow/Archives | custom=Basic | flow=v5 | page=Development zone}}
|
Development zone page for the v5 ecosystem releases (in archived wiki) |
Simple interwiki link (link to the "Development zone" page)
{{EcosystemFlow/Archives | custom=Basic | flow=v6 | page=Development zone}}
|
Development zone page for the v6 ecosystem releases (in archived wiki) |
Custom message for the STM32MPU distribution for Android™: no message for the current release
{{EcosystemFlow/Archives | custom=Android}}
|
Tagging either a file, an article, a template, a chapter or a sentence that needs to be updated when a new board is added in the wiki Internal - Unprotected Template common to all ST wikis |
Template:UpdateNeededForNewBoard | See also: other templates for editing |
You type | You get |
---|---|
Update needed for new board without comment
Here is the list of the supported boards:{{UpdateNeededForNewBoard}}
* B1
* B2
|
Here is the list of the supported boards:
|
Update needed for new board with comment
The camera sensor is connected the CN7 camera connector of the STM32MP157C-EV1 board.{{UpdateNeededForNewBoard|Point to the camera connector (if any) of the new board}}
|
The camera sensor is connected the CN7 camera connector of the STM32MP157C-EV1 board. |
Tagging either a file, an article, a template, a chapter or a sentence that needs to be updated when a new ecosystem release is added in the wiki Internal - Unprotected Template common to all ST wikis |
Template:UpdateNeededForNewRelease | See also: other templates for editing |
You type | You get |
---|---|
Update needed for new release without comment
Here is the list of the supported ecosystem releases:{{UpdateNeededForNewRelease}}
* R1
* R2
|
Here is the list of the supported ecosystem releases:
|
Update needed for new release with comment
Linux kernel is supported.{{UpdateNeededForNewRelease|Please update the version}}The '''vx.yy-stm32mp''' version of the |
The vx.yy-stm32mp version of the Linux kernel is supported. |
Tagging either a file, an article, a template, a chapter or a sentence that needs to be updated when a new microprocessor device is added in the wiki Internal - Unprotected Template common to all ST wikis |
Template:UpdateNeededForNewDevice | See also: other templates for editing |
You type | You get |
---|---|
Update needed for new microprocessor device without comment
Here is the list of the supported microprocessor devices:{{UpdateNeededForNewDevice}}
* M1
* M2
|
Here is the list of the supported microprocessor devices:
|
Update needed for new microprocessor device with comment
This demonstration can be executed on boards that embeds the STM32MP157 microprocessor device.{{UpdateNeededForNewDevice|Check if the demonstration can also be executed on boards that embed the new microprocessor device}}
|
This demonstration can be executed on boards that embeds the STM32MP157 microprocessor device. |
4.6. Templates for legal information[edit | edit source]
Inserting legal information prior any software package download in the wiki Public - Unprotected Template common to all ST wikis |
Template:SoftwareLicenseAgreement | See also: other templates for editing |
You type | You get |
---|---|
SoftwareLicenseAgreement for the OpenSTLinux distribution (no specific chapter)
{{SoftwareLicenseAgreement | distribution=OpenSTLinux}}
|
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
SoftwareLicenseAgreement for the OpenSTLinux distribution, and the "Kernel partitions:" chapter
{{SoftwareLicenseAgreement | distribution=OpenSTLinux | chapter=Kernel partitions-}}
|
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
SoftwareLicenseAgreement for the STM32CubeMP1 Package (no specific chapter)
{{SoftwareLicenseAgreement | distribution=STM32CubeMP1}}
|
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
SoftwareLicenseAgreement for the STM32CubeMP13 Package (no specific chapter)
{{SoftwareLicenseAgreement | distribution=STM32CubeMP13}}
|
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
SoftwareLicenseAgreement for the STM32CubeMP2 Packages (no specific chapter)
{{SoftwareLicenseAgreement | distribution=STM32CubeMP2}}
|
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
SoftwareLicenseAgreement for the X-LINUX-AI expansion packages (no specific chapter)
AI}}{{SoftwareLicenseAgreement | distribution=X-LINUX- |
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
SoftwareLicenseAgreement for the X-LINUX-AWS expansion packages (no specific chapter)
{{SoftwareLicenseAgreement | distribution=X-LINUX-AWS}}
|
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
SoftwareLicenseAgreement for the X-LINUX-AZURE expansion packages (no specific chapter)
{{SoftwareLicenseAgreement | distribution=X-LINUX-AZURE}}
|
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
SoftwareLicenseAgreement for the X-LINUX-QT expansion packages (no specific chapter)
{{SoftwareLicenseAgreement | distribution=X-LINUX-QT}}
|
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
SoftwareLicenseAgreement for the X-LINUX-ISP expansion packages (no specific chapter)
ISP}}{{SoftwareLicenseAgreement | distribution=X-LINUX- |
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
SoftwareLicenseAgreement for the STM32MPU distribution for Android (no specific chapter)
{{SoftwareLicenseAgreement | distribution=Android}}
|
The software package is provided AS IS, and by downloading it, you agree to be bound to the terms of the software license agreement (SLA0048). The detailed content licenses can be found here. |
4.7. Templates for diversity management[edit | edit source]
Indicating for which board(s), an article part (chapter, paragraph, table...) is valid Public - Unprotected Template specific to stm32mpu wiki |
Template:Board | See also: templates for diversity management |
Indicating for which ecosystem release revision(s), an article part (chapter, paragraph, table...) is valid. It uses the Template:EcosystemRelease/Revision, Template:EcosystemRelease/Component and Template:EcosystemRelease/Components templates. Public - Unprotected Template specific to stm32mpu wiki |
Template:EcosystemRelease | See also: templates for diversity management |
You type | You get |
---|---|
A specific revision (revision 6.0.0) that is the latest one
{{EcosystemRelease | revision=6.0.0}}
|
ecosystem release v6.0.0 |
A specific revision (revision 5.1.0)
{{EcosystemRelease | revision=5.1.0}}
|
ecosystem release v5.1.0 |
A specific revision (revision 5.0.0)
{{EcosystemRelease | revision=5.0.0}}
|
ecosystem release v5.0.0 |
The latest revision that should be the v6.0.0
{{EcosystemRelease | revision=latest}}
|
ecosystem release v6.0.0 |
Specific revisions that are former ones
{{EcosystemRelease | revision=4.1.0}}<br />
{{EcosystemRelease | revision=4.0.0}}<br />
{{EcosystemRelease | revision=3.1.0}}<br />
{{EcosystemRelease | revision=3.0.0}}<br />
{{EcosystemRelease | revision=2.1.0}}<br />
{{EcosystemRelease | revision=2.0.0}}<br />
{{EcosystemRelease | revision=1.2.0}}<br />
{{EcosystemRelease | revision=1.1.0}}<br />
{{EcosystemRelease | revision=1.0.0}}
|
ecosystem release v4.1.0 |
Revisions that are lower than or equal to a revision
{{EcosystemRelease | revision=x.1.0 | range=and before}}
|
ecosystem release ≤ vx.1.0 |
Revisions that are greater than or equal to a revision
{{EcosystemRelease | revision=x.1.0 | range=and after}}
|
ecosystem release ≥ vx.1.0 |
Range of revisions
{{EcosystemRelease | revision=x.0.0 | range=to | revision2=x.1.0}}
|
ecosystem release vx.0.0 |
Revisions that are lower than or equal to the latest one
{{EcosystemRelease | revision=latest | range=and before}}
|
ecosystem release ≤ v6.0.0 |
Revisions that are greater than or equal to the latest one
{{EcosystemRelease | revision=latest | range=and after}}
|
ecosystem release ≥ v6.0.0 |
Range of revisions
{{EcosystemRelease | revision=x.0.0 | range=to | revision2=latest}}
|
ecosystem release vx.0.0 |
Indicating either the name, the URL, or the installation path, of a software package or script delivered by an ecosystem release revision. It uses the Template:EcosystemRelease/Revision template. Public - Unprotected Template specific to stm32mpu wiki |
Template:EcosystemRelease/Package |
4.8. Basic examples for v6.0.0 release[edit source]
You type | You get |
---|---|
Information about "Images package" for v6.0.0 revision requested
Name (default): {{EcosystemRelease/Package | revision=6.0.0 | package=Images package | request=name}}<br>
Name (MP1): {{EcosystemRelease/Package | revision=6.0.0 | package=Images package | device =MP1 | request=name}}<br>
Path (MP1): {{EcosystemRelease/Package | revision=6.0.0 | package=Images package | device=MP1 | request=path}}<br>
Name (MP2_A35_TD): {{EcosystemRelease/Package | revision=6.0.0 | package=Images package | device=MP2_A35_TD | request=name}}<br>
Path (MP2_A35_TD): {{EcosystemRelease/Package | revision=6.0.0 | package=Images package | device=MP2_A35_TD | request=path}}<br>
URL (MP2_A35_TD): [{{EcosystemRelease/Package | revision=6.0.0 | package=Images package | device=MP2_A35_TD | request=url}}]<br>
|
Name (default): en.FLASH-stm32mp1-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz |
Information about "SDK-x86 package" for v6.0.0 revision requested
SDK-x86 package | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 package | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 package | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 package | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=6.0.0 | package= |
Name (default): en.SDK-x86_64-stm32mp1-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz |
Information about "SDK-x86 installation script" for v6.0.0 revision requested
SDK-x86 installation script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 installation script | device=MP1 | request=name}}<br> Path (MP1): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 installation script | device=MP1 | request=path}}<br> Name (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 installation script | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 installation script | device=MP2 | request=path}}<br> URL (MP2): [{{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 installation script | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=6.0.0 | package= |
Name (default): st-image-weston-openstlinux-weston-stm32mp1.rootfs-x86_64-toolchain-5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.sh |
Information about "SDK-x86 setup script" for v6.0.0 revision requested
SDK-x86 setup script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 setup script | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 setup script | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 setup script | device=MP2 | request=path}}<br> URL (MP2): [{{EcosystemRelease/Package | revision=6.0.0 | package=SDK-x86 setup script | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=6.0.0 | package= |
Name (default): environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi |
"SDK package", "SDK installation script" and "SDK setup script" temporarily kept for compatibility
SDK package | device=MP2 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK installation script | device=MP2 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK setup script | device=MP2 | request=name}}<br>Name (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package= |
Name (MP2): en.SDK-x86_64-stm32mp2-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz |
Information about "SDK-arm64 package" for v6.0.0 revision requested
SDK-arm64 package | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 package | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 package | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 package | device=MP2 | request=path}}<br> URL (MP2): [{{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 package | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=6.0.0 | package= |
Name (default): en.SDK-aarch64-stm32mp1-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz |
Information about "SDK-arm64 installation script" for v6.0.0 revision requested
SDK-arm64 installation script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 installation script | device=MP1 | request=name}}<br> Path (MP1): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 installation script | device=MP1 | request=path}}<br> Name (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 installation script | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 installation script | device=MP2 | request=path}}<br> URL (MP2): [{{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 installation script | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=6.0.0 | package= |
Name (default): st-image-weston-openstlinux-weston-stm32mp1.rootfs-aarch64-toolchain-5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.sh |
Information about "SDK-arm64 setup script" for v6.0.0 revision requested
SDK-arm64 setup script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 setup script | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 setup script | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 setup script | device=MP2 | request=path}}<br> URL (MP2) : [{{EcosystemRelease/Package | revision=6.0.0 | package=SDK-arm64 setup script | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=6.0.0 | package= |
Name (default): environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi |
Information about "OpenSTLinux BSP package" for v6.0.0 revision requested
BSP package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux BSP package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux BSP package | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux BSP package |device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux BSP package |device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux BSP package | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux BSP package |device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux BSP package |device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux BSP package |device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux |
Default: |
Information about "Linux kernel package" for v6.0.0 revision requested
Linux kernel package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel package | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel package | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel package | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel package | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel package | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel package | device=MP2 | request=url}}]<br><br>Default:<br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package= |
Default: |
Information about "Linux kernel source" for v6.0.0 revision requested
Linux kernel source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel source | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel source | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel source | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel source | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel source | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel source | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Linux kernel source | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package= |
Default: |
Information about "U-Boot package" for v6.0.0 revision requested
U-Boot package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot package | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot package | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot package | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot package | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot package | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot package | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package= |
Default: |
Information about "U-Boot source" for v6.0.0 revision requested
U-Boot source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot source | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot source | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot source | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot source | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot source | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot source | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=U-Boot source | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package= |
Default: |
Information about "TF-A package" for v6.0.0 revision requested
TF-A package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-A package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=TF-A package | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-A package | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-A package | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=TF-A package | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-A package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-A package | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=TF-A package | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package= |
Default: |
Information about "TF-A source" for v6.0.0 revision requested
TF-A source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-A source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=TF-A source | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-A source | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-A source | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=TF-A source | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-A source | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-A source | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=TF-A source | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package= |
Default: |
Information about "OP-TEE package" for v6.0.0 revision requested
OP-TEE package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE package | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE package | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE package | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE package | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE package | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE package | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package= |
Default: |
Information about "OP-TEE source" for v6.0.0 revision requested
OP-TEE source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE source | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE source | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE source | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE source | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE source | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE source | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OP-TEE source | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package= |
Default: |
Information about "External DT" for v6.0.0 revision requested
DT | request=inst name}}<br> Installation name: {{EcosystemRelease/Package | revision=6.0.0 | package=External DT | device=MP2 | request=inst name}}<br> Name: {{EcosystemRelease/Package | revision=6.0.0 | package=External DT | request=name}}<br> Path: {{EcosystemRelease/Package | revision=6.0.0 | package=External DT | request=path}}<br>Installation name: {{EcosystemRelease/Package | revision=6.0.0 | package=External |
Installation name: external-dt-6.0-r0 |
Information about "gcnano-driver package" for v6.0.0 revision requested
Default:<br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver package| request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver package| request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver package | request=url}}]<br><br>
MP1: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver package | device=MP1 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver package | device=MP1 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver package | device=MP1 | request=url}}]<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver package | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver package | device=MP2 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver package | device=MP2 | request=url}}]<br>
|
Default: |
Information about "gcnano-driver source" for v6.0.0 revision requested
Default:<br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver source | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver source | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver source | request=url}}]<br><br>
MP1: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver source | device=MP1 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver source | device=MP1 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver source | device=MP1 | request=url}}]<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver source | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver source | device=MP2 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=gcnano-driver source | device=MP2 | request=url}}]<br>
|
Default: |
Information about "STM32CubeMPU" for v6.0.0 revision requested
Default:<br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=STM32CubeMPU | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=STM32CubeMPU | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=STM32CubeMPU | request=url}}]<br><br>
MP1: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=STM32CubeMPU | device=MP1 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=STM32CubeMPU | device=MP1 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=STM32CubeMPU | device=MP1 | request=url}}]<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=STM32CubeMPU | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=STM32CubeMPU | device=MP2 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=STM32CubeMPU | device=MP2 | request=url}}]<br>
|
Default: |
Information about "TF-M" for v6.0.0 revision requested only for MP2 =default
Default = MP2<br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-M| request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-M| request=path}}<br><br>
MP1: (device parameter is ignored) <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-M| device=MP1 |request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-M| device=MP1 |request=path}}<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-M| device=MP2 |request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=TF-M| device=MP2 |request=path}}<br>
|
Default = MP2 |
Information about "Debug symbol files" for v6.0.0 revision requested
Default:<br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Debug symbol files | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Debug symbol files | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Debug symbol files | request=url}}]<br><br>
MP1: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Debug symbol files | device=MP1 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Debug symbol files | device=MP1 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Debug symbol files | device=MP1 | request=url}}]<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Debug symbol files | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Debug symbol files | device=MP2 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Debug symbol files | device=MP2 | request=url}}]<br>
|
Default: |
Information about "Licenses package" for v6.0.0 revision requested
Default:<br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Licenses package | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Licenses package | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Licenses package | request=url}}]<br><br>
MP1: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Licenses package | device=MP1 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Licenses package | device=MP1 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Licenses package | device=MP1 | request=url}}]<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Licenses package | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Licenses package | device=MP2 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=DLicenses package | device=MP2 | request=url}}]<br>
|
Default: |
Information about "OpenSTLinux distribution" for v6.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux distribution | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux distribution | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OpenSTLinux distribution | request=url}}]<br>
|
Name: openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06 |
Information about "Buildroot distribution" for v6.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=Buildroot distribution | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=Buildroot distribution | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=Buildroot distribution | request=url}}]<br>
|
Name: openstlinux-6.6-buildroot-2024.02.9-mpu-v24.11.06 |
Information about "OpenWRT distribution" for v6.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=OpenWRT distribution | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=OpenWRT distribution | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=6.0.0 | package=OpenWRT distribution | request=url}}]<br>
|
Name: openstlinux-6.1-openwrt-master-mpu-v24.06.26 |
Information about "stm32mp-ddr-phy" for v6.0.0 revision requested, MP2 only
Default = MP2:<br>
Installation name: {{EcosystemRelease/Package | revision=6.0.0 | package=stm32mp-ddr-phy | request=inst name}}<br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=stm32mp-ddr-phy | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=stm32mp-ddr-phy | request=path}}<br><br>
MP2: <br>
Installation name: [{{EcosystemRelease/Package | revision=6.0.0 | package=stm32mp-ddr-phy | device=MP2 | request=inst name}}]<br>
Name: {{EcosystemRelease/Package | revision=6.0.0 | package=stm32mp-ddr-phy | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=6.0.0 | package=stm32mp-ddr-phy | device=MP2 | request=path}}<br>
|
Default = MP2: |
4.9. Basic examples for v5.1.0 release[edit source]
You type | You get |
---|---|
Information about "Images package" for v5.1.0 revision requested
Name (default): {{EcosystemRelease/Package | revision=5.1.0 | package=Images package | request=name}}<br>
Name (MP1): {{EcosystemRelease/Package | revision=5.1.0 | package=Images package | device =MP1 | request=name}}<br>
Path (MP1): {{EcosystemRelease/Package | revision=5.1.0 | package=Images package | device=MP1 | request=path}}<br>
Name (MP2_A35_TD): {{EcosystemRelease/Package | revision=5.1.0 | package=Images package | device=MP2_A35_TD | request=name}}<br>
Path (MP2_A35_TD): {{EcosystemRelease/Package | revision=5.1.0 | package=Images package | device=MP2_A35_TD | request=path}}<br>
URL (MP2_A35_TD): [{{EcosystemRelease/Package | revision=5.1.0 | package=Images package | device=MP2_A35_TD | request=url}}]<br>
|
Name (default): unknown revision |
Information about "SDK-x86 package" for v5.1.0 revision requested
SDK-x86 package | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 package | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 package | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 package | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.1.0 | package= |
Name (default): unknown revision |
Information about "SDK-x86 installation script" for v5.1.0 revision requested
SDK-x86 installation script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 installation script | device=MP1 | request=name}}<br> Path (MP1): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 installation script | device=MP1 | request=path}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 installation script | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 installation script | device=MP2 | request=path}}<br> URL (MP2): [{{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 installation script | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.1.0 | package= |
Name (default): unknown revision |
Information about "SDK-x86 setup script" for v5.1.0 revision requested
SDK-x86 setup script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 setup script | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 setup script | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 setup script | device=MP2 | request=path}}<br> URL (MP2): [{{EcosystemRelease/Package | revision=5.1.0 | package=SDK-x86 setup script | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.1.0 | package= |
Name (default): unknown revision |
"SDK package", "SDK installation script" and "SDK setup script" temporarily kept for compatibility
SDK package | device=MP2 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK installation script | device=MP2 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK setup script | device=MP2 | request=name}}<br>Name (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package= |
Name (MP2): unknown revision |
Information about "SDK-arm64 package" for v5.1.0 revision requested
SDK-arm64 package | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 package | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 package | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 package | device=MP2 | request=path}}<br> URL (MP2): [{{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 package | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.1.0 | package= |
Name (default): unknown revision |
Information about "SDK-arm64 installation script" for v5.1.0 revision requested
SDK-arm64 installation script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 installation script | device=MP1 | request=name}}<br> Path (MP1): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 installation script | device=MP1 | request=path}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 installation script | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 installation script | device=MP2 | request=path}}<br> URL (MP2): [{{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 installation script | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.1.0 | package= |
Name (default): unknown revision |
Information about "SDK-arm64 setup script" for v5.1.0 revision requested
SDK-arm64 setup script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 setup script | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 setup script | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 setup script | device=MP2 | request=path}}<br> URL (MP2) : [{{EcosystemRelease/Package | revision=5.1.0 | package=SDK-arm64 setup script | device=MP2 | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.1.0 | package= |
Name (default): unknown revision |
Information about "OpenSTLinux BSP package" for v5.1.0 revision requested
BSP package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux BSP package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux BSP package | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux BSP package |device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux BSP package |device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux BSP package | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux BSP package |device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux BSP package |device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux BSP package |device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux |
Default: |
Information about "Linux kernel package" for v5.1.0 revision requested
Linux kernel package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel package | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel package | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel package | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel package | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel package | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel package | device=MP2 | request=url}}]<br><br>Default:<br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package= |
Default: |
Information about "Linux kernel source" for v5.1.0 revision requested
Linux kernel source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel source | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel source | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel source | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel source | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel source | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel source | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Linux kernel source | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package= |
Default: |
Information about "U-Boot package" for v5.1.0 revision requested
U-Boot package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot package | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot package | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot package | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot package | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot package | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot package | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package= |
Default: |
Information about "U-Boot source" for v5.1.0 revision requested
U-Boot source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot source | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot source | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot source | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot source | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot source | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot source | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=U-Boot source | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package= |
Default: |
Information about "TF-A package" for v5.1.0 revision requested
TF-A package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-A package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=TF-A package | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-A package | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-A package | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=TF-A package | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-A package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-A package | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=TF-A package | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package= |
Default: |
Information about "TF-A source" for v5.1.0 revision requested
TF-A source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-A source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=TF-A source | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-A source | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-A source | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=TF-A source | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-A source | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-A source | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=TF-A source | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package= |
Default: |
Information about "OP-TEE package" for v5.1.0 revision requested
OP-TEE package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE package | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE package | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE package | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE package | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE package | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE package | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package= |
Default: |
Information about "OP-TEE source" for v5.1.0 revision requested
OP-TEE source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE source | request=url}}]<br><br> MP1: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE source | device=MP1 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE source | device=MP1 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE source | device=MP1 | request=url}}]<br><br> MP2: <br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE source | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE source | device=MP2 | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OP-TEE source | device=MP2 | request=url}}]<br>Default:<br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package= |
Default: |
Information about "External DT" for v5.1.0 revision requested
DT | request=inst name}}<br> Installation name: {{EcosystemRelease/Package | revision=5.1.0 | package=External DT | device=MP2 | request=inst name}}<br> Name: {{EcosystemRelease/Package | revision=5.1.0 | package=External DT | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.1.0 | package=External DT | request=path}}<br>Installation name: {{EcosystemRelease/Package | revision=5.1.0 | package=External |
Installation name: unknown revision |
Information about "gcnano-driver package" for v5.1.0 revision requested
Default:<br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver package| request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver package| request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver package | request=url}}]<br><br>
MP1: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver package | device=MP1 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver package | device=MP1 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver package | device=MP1 | request=url}}]<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver package | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver package | device=MP2 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver package | device=MP2 | request=url}}]<br>
|
Default: |
Information about "gcnano-driver source" for v5.1.0 revision requested
Default:<br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver source | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver source | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver source | request=url}}]<br><br>
MP1: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver source | device=MP1 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver source | device=MP1 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver source | device=MP1 | request=url}}]<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver source | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver source | device=MP2 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=gcnano-driver source | device=MP2 | request=url}}]<br>
|
Default: |
Information about "STM32CubeMPU" for v5.1.0 revision requested
Default:<br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=STM32CubeMPU | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=STM32CubeMPU | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=STM32CubeMPU | request=url}}]<br><br>
MP1: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=STM32CubeMPU | device=MP1 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=STM32CubeMPU | device=MP1 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=STM32CubeMPU | device=MP1 | request=url}}]<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=STM32CubeMPU | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=STM32CubeMPU | device=MP2 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=STM32CubeMPU | device=MP2 | request=url}}]<br>
|
Default: |
Information about "TF-M" for v5.1.0 revision requested only for MP2 =default
Default = MP2<br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-M| request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-M| request=path}}<br><br>
MP1: (device parameter is ignored) <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-M| device=MP1 |request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-M| device=MP1 |request=path}}<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-M| device=MP2 |request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=TF-M| device=MP2 |request=path}}<br>
|
Default = MP2 |
Information about "Debug symbol files" for v5.1.0 revision requested
Default:<br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Debug symbol files | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Debug symbol files | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Debug symbol files | request=url}}]<br><br>
MP1: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Debug symbol files | device=MP1 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Debug symbol files | device=MP1 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Debug symbol files | device=MP1 | request=url}}]<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Debug symbol files | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Debug symbol files | device=MP2 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Debug symbol files | device=MP2 | request=url}}]<br>
|
Default: |
Information about "Licenses package" for v5.1.0 revision requested
Default:<br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Licenses package | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Licenses package | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Licenses package | request=url}}]<br><br>
MP1: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Licenses package | device=MP1 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Licenses package | device=MP1 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Licenses package | device=MP1 | request=url}}]<br><br>
MP2: <br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Licenses package | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Licenses package | device=MP2 | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=DLicenses package | device=MP2 | request=url}}]<br>
|
Default: |
Information about "OpenSTLinux distribution" for v5.1.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux distribution | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux distribution | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OpenSTLinux distribution | request=url}}]<br>
|
Name: unknown revision |
Information about "Buildroot distribution" for v5.1.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=Buildroot distribution | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=Buildroot distribution | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=Buildroot distribution | request=url}}]<br>
|
Name: unknown revision |
Information about "OpenWRT distribution" for v5.1.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=OpenWRT distribution | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=OpenWRT distribution | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.1.0 | package=OpenWRT distribution | request=url}}]<br>
|
Name: unknown revision |
Information about "stm32mp-ddr-phy" for v5.1.0 revision requested, MP2 only
Default = MP2:<br>
Installation name: {{EcosystemRelease/Package | revision=5.1.0 | package=stm32mp-ddr-phy | request=inst name}}<br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=stm32mp-ddr-phy | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=stm32mp-ddr-phy | request=path}}<br><br>
MP2: <br>
Installation name: [{{EcosystemRelease/Package | revision=5.1.0 | package=stm32mp-ddr-phy | device=MP2 | request=inst name}}]<br>
Name: {{EcosystemRelease/Package | revision=5.1.0 | package=stm32mp-ddr-phy | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.1.0 | package=stm32mp-ddr-phy | device=MP2 | request=path}}<br>
|
Default = MP2: |
4.10. Basic examples for latest release[edit source]
You type | You get |
---|---|
Information about "Images package" for latest revision
Name (MP2_A35_TD): {{EcosystemRelease/Package | revision=latest | package=Images package | device=MP2_A35_TD | request=name}}<br>
Path (MP2_A35_TD): {{EcosystemRelease/Package | revision=latest | package=Images package | device=MP2_A35_TD | request=path}}<br>
|
Name (MP2_A35_TD): en.FLASH-stm32mp2-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz |
Information about "SDK-x86 package" for latest revision requested
SDK-x86 package | device=MP2 | request=name}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): en.SDK-x86_64-stm32mp2-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz |
Information about "SDK-x86 installation script" for latest revision requested
SDK-x86 installation script | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=latest | package=SDK-x86 installation script | device=MP2 | request=path}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): st-image-weston-openstlinux-weston-stm32mp2.rootfs-x86_64-toolchain-5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.sh |
Information about "SDK-x86 setup script" for latest revision requested
SDK-x86 setup script | device=MP2 | request=name}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): environment-setup-cortexa35-ostl-linux |
"SDK package", "SDK installation script" and "SDK setup script" temporarily kept for compatibility
SDK package | device=MP2 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=latest | package=SDK installation script | device=MP2 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=latest | package=SDK setup script | device=MP2 | request=name}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): en.SDK-x86_64-stm32mp2-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz |
Information about "SDK-arm64 package" for latest revision requested
SDK-arm64 package | device=MP2 | request=name}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): en.SDK-aarch64-stm32mp2-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz |
Information about "SDK-arm64 installation script" for latest revision requested
SDK-arm64 installation script | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=latest | package=SDK-arm64 installation script | device=MP2 | request=path}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): st-image-weston-openstlinux-weston-stm32mp2.rootfs-aarch64-toolchain-5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.sh |
Information about "SDK-arm64 setup script" for latest revision requested
SDK-arm64 setup script | device=MP2 | request=name}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): environment-setup-cortexa35-ostl-linux |
Information about "OpenSTLinux BSP package" for latest revision requested
BSP package | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=latest | package=OpenSTLinux BSP package | device=MP2 | request=path}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package=OpenSTLinux |
Name (MP2): en.SOURCES-stm32mp2-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz |
Information about "Linux kernel package" for latest revision requested
Linux kernel package | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=latest | package=Linux kernel package | device=MP2 | request=path}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): linux-stm32mp-6.6.48-stm32mp-r1-r0 |
Information about "Linux kernel source" for latest revision requested
Linux kernel source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=latest | package=Linux kernel source | request=path}}<br>Name: {{EcosystemRelease/Package | revision=latest | package= |
Name: linux-6.6.48.tar.xz |
Information about "U-Boot package" for latest revision requested
U-Boot package | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=latest | package=U-Boot package | device=MP2 | request=path}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): u-boot-stm32mp-v2023.10-stm32mp-r1-r0 |
Information about "U-Boot source" for latest revision requested
U-Boot source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=latest | package=U-Boot source | request=path}}<br>Name: {{EcosystemRelease/Package | revision=latest | package= |
Name: u-boot-stm32mp-v2023.10-stm32mp-r1-r0.tar.xz |
Information about "TF-A package" for latest revision requested
TF-A package | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=latest | package=TF-A package | device=MP2 | request=path}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): tf-a-stm32mp-v2.10.5-stm32mp-r1-r0 |
Information about "TF-A source" for latest revision requested
TF-A source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=latest | package=TF-A source | request=path}}<br>Name: {{EcosystemRelease/Package | revision=latest | package= |
Name: tf-a-stm32mp-v2.10.5-stm32mp-r1-r0.tar.xz |
Information about "OP-TEE package" for latest revision requested
OP-TEE package | device=MP2 | request=name}}<br> Path (MP2): {{EcosystemRelease/Package | revision=latest | package=OP-TEE package | device=MP2 | request=path}}<br>Name (MP2): {{EcosystemRelease/Package | revision=latest | package= |
Name (MP2): optee-os-stm32mp-4.0.0-stm32mp-r1-r0 |
Information about "OP-TEE source" for latest revision requested
OP-TEE source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=latest | package=OP-TEE source | request=path}}<br>Name: {{EcosystemRelease/Package | revision=latest | package= |
Name: optee-os-stm32mp-4.0.0-stm32mp-r1-r0.tar.xz |
Information about "External DT" for latest revision requested
DT | request=inst name}}<br> Name: {{EcosystemRelease/Package | revision=latest | package=External DT | request=name}}<br> Path: {{EcosystemRelease/Package | revision=latest | package=External DT | request=path}}<br>Installation name: {{EcosystemRelease/Package | revision=latest | package=External |
Installation name: external-dt-6.0-r0 |
Information about "gcnano-driver package" for latest revision requested
Name (MP2): {{EcosystemRelease/Package | revision=latest | package=gcnano-driver package | device=MP2 | request=name}}<br>
Path (MP2): {{EcosystemRelease/Package | revision=latest | package=gcnano-driver package | device=MP2 | request=path}}<br>
|
Name (MP2): gcnano-driver-stm32mp-6.4.19-stm32mp2-r1-rc8-r0 |
Information about "gcnano-driver source" for latest revision requested
Name: {{EcosystemRelease/Package | revision=latest | package=gcnano-driver source | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=latest | package=gcnano-driver source | request=path}}<br>
|
Name: gcnano-driver-stm32mp-6.4.19-stm32mp1-r1-rc8-r0.tar.xz |
Information about "STM32CubeMPU" for latest revision requested
Name (MP2): {{EcosystemRelease/Package | revision=latest | package=STM32CubeMPU | device=MP2 | request=name}}<br>
Path (MP2): {{EcosystemRelease/Package | revision=latest | package=STM32CubeMPU | device=MP2 | request=path}}<br>
|
Name (MP2): en.STM32Cube_FW_MP2_V1.1.0.zip |
Information about "TF-M" for latest revision requested
Name (MP2): {{EcosystemRelease/Package | revision=latest | package=TF-M | device=MP2 | request=name}}<br>
Path (MP2): {{EcosystemRelease/Package | revision=latest | package=TF-M | device=MP2 | request=path}}<br>
|
Name (MP2): to be completed packageNA |
Information about "Debug symbol files" for latest revision requested
Path (MP2): {{EcosystemRelease/Package | revision=latest | package=Debug symbol files | device=MP2 | request=path}}<br>
|
Path (MP2): stm32mp2-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06/images/stm32mp2 |
Information about "Licenses package" for latest revision requested
Name (MP2): {{EcosystemRelease/Package | revision=latest | package=Licenses package | device=MP2 | request=name}}<br>
URL (MP2): [{{EcosystemRelease/Package | revision=latest | package=Licenses package | device=MP2 | request=url}}]<br>
|
Name (MP2): LICENSES-world-openstlinux-weston-stm32mp2.tar.gz |
Information about "OpenSTLinux distribution" for latest revision requested
Name: {{EcosystemRelease/Package | revision=latest | package=OpenSTLinux distribution | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=latest | package=OpenSTLinux distribution | request=url}}]<br>
|
Name: openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06 |
Information about "Buildroot distribution" for latest revision requested
Name: {{EcosystemRelease/Package | revision=latest | package=Buildroot distribution | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=latest | package=Buildroot distribution | request=url}}]<br>
|
Name: openstlinux-6.6-buildroot-2024.02.9-mpu-v24.11.06 |
Information about "OpenWRT distribution" for latest revision requested
Name: {{EcosystemRelease/Package | revision=latest | package=OpenWRT distribution | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=latest | package=OpenWRT distribution | request=url}}]<br>
|
Name: openstlinux-6.1-openwrt-master-mpu-v24.06.26 |
4.11. Basic examples for v5.0.0 release[edit source]
You type | You get |
---|---|
Information about "Images package" for v5.0.0 revision requested
Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package=Images package | request=name}}<br>
Name (MP1): {{EcosystemRelease/Package | revision=5.0.0 | package=Images package | device =MP1 | request=name}}<br>
Name (MP2_A35_TD): {{EcosystemRelease/Package | revision=5.0.0 | package=Images package | device=MP2_A35_TD | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Images package | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Images package | request=url}}]<br>
|
Name (default): unknown revision |
Information about "SDK-x86 package" for v5.0.0 revision requested
SDK-x86 package | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 package | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 package | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name (default): unknown revision |
Information about "SDK-x86 installation script" for v5.0.0 revision requested
SDK-x86 installation script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 installation script | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 installation script | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 installation script | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 installation script | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name (default): unknown revision |
Information about "SDK-x86 setup script" for v5.0.0 revision requested
SDK-x86 setup script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 setup script | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 setup script | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 setup script | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK-x86 setup script | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name (default): unknown revision |
"SDK package", "SDK installation script" and "SDK setup script" temporarily kept for compatibility
SDK package | request=name}}<br> Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK installation script | request=name}}<br> Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK setup script | request=name}}<br>Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name (default): unknown revision |
Information about "SDK-arm64 package" for v5.0.0 revision requested
SDK-arm64 package | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 package | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 package | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 package | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name (default): unknown revision |
Information about "SDK-arm64 installation script" for v5.0.0 revision requested
SDK-arm64 installation script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 installation script | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 installation script | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 installation script | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 installation script | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name (default): unknown revision |
Information about "SDK-arm64 setup script" for v5.0.0 revision requested
SDK-arm64 setup script | request=name}}<br> Name (MP1): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 setup script | device=MP1 | request=name}}<br> Name (MP2): {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 setup script | device=MP2 | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 setup script | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 setup script | request=url}}]<br>Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name (default): unknown revision |
Information about "OpenSTLinux BSP package" for v5.0.0 revision requested
BSP package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux BSP package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux BSP package | request=url}}]<br>Name: {{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux |
Name: unknown revision |
Information about "Linux kernel package" for v5.0.0 revision requested
Linux kernel package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Linux kernel package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Linux kernel package | request=url}}]<br>Name: {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name: unknown revision |
Information about "Linux kernel source" for v5.0.0 revision requested
Linux kernel source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Linux kernel source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Linux kernel source | request=url}}]<br>Name: {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name: unknown revision |
Information about "U-Boot package" for v5.0.0 revision requested
U-Boot package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=U-Boot package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=U-Boot package | request=url}}]<br>Name: {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name: unknown revision |
Information about "U-Boot source" for v5.0.0 revision requested
U-Boot source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=U-Boot source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=U-Boot source | request=url}}]<br>Name: {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name: unknown revision |
Information about "TF-A package" for v5.0.0 revision requested
TF-A package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=TF-A package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=TF-A package | request=url}}]<br>Name: {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name: unknown revision |
Information about "TF-A source" for v5.0.0 revision requested
TF-A source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=TF-A source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=TF-A source | request=url}}]<br>Name: {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name: unknown revision |
Information about "OP-TEE package" for v5.0.0 revision requested
OP-TEE package | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=OP-TEE package | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=OP-TEE package | request=url}}]<br>Name: {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name: unknown revision |
Information about "OP-TEE source" for v5.0.0 revision requested
OP-TEE source | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=OP-TEE source | request=path}}<br> URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=OP-TEE source | request=url}}]<br>Name: {{EcosystemRelease/Package | revision=5.0.0 | package= |
Name: unknown revision |
Information about "External DT" for v5.0.0 revision requested
DT | request=inst name}}<br> Name: {{EcosystemRelease/Package | revision=5.0.0 | package=External DT | request=name}}<br> Path: {{EcosystemRelease/Package | revision=5.0.0 | package=External DT | request=path}}<br>Installation name: {{EcosystemRelease/Package | revision=5.0.0 | package=External |
Installation name: unknown revision |
Information about "gcnano-driver package" for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver package | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver package | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver package | request=url}}]<br>
|
Name: unknown revision |
Information about "gcnano-driver source" for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver source | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver source | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver source | request=url}}]<br>
|
Name: unknown revision |
Information about "STM32CubeMPU" for v5.0.0 revision requested
Name (default): {{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMPU | request=name}}<br>
Name (MP1): {{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMPU | device=MP1 | request=name}}<br>
Name (MP2): {{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMPU | device=MP2 | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMPU | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMPU | request=url}}]<br>
|
Name (default): unknown revision |
Information about "TF-M" for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=TF-M| request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=TF-M| request=path}}<br>
|
Name: unknown revision |
Information about "Debug symbol files" for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=Debug symbol files | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Debug symbol files | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Debug symbol files | request=url}}]<br>
|
Name: unknown revision |
Information about "Licenses package" for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=Licenses package | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Licenses package | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Licenses package | request=url}}]<br>
|
Name: unknown revision |
Information about "OpenSTLinux distribution" for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux distribution | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux distribution | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux distribution | request=url}}]<br>
|
Name: unknown revision |
Information about "Buildroot distribution" for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=Buildroot distribution | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Buildroot distribution | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Buildroot distribution | request=url}}]<br>
|
Name: unknown revision |
Information about "OpenWRT distribution" for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=OpenWRT distribution | request=name}}<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=OpenWRT distribution | request=path}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=OpenWRT distribution | request=url}}]<br>
|
Name: unknown revision |
4.12. Basic examples for legacy release[edit source]
Currently, there is no legacy release in the scope of the v5 ecosystem release flow.
4.13. Basic examples for former releases[edit source]
Currently, there is no former release in the scope of the v5 ecosystem release flow.
Indicating for which microprocessor device(s), an article part (chapter, paragraph, table...) is valid. Public - Unprotected Template specific to stm32mpu wiki |
Template:MicroprocessorDevice | See also: templates for diversity management |
4.14. Miscellaneous templates[edit | edit source]
Other templates available in the wiki ares listed in the below table. They are all public and unprotected.
Template | Comment |
---|---|
Template:= | Used to include an equal character = as part of a template argument
|
Template:Av ref file | Used to give the URL of a downloadable audio and video file to be stored in a local directory of the board for test purpose Template specific to stm32mpu wiki |
Template:Av ref http | Used to give the URL of an audio and video stream for test purpose Template specific to stm32mpu wiki |
Template:Extension DPL | Automatically created for the DynamicPageList extension |
Template:GSModuleCurrent | Used by the pages of the Getting started book to highlight the module currently presented |
Template:GSModuleNext | Used by the pages of the Getting started book to highlight other modules than the one currently presented |
Template:GSStepCurrent | Used by the pages of the Getting started book to highlight the step currently presented |
Template:GSStepNext | Used by the pages of the Getting started book to highlight other steps than the one currently presented |
Template:ImageMap | Used for image maps |
Template:Image ref file | Used to give the URL of a downloadable picture file to be stored in a local directory of the board for test purpose |
Template:ServiceCenter Example | Automatically created for the BlueSpiceServiceCenter extension |