Load Bin Using RPROC
Hello Iam Using Stm32mp157aaa3 processor in my custom board and U boot version 2023.10.Can we load .bin extension file using rproc command in uboot. Tanks & RegardsSrikanth.R
Hello Iam Using Stm32mp157aaa3 processor in my custom board and U boot version 2023.10.Can we load .bin extension file using rproc command in uboot. Tanks & RegardsSrikanth.R
I have a STM32MP157f-dk2 board, the USB OTG port is configured by default to appear as network ethernet adapter when plugged into the PC. I would like to configure the USB OTG port to appear as a mass storage device when plugged into the PC. I am new...
Hello.I'm currently trying to download the X-LINUX-AI package for MPU ecosystem v5.0.0.I tried on MP135F-DK & MP157F-DK2, but neither showed a valid installation and both were stuck when executing "apt-get update".For both boards, I used high-quality...
I'm new to yocto, I'm trying to add the 'pwquality' pam module to the image for my stm32mp1 but I'm struggling with it, initially I have added this line to the local.conf file:DISTRO_FEATURES:append = " pam"which added pam and some modules but the mo...
Hello Dear friends From Last couple of days I struck in issue while doing bitbake for stm32mp1 mpu dk2 board.When i do $ bibake st-image-core (Enter)I got error's which posted with snap shots To resolve the issue i did changes to set max value sudo...
Hello everyone,we have a custom board with STM32MP157F. The board is equipped with SD and eMMC. We do not have USB on endproduct. Our plan flashing eMMC is as follows: 1. create yocto image for eMMC 2. create SD image 3. generate SD raw image with th...
Dear community,I'm currently having a problem setting up an OPCUA client. Using the open62541 package, I was able to connect to an OPCUA server created in Node-Red. I was able to both read and write to the server's addresses. The connection was made ...
Hello,I'd like to setup a DMA transfer to feed a SPI Display with 8192 bytes per DMA cycle. To offload the MP1 I want to do this with the help of the M4 coprocessor. For my tests I am using the CubeIDE and a custom board. As a basis for learning I tr...
We designed a STM32MP135 based SOM, without using the ST I2C PMIC, I was able to disable the PMIC driver in TF-A by removing the i2c 4 node in TF-A's dts file, while I could not get the same result for optee-os, even I removed the i2c-4 node in opt...
Hello Everyone, I am working on a custom board based on STM32MP157F-DK2. Our custom board have two external ADC (AD74413R) connected to the main processor. I have changed the device tree added proper driver for the external ADC. While reading the fi...