# device-stm-openocd **Repository Path**: mirrors_STMicroelectronics/device-stm-openocd ## Basic Information - **Project Name**: device-stm-openocd - **Description**: STM32MPU distribution for Android (openocd) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stm32mp2-openocd # This module is used to provide * prebuilt OpenOCD executable for STM32MP2 * scripts for OpenOCD configuration for STM32MP2 * scripts to load and build Linux kernel source for STM32MP2 It is part of the STMicroelectronics delivery for Android. ## Description ## This module version is the updated version for STM32MP25 OpenSTDroid V5.0 Please see the release notes for more details. ## Documentation ## * The [release notes][] provide information on the release. [release notes]: https://wiki.st.com/stm32mpu/wiki/STM32_MPU_OpenSTDroid_release_note_-_v5.1.0 ## Dependencies ## This module can't be used alone. It is part of the STMicroelectronics delivery for Android. ## Containing ## This module contains several files and directories. **prebuilt** * `./prebuilt/openocd`: prebuilt executable of OpenOCD * `./prebuilt/scripts/*`: configuration scripts for OpenOCD including ST-link **source** * `./source/load_openocd.sh`: script used to load OpenOCD source with required patches for STM32MP1 * `./source/build_openocd.sh`: script used to generate/update prebuilt images * `./source/android_openocdbuild.config`: configuration file used by the build_openocd.sh script * `./source/patch/*`: OpenOCD patches required (not yet up-streamed) **stm32wrapper4dbg** * A tool that adds a debug wrapper to a stm32 fsbl image (see details in associated [README.md](./stm32wrapper4dbg/README.md)). ## License ## This module is distributed under the Apache License, Version 2.0 found in the [Apache-2.0](./LICENSES/Apache-2.0) file. There are exceptions which are distributed under GPL License, Version 2.0 found in the [GPL-2.0](./LICENSES/GPL-2.0) file: * all binaries provided in `./prebuilt/` directory * all .patch files provided in `./source/patch/` directory