I changed name of orginal device-tree of my board stm32mp157c-dk2.dts. Then I tried upload tf-a and uboot to device via STM32_Programmer_CLI. Program proper uploaded tf-a and I see my new Model name but now program wait for reconnecting and my device...
Hi, What mean kmsdrm no support dynamic loading ? But for example X11 can be dynamic loaded.I check this when try build SDL, but are there some another options to check dynamic loading in system ?Adrian
Hello,I use SDL with X11 for now but I want to use it directly with kms/drm kernel driver. I run basic_splash_drm and it works.I don't know how to configure sdl to work together with kms/drm, somebody use it in this way ?Regards,Adrian
Hi,I try use optee with weston image and I find that:Once the machine is defined with MACHINE_FEATURES += "optee" and the distro is set with DISTRO_FEATURES_append = " optee ", building the OpenSTLinux distribution will provide all necessary binaries...
Hello,I want to use SDL2 to run some application on stm32mp157 DK2.I build st-example-image-x11 and when LDME service started I can run startX and run my application. I want turn off LDME manager and only run startX but when I do this I get error:las...
I found the problem, in the "board/st/stm32mp1/extlinux.conf" file must be added custom devicetree.I think on the page "How to configure U-Boot for your board" is no information about it.Regards,Adrian
Hi, Thanks for response. To be exact I try this:https://wiki.st.com/stm32mpu/wiki/How_to_configure_U-Boot_for_your_boardI copied original stm32mp157c-dk2 device-tree to stm32mp157-custom, I added this configuration to makefile and I executed:make stm...
Lxdm after click to root, runs PreLogin and PostLogin files, when it is empty it back to logging page. You moust to configure them like in instructions on:https://wiki.archlinux.org/index.php/LXDMRegards,Adrian
hi, thanks for answer I solved the problem. That as you written I got the wrong version and in stm32mp1-disco.conf I have commented BOOTSCHEME_LABELS += "optee". now it's works ;)Thanks !Adrian