User Activity

I have an STM8S00f3p6 controller I was able to do the external interrupt and do the GPIO operations in the interrupt.Now my requirement is like after getting the inerrupt I need to make two GPIOS high for some seconds and make them down after time ex...
Hi, i am running yocto on STM32MP157 C reference board,Now I want use the fw_printenv from the user space for that I have found the recipe in the BSP i.e sources/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2018.07.bb but if I include u-boot-fw-uti...
Hi, I have an STM32MP157C-DK2 reference board and it is booting with yocto linux.From the bootlog I came to know that reset reason is checked in the Primary Bootloader by reading a register from the file tf-a-stm32mp/plat/st/stm32mp1/bl2_plat_setup.c...
Hello, We have a custom board with STM32MP157A series and we need to launch our image using EMMC boot.Actually we had an custom board with same processor but it was booting only with SD card as there is no EMMC boot in that.So I want to know how to...
Hello, I am using STM32MP157C-DK2 evalution board and I successfully booted the board with STM yocto,now I was trying to add a new environment variable in the Uboot.But I was not able to get how to do that.Can anyone suggest how to do this.Regards...