When building a distro for our custom board with a STM32MP153AAC, u-boot-stm32mp fails to build when UBOOT_CONFIG is set to "basic". We would like to do a ddr3 test, this is the reason for the config.Here is the relevant section from conf/machine/stm...
Hello,I am trying to figure out how to drive the USB traffic (any of the available ports acting as device) from/to the M4 core. I can see that the SoC interconnection allows for the data to flow between the peripheral and the M4 core but I cannot fin...
Hello ST Teams!Question again!I'd like to set up an access point on my st_image_core, SDK1.2i've added hotspot in layer append, and i can configure hostapd.confI've followed the howto :https://wiki.st.com/stm32mpu/wiki/How_to_configure_a_wlan_interfa...
I've setup the distribution package, i'm able to build the default image, and have created a custom image that includes some additional recipes.Now I want to continue with creating my custom machine. I've created a custom device tree with cubeMX and ...
Any plans to upstream support for STM32H757? Currently kernel tree seems to have stm32h743.
Found while building the openstlinux-weston DISTRO st-image-weston image.Missing ${S}/ in front of stm32wrapper4dbg. Line 13 should be:install -D -m 0755 ${S}/stm32wrapper4dbg -t ${D}${bindir}
Hi All, Please , I`m pretty new here but so far using standard layer it works correctly hover when trying to use the QT / Distro openstlinux-eglfs layers meta-st I`m getting error related to make-mod-scripts.ERROR: Task (/local/STM32MP15-Ecosystem-v...
I've assigned the UART8 device in the devicetree of the linux kernel (OpenSTLinux):&pinctrl { // ... uart8_pins: uart8-0 { pins1 { pinmux = <STM32_PINMUX('E', 0, AF8)>; /* UART8_RX */ bias-disable; }; pins2 { pinmux = <STM32_...
I'm trying to build the standard st-image-weston image following this guide:https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_PackageAfter starting the build with bitbake st-image-westonWhen it reaches around the 68% of the process I get the fo...