Forum Posts
Resolved! How to use sysvinit in Yocto
I want to use sysinitv instead of systemd . When I add DISTRO_FEATURES_remove = "systemd" in Distro conf ,bitbake stopped whit ERROR: /home/st/openstlinux-5.10-dunfell-mp1-21-11-17/layers/meta-openembedded/meta-initramfs/recipes-core/packagegroups/pa...
STM32MP1 trying to add GCC
Hello,I have several python modules I am trying to install that require building something in C. I've read through this and completed a build. I got to the part about adding layers and I'm lost. I've not built a distribution using these tools bef...
Recommendations for web server and platform
I have several devices connected through a CAN network. Using an STM32MP1 I want to build a web frontend that can be used to not only issue commands but also receive arbitrary data and present it to the user. (Data from the devices).I'm trying to f...
How can STM32 solutions make your applications smarter, more secure, and more connected?
The STM32 MCU and MPU portfolio brings developers a wide range of design possibilities to make industrial applications smarter, more secure, and more connected.In 2023, we will continue to deliver on that promise.Join us for the STM32 Innovation Live...
ADC in continuous mode only reading once
I am trying to read data using ADC1 continuously and copy it into a buffer via DMA.However, the data is only read and copied once (seemingly correctly), and afterwards nothing happens anymore (data in buffer does not change, ADC1_IRQHandler() is not ...
stm32mp1 i2s1 mclk bitrate issue
Hi in one of link https://wiki.st.com/stm32mpu/wiki/I2S_Linux_driver#Short_Descriptioncan i2s1 used for mclk generation, and will the parent clock able to generate mclk for different audio different bitrate,because in dk2 we use i2s2 for mclk generat...
How to make work (M)DMA pool in SRAM on custom SOM with STM32MP151/7C
We try to configure the (M)DMA in Linux device-tree for our System on Module board based on STM32MP151/7C but it always said us that it cannot configure it so we had to disable dma for memory (QSPI Nor/NAND and FMC Nand) which cause performance issue...
How to connect a 128x64 LCD to STM32MP157D-DK1 and access it from the A7 core?
I want to connect a 128x64 LCD to my STM32MP157D-DK1 board and implement a program on the A7 core Linux to display some parameters. What should I do? Thanks in advance.
Resolved! Device Tree Files
Do we need to compile CUBEMX dts files before bitbake or we need to convert them into the dtb files with eclipse like in this ST video and what is the best way to go from discovery board to custom board in the means of creating device tree files for...