STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to customize the rootfs on STM32MP1?

From my preliminary survey, ST provides bootloader source code, kernel source code, and Yocto/Linux for SW developers to customize the file system (rootfs) to add/remove the open source tools and framework. Is my understanding correct?

THuan.2 by Associate II
  • 1002 Views
  • 2 replies
  • 0 kudos

Resolved! STM32MP1 Engineering Mode

Hello, I would like to know in detail how exactly does the Engineering mode work on this platform. The information at https://wiki.st.com/stm32mpu/wiki/STM32CubeMP1_development_guidelines are kind of vague and a little confusing. Is the Cortex-A7 bei...

Paradox by Associate II
  • 1785 Views
  • 2 replies
  • 0 kudos

OpenSTlinux support for Openembedded Warrior?

Hi, On the OpenSTLinux Git i can see that there is the warrior branch and i would like to know when will there be a realease using this branch of Openembedded?Also the Zeus branch is now available (3.0), is there plans to support it too?Thanks,

VBurs by Associate II
  • 1809 Views
  • 7 replies
  • 0 kudos

Boot error from SD Card on my original board

I want to boot my original board which STM32MP151CAA3 MPU is mounted on.​However, the following error occurs in the boot process and the process fail.​ mmc0: error -22 whilst initialising SD card​I suspect that the description of User Code Secti...

HMasu.1 by Senior
  • 706 Views
  • 4 replies
  • 0 kudos

Resolved! OpenAMP hangs at MX_OPENAMP_Init() when started from U-Boot, even after waited for linux to fully booted up.

When I run the openamp image through linux command prompt, the application working fine. The RPMSG devices is created successfully.But when I've tried to run it from uboot, it stuck at MX_OPENAMP_Init(). This should be ok because I assume linux isn't...