Ask questions and find answers on STM32 microprocessors and dedicated embedded software solutions, such as Yocto SDK, Qt, and OP-TEE.
If I build the dts files that come with the developer package, I lose the ethernet. I need to add support for USART3 and UART7, but any new build of the device tree will make the ethernet disappear.
I want to change the environment with STM32MP151. but I can't find about this information , question 1) How to configure STM32MP151 for uboot ? how to change to single core from dual core ?2) How to configure STM32MP151 for linux kernel?...
In regular kernel and application development, does ST Linux running on the STM32MP15x series MPU allow booting over the network to a remote developer host, i.e. nfs-boot or similar so that "in-place" debugging can be performed?thanks, -pete u.
STM32MP1.Working on an solution that will use OpenAMP between M4 and A7 and then to user space. The M4 will run real time critical code that will send a message to the A7 when data is available, Got the raw and USART samples compiled nder CubeIDE an...
Hi all,I'm trying to build an openstlinux image (st-image-core) with yocto and bitbake.I have tried to compile it with a native ubuntu 18.04 and a virtual machine ubuntu 18.04 but the errors are similar.See attached log files. Referring to this commu...
How do I modify the clock frequency of stm32mp157 peripheral ,eg:HDMI display
Hi,i created a DT in Cubemx and now everythings works fine, with the exception of the CAN Bus.Here are the Snippets of the Device in DT:/// Clocks section CLK_FDCAN_PLL4R in the Clocks Section /// &m_can1{ pinctrl-names = "default", "sleep"; pinctr...
Which setting do i need? right now i try to build u-boot as debian package with follwoing settings:dpkg-buildpackage -a armAt the begining of the compilation i get following error:dpkg-architecture: warning: specified GNU system type arm-linux-gnu do...