This module contains the STMicroelectronics configuration for Android used to generate images adapted to the STM32MP25 DK board. It is part of the STMicroelectronics delivery for Android.
The STM32MP25 DK board integrates a STMicroelectronics STM32MP257F device.
This module targets STM32MP25 in OpenSTDroid v6.2.0. Please see the Android delivery release notes for more details.
- The [release notes][] document the information on the release. [release notes]: https://wiki.st.com/stm32mpu/wiki/STM32_MPU_OpenSTDroid_release_note_-_v6.2.0
This module can't be used alone. It is part of the STMicroelectronics delivery for Android.
This module contains several files and directories.
Makefiles:
Android.bpandAndroid.mk: used for subdirectory build filesAndroidProduct.mk: used to define available productsaosp_dk.mk: specific product configuration (include different makefiles depending on product configuration)device.mk: generic product configurationBoardConfig.mk: required board configuration
Init:
init.stm.rc: specific STM32MP2 init commandsinit.stm.sh: scripts executed to load required modulesinit.stm.network.rc: network init commands (mainly wpa_supplicant)init.stm.usb.rc: usb init commandsinit.stm.security.rc: tee init commandsinit.stm.libcamera.rc: camera init commands
File System:
fstab_emmc.stm: eMMC key based file system configuration filefstab_emmc_avb.stm: eMMC key based file system configuration file (AVB enabled)fstab_hybrid_avb.stm: eMMC key based file system configuration file (AVB enabled) and sd card for user data (test purpose)
Peripherals:
./hardware/dumpstate: specific board information dump configuration
Configuration:
./firmware/*: required or optional firmwares (ex: Wi-Fi/BT firmwares)./media/*: audio and video configuration files (audio policy, audio HAL configuration...)./network/*: network configuration files (bluetooth and Wi-Fi)
Overlay Configuration:
./overlay: contains Android frameworks configuration overlay
SEPolicy
./sepolicy: SEPolicy for STM32MP25 DK board
Others
- several configuration files
This module is distributed under the Apache License, Version 2.0 found in the LICENSE file.