User Activity

Hi all, I am using stm32mp157f-dk2 with ecosystem 3.1.During development, I need to update the device tree and kernel config very often.My current approach is to do bitbake -c cleansstate <image> bitbake virtual/kernel -c menuconfig bitbake <image>Ho...
Hi all, ​I am studying the pmic of stm32mp157f-dk2.My ultimate goal is to write a device tree structure for other pmic chip like tps65 series to replace the stpmic&i2c4{ ... stusb1600@28{ compatible = "st,stusb1600"; reg = <0...
Hi everyone, I am using stm32mp157f-dk2 with ecosystem 3.1.I am interested to store the board information of my future product using the OTP featureAfter reading the reference manual, ch3 and 4, I have the following doubtDo I need any extra hardware ...
Hi everyone, @Kevin HUBER​ ​I am using stm32mp157f-dk2 with ecosystem 3.1, with weston support.I connected the HDMI display to the development kit, reset the device, but nothing displayed.​After checking, modetest show that the HDMI are properly conn...
Hi everyone, I am using stm32mp157f-dk2 with ecosystem 3.1.I want to configure the usb type C port(CN7) as serial port, and communicate with the host PC.This article helps me a lot. https://wiki.st.com/stm32mpu/wiki/USB_overview#How_to_configure_USB_...