Change the background color of uboot logo, it cannot be changed
The drivers/video/stm32 stm32_ltdc.c in this file.The background color is black, and the modification is as follows:It's still white
The drivers/video/stm32 stm32_ltdc.c in this file.The background color is black, and the modification is as follows:It's still white
Hello I am getting the following error after trying to build the imageThe rootfs size 5956484(K) exceeds IMAGE_ROOTFS_MAXSIZE: 763904(K)and I don't find anything related to this problem apart from this line that should be implemented in the local.co...
HelloI am trying to build an Image based on the Yocto Project for my stm32mp157c-DK2 according to st-wiki.When I try to build the image I get the following error.ERROR: Task do_populate_sdk in /home/mehdi/Distribution-Package/openstlinux-5.4-dunfell-...
I wanted to flash my image using the command STM32_Programmer_CLI.exe -c port=usb1 -w flashlayout_st-image-weston/trusted/FlashLayout_sdcard_stm32mp157c-dk2-trusted.tsvBut I end up getting the following error:Error: Unable to open the file st-image-b...
Are the low level interfaces such as LL_GPIO_MODE available for STM32MP157C? If so, where can I find the headers? I created a project using STM32CubeIDE but can only see headers for HAL.
I am working with the STM32MP1-DK2 development board and am trying to use RAUC to do image updates. I am using an SD card with two bootfs and rootfs partitions with one pair being active at a time. Currently I'm in the uboot integration stage where I...
Is there a way to enable onscreen keyboard (on STM32MP1 with touchscreen)? For example to type something in terminal or use it with graphical libraries like GTK.
We want to display a camera stream in a QML application on our STM32MP157C-based board. When we use the default QML widgets, the framerate is too low, under 10 fps.We try to solve the problem by using GStreamer's qmlglsink with GstGLVideoItem: it wo...
I am super new to this and I need guidance. Does anyone have experience with using Android Studio to build an app and then using Bluetooth or WiFi so the app can connect to a STM32 Eval board? Where would be a good place to start? I have found the "S...
I am using UART5 on an STM32MP151 to communicate with an external processor. The Cortex-A7 is running Linux and DMA is in use for both receive and transmit. Hardware flow control is also enabled and the transfer rate is 6 Mbps. Currently we are runni...