2025-11-25 5:51 AM
I want to run OpenSTDroid on the STM32MP2 DK board, I cannot wait for ST to add support so what's the bare minimum I can do to run it on the DK board? I don't mind WiFi or Bluetooth not working, I just want to get Android running first, Then I can work on drivers.
As I understand I think I can get away with just modifying the DTS overlay file to match the new hardware.
Solved! Go to Solution.
2025-12-01 12:22 AM
Hi Aditya
For information, a new release is available on GitHub which support STM32MP257F-DK board. I suggest you to use this version. See the wiki page: https://wiki.st.com/stm32mpu-ecosystem-v5/wiki/STM32MPU_Distribution_Package_for_Android#Installing_the_STM32MPU_distribution_for_Android
The tag : st-android-13.0.0-2025-11-21
In general, I confirm that the main differences concerned the device-tree of the different pars of the BSP (TF-A, U-Boot, OP-TEE, Linux) and it's often necessary to build and install some additional drivers.
Regard
Nicolas
2025-12-01 12:22 AM
Hi Aditya
For information, a new release is available on GitHub which support STM32MP257F-DK board. I suggest you to use this version. See the wiki page: https://wiki.st.com/stm32mpu-ecosystem-v5/wiki/STM32MPU_Distribution_Package_for_Android#Installing_the_STM32MPU_distribution_for_Android
The tag : st-android-13.0.0-2025-11-21
In general, I confirm that the main differences concerned the device-tree of the different pars of the BSP (TF-A, U-Boot, OP-TEE, Linux) and it's often necessary to build and install some additional drivers.
Regard
Nicolas
2025-12-01 6:57 AM
Thank you!