X-Linux-AI-Tool and STM32MP135F-DK
Hallo,After installing OpenSTLinux on STM32MP135F-DK, after updating all, the command apt-get install x-linux-ai-tool won't work. Any thoughts?regards, Paul
Hallo,After installing OpenSTLinux on STM32MP135F-DK, after updating all, the command apt-get install x-linux-ai-tool won't work. Any thoughts?regards, Paul
Hi All,I am working on enabling and testing the LCD (RGB666) and backlight (enable and pwm) functionality on my STM32MP1 platform in U-Boot. I have configured the necessary U-Boot options for LCD and video support, including backlight control and dis...
I'm very proud of STM32MP1 and I want to continue to learn more about the STM32MP products.So, I'm planning to create another single board computer such as the open source project STM32-Computer. My next project will be STM64-Computer, which will use...
Hello, my aim is to achieve a reliable receiving UDP speed with stm32mp13 while sending a payload of 150 mbit/s.I did performance tests of 1 gigabit Ethernet using a MYD-YF13X development board and iperf3. Here are some of my results:19% packet drop ...
Looking at the u-boot driver (drivers/watchdog/stm32mp_wdt.c), it seems to hard code the prescaler to /256.There is no warning if the maximum timeout is set. The linux driver seems to handle values up to the maximum of 131 seconds. Is there some reas...
Hello,We had to switch out an SD card for eMMC and we kept with SDMMC1. I am aware of having to burn the fuses to get eMMC to default to SDMMC1 which I did. I was able to get it to flash successfully, and now when you switch it to 010 it will boot fr...
I installed the distribution package using the stm32mp257f-ev board, but eth1 is visible but eth2 is missing. How do I activate both end0 and end1 in yocto.
Hi there, I am working on a product where we use the STM32MP157C for our purposes At the moment we have the UART4 attached to A7. I wanted to move it to M4 so that I can start seeing the serial logs coming out of M4 rather than the A7 which is runnin...
As reported in the GitHub page, STM32PRGFW-UTIL should work with boards with USB DFU or UART serial interface.It works properly with UART, but it doesn't with USB DFU, showing the following error: Download in Progress: █████████████████████████████...
Hi,We are wondering that do we support to boot uboot from nand flash then boot into OS from external PCIE SSD driver.Is that workable to support this case by changing codes on stm32mp257 platform? Thanks.