This message will disappear after all relevant tasks have been resolved.
Semantic MediaWiki
There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.This is a sub-article, please refer to the main one here after: STM32MP15 Flash mapping for Android
1. Flash partitions[edit source]
The table below lists the partitions defined for STMP32MP15 boards.
2. SD card memory mapping[edit source]
The SD card has to be partitioned with GPT format to be recognized by STM32MP15 microcontrollers. The easiest way to achieve this is to use STM32CubeProgrammer.
The ROM code searches the GPT entries which name begins with "fsbl", such as fsbl1 and fsbl2.
3. eMMC memory mapping[edit source]
The eMMC embeds four physical partitions:
- Boot area partition 1: it is used to store the first copy of the FSBL.
- Boot area partition 2: it is used to store the second copy of the FSBL.
- User data area: it is formatted with GPT partitioning and used to store all remaining partitions.
- Replay protected memory block (RPMB): this partition is not shown in the figure below since it is not involved in the current boot chain.
STM32CubeProgrammer has to be used to prepare the eMMC with the layout shown below and to populate each partition.