How to rebuild fip images.
I have deleted fip image for my board and have no idea how to rebuild them bitbake -c clean <image>does not help
Ask questions and find answers on STM32 microprocessors and dedicated embedded software solutions, such as Yocto SDK, Qt, and OP-TEE.
I have deleted fip image for my board and have no idea how to rebuild them bitbake -c clean <image>does not help
Dear board,I intend to let the Cortex M4 and Cortex A7 cores of the stm32mp151A via Openamp.On the Cortex M4 the firmware runs on FreeRTOS, and I am studying the example provided.I see the implementation suggests that the library provided is not RTOS...
Hello STM community,I've been encountering some difficulties with ADC acquisition on my STM32MP157D-DK1 board. I've attempted to perform an acquisition of a potentiometer value using the ADC, but unfortunately, I haven't been successful.I've tried tw...
Hi , I am new to this boardI got this dialog box while starting the debug session as per start up guide.Board:STM32MP157D-DK1https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-M4/Modify...
i am using ubuntu 22.04 ltsThe above mentioned photo is what was the output when i follow Readfile. How to do.txt;i cannot able to figure out what was the issue.And because of this issue i am getting this issue isn't it? (below attached)Now this er...
Hello, I was wondering by using X-AI package. Will I be able to use the XGboost model converted to ONXX format in STM32 MP157 A7 core. Or it only supports Neural Network models? I was browsing through the forum and found that ONXX runtime recipe is ...
Hi,we are currently porting a custom dunfell distro from STM32MP151A to STM32MP151C.We followed the guides related to creating our own machine by generating the device tree in CubeMX and succeeded in building it correctly.https://wiki.st.com/stm32mpu...
Greetings!I'm new to the stm32 community.I am trying to build distribution package with qt following this guide https://wiki.st.com/stm32mpu/index.php/STM32MP1_Distribution_Package.During the build with the command “bitbake -k st-example-image-qt” I ...
How can I create a writable readonly rootfs using meta-readonly-rootfs-overlay layer? I am able to add this layer in yocto build for stm32mp135f-dk but its not working like overlay readonly. Is this possible to create a writable readonly rootfs? I kn...
Im attempting to set up A/B partitioning on an STM32MP157d-dk1 board so that it can switch between partitions when updating. The board image is built using yocto, and I have used the meta-st-stm32mp layer, and am building a modified version of core-i...