User Activity

Currently our custom board powers up in two cases, one when you press the power on button, and another when you plug in the USB cable. We would like to disable PMIC from powering on when USB cable is plugged in. We see that the STPMIC specification d...
When we tried the shutdown command ( shutdown -hP now ) from the debug console, all the PMIC regulators are turned off, except for the BUCK3 VDD regulator used for IO.Both our custom board which uses STPMIC1E and the STM32MP157F-eval board which has ...
We are having issues getting USB to work as both ethernet and gadget serial.In kernel configuration, We have the CONFIG_USB_ETH configured as inbuilt and CONFIG_USB_G_SERIAL as inbuilt as shown below. ## USB Gadget precomposed configurations#CONFIG_U...
We are doing a custom board bring-up and currently trying to display video on our display device. We use CubeMx to generate the device trees for our project, we have configured the DSI PLL dividers to match our display device requirement. Snapshot of...
We are trying to bring-up our custom board and every step of the way we see panic messages, we need some direction in understanding what went wrong. Our board has the following:Processor: STM32MP157FACxQSPI NAND flash memory is our boot device (AS5F1...