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

gtk_window_move does not work :(

Hi!Simple program on board STM32MP157C-DK2#include <gtk/gtk.h>gint width = 400;gint height = 200;gint X = 20; gint Y = 20;gint x; gint y;GtkWidget *window;int main (int argc, char *argv[]){   gtk_init(&argc, &argv);   window = gtk_window_new(GTK_WIND...

AShva.1 by Associate II
  • 1857 Views
  • 2 replies
  • 0 kudos

create_emmc_from_flashlayout.sh

With the Distribution Package for STM32MP1 I created my own machine (STM32MP151A) and I was able to generate a the flashlayout for both sdcard and emmc.I don't see any script to create the image for emmc, like `create_sdcard_from_flashlayout.sh`.Is t...

Mark81 by Associate III
  • 1687 Views
  • 2 replies
  • 0 kudos

How to build a minimal OpenSTLinux SD image with all drivers/hardware support for the DK2 Discovery board ?

I am confused by the different packages ,Starter, Distribution and Developer.Which one do I need to install/setup/build to have as the end result a "minimal" cli/shell based SD card image with support for all hardware on the DK2 board ? a "clean" ro...

mfny by Associate III
  • 1584 Views
  • 2 replies
  • 0 kudos

Resolved! Unsuccessfully Adding an external out-of-tree Linux kernel module with Distribution_Package

Following https://wiki.st.com/stm32mpu/wiki/How_to_cross-compile_with_the_Distribution_Package4 Adding an external out-of-tree Linux kernel moduleWhen doing this step, error occurs.PC $> devtool build mymodule...WARNING: /home/tim/STM32MP15-Ecosystem...

tpeng.1 by Associate III
  • 1201 Views
  • 1 replies
  • 0 kudos