Resolved! stm32mp157 Offset in .tsv File
How to obtain the Offset in the tsv file , Especially for SD cards。1.SD2.EMMC
Ask questions and find answers on STM32 microprocessors and dedicated embedded software solutions, such as Yocto SDK, Qt, and OP-TEE.
How to obtain the Offset in the tsv file , Especially for SD cards。1.SD2.EMMC
Hi there, I followed the instructions as mentioned below.repo init -u https://github.com/STMicroelectronics/oe-manifest -b refs/tags/openstlinux-6.1-yocto-mickledore-mp1-v24.03.13 (v5.0.3)repo syncgot pyqt5 files from https://github.com/STMicroelectr...
Hello everyone,We are currently working on a project based on the STM32MP2 platform and are evaluating solutions for reliable OTA updates. We're particularly interested in using Mender for this purpose.However, so far I haven’t found any official doc...
Hi,During the Creation of the new STM32 project in STM32IDE for STM32MP157F Evaluation board.I'm encountering issue as "Failed to configure local OpenSTLinux version openstlinux-6.1-yocto-mickledore -mpu-v24.06.26".I have attached error image for you...
I used the same code. Previously, I was using STM32Cube_FW_MP1_V1.2.0, but after forcibly upgrading to STM32Cube_FW_MP1_V1.7.0 using CubeIDE, the compiled firmware can no longer generate a virtual serial port( /dev/ttyRPMSG0). This is the log I used ...
Hello,I have a problem with the U-Boot stuck and loading the KernelHere is my logSpoilerNOTICE: CPU: STM32MP151CAA Rev.ZNOTICE: Model: STMicroelectronics custom STM32CubeMX board - openstlinux-6.6-yocto-scarthgap-mpu-v25.06.11INFO: PMIC version = 0x2...
Hi,is there any way to share an external interrupt, coming from two separate GPIOs, between M4 and A7 cores in stm32mp15x family? thanks
Dear sir/mamWe are currently working with a custom board based on the STM32MP257D processor and are attempting to boot Trusted Firmware-A (TFA) and U-Boot. For this purpose, we have used the defconfig of the STM32MP257F-EV1 development kit as a refer...
Dear sir/Mam While analyzing the reset handler code within the bl2.elf binary from Arm Trusted Firmware, we observed that the label S3_15_C2_C1_1 is being referenced in the cortex_a35_reset_func. We would like to request your clarification on the fol...
HI With some help from @Gregory PLANCHON and @Olivier GALLIEN I can now boot the processor in M33-TD flavour. Our application wants to also use the Cortex M0+ for a very low power mode. How to use the Cortex-M0+ - stm32mpu tells how to do this from A...