STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32MP131 waiting for UUID

Hi everyone, I made it past the bootloader stages but am now running into errors with starting the Linux kernel. I have an eMMC and SD card but I am trying to only use the SD card for now. I have completely removed the eMMC from device tree and remov...

Could not load multimedia backend "ffmpeg"

Hello everybody,i use "meta-st-x-linux-qt"  with "meta-qt6" on STM32MP157https://github.com/STMicroelectronics/meta-st-x-linux-qtwhen I use "QMediaPlayer" to play an audio file it gives me the following error: could not load multimedia backend "ffmpe...

loupi by Associate II
  • 48 Views
  • 0 replies
  • 0 kudos

Resolved! OPTEE-OS DTS for STM32MP131D

Hi everyone, I am trying to boot up a custom PCB using the STM32MP131D, however I am running into an error during OPTEE. I have attached the optee dts and also a debug log of OPTEE during boot. I confirmed that sdmmc1_io, sdmmc2_io, and cpu0_opp_tabl...

Increasing the rootfs size on a stm32mp15

Hello everyone,I’m working with an STM32MP157-DK2 board and want to increase the size of the rootfs partition to 10GB.I followed the instructions from the https://wiki.st.com/stm32mpu/wiki/STM32MPU_Distribution_Package to create the image. However, I...

symeon by Associate II
  • 107 Views
  • 1 replies
  • 0 kudos

Use of gpiod_ in ecosystem V6

Hi STM Community !!We use the STM32MP1 on our board.We use the gpio feature for an IRQ in our system.We use it in a kernel module.With the Ecosystem v5, it worked perfectly, but we used#define PIN_FPGA_INTA (16 + 10)static struct gpio gpio_irq_pps = ...

scp failure

I was going through the "Modify, rebuild and reload the Linux® kernel" section of the getting started guide for the STM32MP157x-DK2 board:https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Develop_on_Arm%C2%AE_Cortex%C2...