# miscgen **Repository Path**: mirrors_STMicroelectronics/miscgen ## Basic Information - **Project Name**: miscgen - **Description**: STM32MPU Android miscgen component - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-26 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # miscgen # misgen is used to generate an original misc raw partition image (misc.img by default) Parameters * xPrio: slot priority = value between 0 and 15 (higher value is higher priority) * xTry: number of remaining tries for this slot = value between 0 and 7 * xSuccess: boot successful for this slot = value 0 (false) or 1 (true) Recommendation (initial image for _a/_b partitions), execute following command: miscgen 7 7 1 0 7 0 It is part of the STMicroelectronics delivery for Android. ## Description ## This module version has been adapted to the boot control API v1.1 using default implementation 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 directory contains the sources and associated Android makefile to generate the miscgen host executable. ## License ## This module is distributed under the Apache License, Version 2.0 found in the [LICENSE](./LICENSE) file.