Hello i wanted to use the GPIOLib to control my pin manualy. so i added this in my device tree.&usart3 { pinctrl-names = "default", "sleep", "idle"; pinctrl-0 = <&usart3_pins_c>; pinctrl-1 = <&usart3_sleep_pins_c>; pinctrl-2 = <&usart3_idle_pins_c>; ...
I work on Win10. DFU is seen in the settings. I use the programmer to transfer the linux image to the customer MP1 board. The transfer is very instable and break on different files/positions. Very seldom the complete *.tsv image is transfered and I c...
I've noticed when booting one of our board designs with a STM32MP157C in openstlinux-5.4-dunfell-mp1-20-11-12 with Weston Wayland under the STM32MP157-Ecosystem-v2.1.0 that multiple times when the kernel is loading I'll see the following messages out...
Hello,I tried to apply the step by step "Modify, rebuild and reload the Linux® kernel" form wiki.st .https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Modify,_rebuild_and_reload_the...
Hi everyone.I'm using a STM32MP151CAC and I have the following DTS:// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) /* * Copyright (C) STMicroelectronics 2018 - All Rights Reserved * Author: Alexandre Torgue <alexandre.torgue@st.com>. */ /...
I was able to build an image containing Chromium by adding meta-browser, meta-clang (dunfell branch) and meta-python2. I can verify Chromium built and was included in the image.The problem is when Chromium runs, it errors out with an error indicatin...
My custom board is based on stm32mp157a-dk1,remove the pmic and usb type c circuit,My porting steps are as follows:1. porting u-boot, verify that u-boot functions properly, compile the uboot trusted image, copy u-boot.dtb to FIP_artifacts/u-boot/ an...
We would like to implement a dual partitioning system and I am trying to find out if it is possible to have a secondary SSBL (u-boot) partition in trusted mode (eMMC).I don't see any problems for bootfs, vendorfs, rootfs and userfs. FSBL is already r...