SWUPDATE integration
Hi all,How can we integrate swupdate with current yocto build infrastructure for stm32mp167c-dk2?TIA
Hi all,How can we integrate swupdate with current yocto build infrastructure for stm32mp167c-dk2?TIA
Hi Community,I am building android image of STM32MP157C-EV1.I have got incompatible error when I have built as following commands.commans: $ repo init -u https://github.com/STMicroelectronics/android-manifest -b refs/tags/st-android-11.0.0-2021-08-3...
Dear STM32 MPU Community,We are please to announce that New MP1 Ecosystem V3.1.0 is available.It contains :Openstlinux-5.10-dunfell-mp1-21-11-17STM32MP1Cube V1.5.0STM32CubeIDE V1.8.0STM32CubeMX V6.4STM32CubeProgrammer V2.9.0Please check out the STM32...
Hi,I'm working QSMP-1570 SOM. There is STM32MP157C on it. I am trying to communicate between processors using RPMSG.I see that RPMSG's are formed under /dev.ttyRPMSG0, ttyRPMSG1.I'm opened serial port in linux side;if ((fd = open("/dev/ttyRPMSG0", O_...
Time out check load galcore module expiredwhay are we getting this, how to fix this, ?
Hi,we are using Stm32mp157a-dk1 board.We installed dfu-util tool in ubuntu. i didn't find any device (i.e,it shows no dfu capable USB device available). What may be the issue?Thanks in advance.
I found the following errors when I burned kernel alone and starterpackage. May I ask why this was caused? The kernel is through https://github.com/STMicroelectronics/meta-st-stm32mp/blob/dunfell/recipes-kernel/linux/linux-stm32mp/README.HO W_to.txt ...
Hi,I am planning to build an OTA update system for STM32MP1 which I have been using in my development. My question here is that linux based changes can be catered as part of *.swu files in case of OpenSTLinux for A7 , but how do we pack updates for t...
I need to provide 32kHz clock at MCO1 output pin on STM32MP157. I have successfully configured u-boot to provide this clock but as soon as kernel is started clock disappears. After some checks I have found that clock is disabled.My question is if it ...
Here the relevant parts of my device trees:******************TF-A*******************&pinctrl { rcc_pins_mx: rcc_mx-0 { pins { pinmux = <STM32_PINMUX('G', 2, AF1)>; /* RCC_MCO_2 */ bias-disable; drive-push-pull; slew-rate = <2>; }; };...