Resolved! Environment aliases are dropped out.
Why after$ source ./layers/meta-st/scripts/envsetup.shaliases is empty? What for?
Why after$ source ./layers/meta-st/scripts/envsetup.shaliases is empty? What for?
On most cases the script "create_sdcard_from_flashlayout.sh" futile. Built-in card reader today is preliminary remains on notebooks. As result very often a sd-card used over a usb adapter. On a remote virtual machines always it will be used over a c...
How can I make these LEDs work on stm32mp157-dk2 board? Ethernet interface is working fine, but both link and activity LEDs are always OFF. I need to have a visual confirmation that Ethernet has some TX/RX activity and thus need these LEDs working. A...
Hi, I loaded Linux start image to DK 2 eval board and it boots ok if it connected to serial terminal on PC (TeraTerm, etc). When terminal is not running or cable is not connected it won't boot.Can I disable that without rebuilding Bootloader/Linux ...
I'm referring to the following website.https://wiki.st.com/stm32mpu/index.php/STM32MP1_Distribution_PackageI stumbled on "6 Building the OpenSTLinux distribution".Error occurred in bitbake.I attach the log.Could you tell me the cause of the error?Bes...
HI all,I am using an STM32MP15-EV1 eval board and will connect an external amplifier to the HEADSET output. I would like this amplifier to be automatically switched on / off when sound is being played. If I am correct this is supported in the audio-g...
AllI am new to the ST ecosystem.I tried Save as. That saves a 1.6K file with nothing in it.I tried clicking the link and I get a 403 error.How do I download this tar file?Thanks.
Hi, I'm trying to get DMA2 requests working, using TIM and HAL. Iam using TIM5_CH2 and iam not sure which DMA2 stream should be used here (i use stream1). Creating PWM signal isn't a problem, but i want to change duty cycles (very common problem) by ...
Hi,I am trying to set up usb ethernet gadget on u-boot with stm32mp157c-dk2 board. I enabled the rndis gadget on the menuconfig but u-boot keep saying that there is no ethernet driver. Any suggestions?