STM32MPU Embedded Software architecture overview

来自百问网嵌入式Linux wiki
Wiki讨论 | 贡献2020年11月3日 (二) 11:28的版本 (创建页面,内容为“== STM32MPU Embedded Software overview == The diagram below shows STM32MPU Embedded Software distribution main components: * The '''OpenSTLinux distribution''',…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

STM32MPU Embedded Software overview

The diagram below shows STM32MPU Embedded Software distribution main components:

  • The OpenSTLinux distribution, running on the Arm® Cortex®-A, including:
    • The OpenSTLinux BSP with:
      • The boot chain based on TF-A and U-Boot.
      • The OP-TEE secure OS running on the Arm® Cortex®-A in secure mode.
      • The Linux® kernel running on the Arm® Cortex®-A in non-secure mode.
    • The application frameworks are composed of middlewares relying on the BSP and providing API:
      • on the OP-TEE side to run Trusted Applications (TA) that allow to manipulate secrets (not visible from the Linux and STM32Cube MPU Package)
      • on the Linux side to run Applications that typically interact with the user via the display, the touchscreen, etc.
  • The STM32Cube MPU Package is running on the Arm® Cortex®-M: it is based on HAL drivers and middlewares, like other STM32 microcontrollers, completed with coprocessor management.

The figure below is clickable so that the user can directly jump to one of the sub-levels listed above.

STM32CubeMP1 architecture OP-TEE overview OP-TEE overview TF-A overview U-Boot overview STM32MP15 Linux kernel overview Boot chain overview Linux application frameworks overview OpenSTLinux BSP architecture overview OpenSTLinux architecture overview 分类:Platform configuration Security overview
STM32MPU Embedded Software architecture overview.


Open Source Software (OSS) philosophy

The Open source software source code is released under a license in which the copyright holder grants users the rights to study, change and distribute the software to anyone and for any purpose[1].
STMicroelectronics maximizes the using of open source software and contributes to those communities. Notice that, due to the software review life cycle, it can take some time before getting all developments accepted in the communities, so STMicroelectronics can also temporarily provide some source code on github[2], until it is merged in the targeted repository.