STM32 MPUs Embedded software and solutions

Ask questions and find answers on STM32 microprocessors and dedicated embedded software solutions, such as Yocto SDK, Qt, and OP-TEE.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hi! I'm working with a STM32MP157c-eval board. I found out that in the Starter Package image the etnaviv module is blacklisted. Isn't it the GPU driver? Why is the galcore module loaded as out-of-tree module instead?

Moreover, when I play the demo video, core usage reaches up to 70%, so is the GPU really working? The blacklist file:root@stm32mp1:~# cat /etc/modprobe.d/blacklist.conf  blacklist etnavivDmesg:root@stm32mp1:~# dmesg | grep galcore [ 19.326759] galc...

Lmoio.1 by Senior
  • 2076 Views
  • 4 replies
  • 0 kudos

stm32mp1 external power supply only

hi all ,i have a situation,1. external supply vdd given to cpu, with application running on it2. usb-otg is connected from computer to stm32mp1 which provides v5.3. power off/take off external power supplyideally unit should be OFF, but CPU is gettin...

Ara.1 by Senior
  • 1248 Views
  • 5 replies
  • 0 kudos

Compiling Perl using ./configure not working as expected using the DeveloperPackage toolchain

Hi, Please, I still trying all the ways to have Perl so far I know I should recompile it but using the toolchain I having errors out of the box.echo ${CONFIGURE_FLAGS}--target=arm-ostl-linux-gnueabi --host=arm-ostl-linux-gnueabi --build=x86_64-linux ...

FBoar.1 by Associate II
  • 1011 Views
  • 2 replies
  • 0 kudos

Linux watchdog driver is broken.

Hi,I have already post a similar issue in the previous post.I'm using initramfs shell using initramfs-framework in Yocto environment.I found that watchdog reboots after some time (the default is 32 seconds) if the initramfs doesn't fully boot the sys...