STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Use of RTOS on A7 cores

Hi there,I would be interested to know if there is any guidance or any existing example projects for using the STM32MP1 with an RTOS on the A7 cores. I am interested in the possibility of running an RTOS like ThreadX/SMP on the A7 cores (plus the M4...

RLeig.2 by Associate
  • 1083 Views
  • 1 replies
  • 1 kudos

STM32MP157C Bring up

Hello My borad can bring up from SD card. But can not boot from eMMC. When boot from eMMC. I can't get any message from the console. How can I find the trouble?Thanks

WHe.1 by Associate II
  • 495 Views
  • 2 replies
  • 0 kudos

Resolved! How to pass kernel parameter from uboot ?

I want to pass the some parameters to kernel command line. drm.edid_firmware=edid/1280x800.binI tried to use "bootargs" environment of uboot. env set bootargs "drm.edid_firmware=edid/1280x800.bin"But, Not working as I expect. I couldn't find my param...