Resolved! STM32MP2 Secure boot
Hi ST community I wanted to ask if I could check if secure boot is on or off. I use STM32MP257F-EV1
Ask questions and find answers on STM32 microprocessors and dedicated embedded software solutions, such as Yocto SDK, Qt, and OP-TEE.
Hi ST community I wanted to ask if I could check if secure boot is on or off. I use STM32MP257F-EV1
I have a custom board based on the STM32mp157f and have been battling getting a custom build to boot on it.It is fairly similar the to DK2 so I've been looking a lot at the stm32mp15xx-dkx.dtsi files as reference. I've been able to get it to get past...
I started a fresh CubeMX project with board selector "STM32MP257F-EV1 board", chose A35 as master, and initialized all peripherals to their defaults.Now, I'm trying to kill PCIE entirely from the board. I removed it from both U-boot and Linux context...
how to setup qt creater application for STM32MP157f-Dk2 board , and where is the location of the toolchain location and how to setup qt version .
Hi,I have seen this post: https://community.st.com/t5/stm32-mpus-embedded-software-and/how-to-clear-the-default-st-image-userfs-remove-examples-and/m-p/735819#M4265 and added to my st-image-userfs.bbappend:PACKAGE_INSTALL:remove = "m4projects-stm32mp...
I'm trying to somehow pass information about tampering event from OP-TEE to Linux userspace by means of Tamper Backup registers but I seem to have a problem.I added this to kernel dts:&nvram { my_free_backup_register: tamp-bkp@c4 { reg = <0xC4 0x4...
I have followed the wiki to create my encryption keys;https://wiki.st.com/stm32mpu/wiki/How_to_perform_Secure_Boot_from_Distribution_Package#Creating_encryption_key_for_STM32MP13--STM32MP21--STM32MP23_and_STM32MP25 Which suggest creating two keys for...
If this posting violates STM's rules for the forum, please delete it.We are a Midwest US company designing an IoT product containing STM32MP157 and a 5 inch, 1-megapixel LCD touch LCD panel. The LCD panel's video controller is an Ilitek device known...
Hi,We have a Linux kernel based on ST Linux kernel at https://github.com/STMicroelectronics/linux/commits/v5.15-stm32mp but based on an older version of it based on v5.15.118. Wondering if there is any plan for ST to merge the latest stable kernel ve...
Hello, I need to do FFT transforms of long signal traces, so using CMSIS DSP doesn't look possible because of the 4096 points limit. I tried to use fftw3 library (3.3.10). I built it using OpenSTLinux SDK from the Github source without problem. Here...